mirror of
https://github.com/0dayCTF/reverse-shell-generator.git
synced 2024-12-19 11:26:10 +00:00
Upd: Add FreeBSD version nc
listener
This commit is contained in:
parent
758efce7de
commit
7a8ac037e0
@ -548,6 +548,7 @@ const rsgData = {
|
||||
|
||||
listenerCommands: [
|
||||
['nc', 'nc -lvnp {port}'],
|
||||
['nc freebsd', 'nc -lvn {port}'],
|
||||
['busybox nc', 'busybox nc -lp {port}'],
|
||||
['ncat', 'ncat -lvnp {port}'],
|
||||
['ncat.exe', 'ncat.exe -lvnp {port}'],
|
||||
|
Loading…
Reference in New Issue
Block a user