Removed stty + rc since its now implemented in rc

This commit is contained in:
Robiot 2021-09-16 15:43:15 +03:00 committed by GitHub
parent 09b7c45884
commit 55f2c520a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -412,7 +412,6 @@ const rsgData = {
['rlwrap + nc', 'rlwrap -cAr nc -lvnp {port}'],
['rc', 'rc -lp {port}'],
['rc + Command History', 'rc -lHp {port}'],
['stty + rc', 'stty cbreak -echo && rc -lp {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'],