Update data.js

Syntax fixes
This commit is contained in:
Ryan Montgomery 2021-11-19 20:37:32 -05:00 committed by GitHub
parent b8a47193e1
commit 3555e4e8d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -428,8 +428,8 @@ const rsgData = {
['ncat', 'ncat -lvnp {port}'],
['ncat (TLS)', 'ncat --ssl -lvnp {port}'],
['rlwrap + nc', 'rlwrap -cAr nc -lvnp {port}'],
['rustcat', 'rcat -lp {port}'],
['rustcat + Command History', 'rcat -lHp {port}'],
['rustcat', 'rcat -lp {port}'],
['rustcat + Command History', 'rcat -lHp {port}'],
['pwncat', 'python3 -m pwncat -lp {port}'],
['windows ConPty', 'stty raw -echo; (stty size; cat) | nc -lvnp {port}'],
['socat', 'socat -d -d TCP-LISTEN:{port} STDOUT'],