@@ -229,7 +229,7 @@ def netcat_version(separator):
229
229
230
230
while True :
231
231
nc_version = _input ("""
232
- ---[ """ + Style .BRIGHT + Fore .BLUE + """Unix-like targets """ + Style .RESET_ALL + """ ]---
232
+ ---[ """ + Style .BRIGHT + Fore .BLUE + """Netcat reverse TCP shells """ + Style .RESET_ALL + """ ]---
233
233
Type '""" + Style .BRIGHT + """1""" + Style .RESET_ALL + """' to use the default Netcat on target host.
234
234
Type '""" + Style .BRIGHT + """2""" + Style .RESET_ALL + """' to use Netcat for Busybox on target host.
235
235
Type '""" + Style .BRIGHT + """3""" + Style .RESET_ALL + """' to use Netcat-Traditional on target host.
@@ -302,19 +302,19 @@ def other_reverse_shells(separator):
302
302
303
303
while True :
304
304
other_shell = _input ("""
305
- ---[ """ + Style .BRIGHT + Fore .BLUE + """Reverse TCP shells""" + Style .RESET_ALL + """ ]---
305
+ ---[ """ + Style .BRIGHT + Fore .BLUE + """Generic reverse TCP shells""" + Style .RESET_ALL + """ ]---
306
306
Type '""" + Style .BRIGHT + """1""" + Style .RESET_ALL + """' to use a PHP reverse TCP shell.
307
307
Type '""" + Style .BRIGHT + """2""" + Style .RESET_ALL + """' to use a Perl reverse TCP shell.
308
308
Type '""" + Style .BRIGHT + """3""" + Style .RESET_ALL + """' to use a Ruby reverse TCP shell.
309
309
Type '""" + Style .BRIGHT + """4""" + Style .RESET_ALL + """' to use a Python reverse TCP shell.
310
310
Type '""" + Style .BRIGHT + """5""" + Style .RESET_ALL + """' to use a Socat reverse TCP shell.
311
311
Type '""" + Style .BRIGHT + """6""" + Style .RESET_ALL + """' to use a Bash reverse TCP shell.
312
312
Type '""" + Style .BRIGHT + """7""" + Style .RESET_ALL + """' to use a Ncat reverse TCP shell.
313
- Type '""" + Style .BRIGHT + """8""" + Style .RESET_ALL + """' to use a Windows Python reverse TCP shell.
313
+ Type '""" + Style .BRIGHT + """8""" + Style .RESET_ALL + """' to use a Python reverse TCP shell (windows) .
314
314
\n ---[ """ + Style .BRIGHT + Fore .BLUE + """Meterpreter reverse TCP shells""" + Style .RESET_ALL + """ ]---
315
315
Type '""" + Style .BRIGHT + """9""" + Style .RESET_ALL + """' to use a PHP meterpreter reverse TCP shell.
316
316
Type '""" + Style .BRIGHT + """10""" + Style .RESET_ALL + """' to use a Python meterpreter reverse TCP shell.
317
- Type '""" + Style .BRIGHT + """11""" + Style .RESET_ALL + """' to use a Windows meterpreter reverse TCP shell.
317
+ Type '""" + Style .BRIGHT + """11""" + Style .RESET_ALL + """' to use a meterpreter reverse TCP shell (windows) .
318
318
Type '""" + Style .BRIGHT + """12""" + Style .RESET_ALL + """' to use the web delivery script.
319
319
\n commix(""" + Style .BRIGHT + Fore .RED + """reverse_tcp_other""" + Style .RESET_ALL + """) > """ )
320
320
@@ -609,7 +609,7 @@ def other_reverse_shells(separator):
609
609
---[ """ + Style .BRIGHT + Fore .BLUE + """Web delivery script""" + Style .RESET_ALL + """ ]---
610
610
Type '""" + Style .BRIGHT + """1""" + Style .RESET_ALL + """' to use Python meterpreter reverse TCP shell.
611
611
Type '""" + Style .BRIGHT + """2""" + Style .RESET_ALL + """' to use PHP meterpreter reverse TCP shell.
612
- Type '""" + Style .BRIGHT + """3""" + Style .RESET_ALL + """' to use Windows meterpreter reverse TCP shell.
612
+ Type '""" + Style .BRIGHT + """3""" + Style .RESET_ALL + """' to use meterpreter reverse TCP shell (windows) .
613
613
\n commix(""" + Style .BRIGHT + Fore .RED + """web_delivery""" + Style .RESET_ALL + """) > """ )
614
614
615
615
if any (option in web_delivery .lower () for option in settings .SHELL_OPTIONS ):
@@ -692,7 +692,7 @@ def reverse_tcp_options(separator):
692
692
while True :
693
693
reverse_tcp_option = _input ("""
694
694
---[ """ + Style .BRIGHT + Fore .BLUE + """Reverse TCP shells""" + Style .RESET_ALL + """ ]---
695
- Type '""" + Style .BRIGHT + """1""" + Style .RESET_ALL + """' to use a netcat reverse TCP shell .
695
+ Type '""" + Style .BRIGHT + """1""" + Style .RESET_ALL + """' for netcat reverse TCP shells .
696
696
Type '""" + Style .BRIGHT + """2""" + Style .RESET_ALL + """' for other reverse TCP shells.
697
697
\n commix(""" + Style .BRIGHT + Fore .RED + """reverse_tcp""" + Style .RESET_ALL + """) > """ )
698
698
0 commit comments