Merge pull request #133 from 0Magenta0/main

Add FreeBSD version netcat listener
This commit is contained in:
Ryan Montgomery 2023-04-28 09:02:56 -04:00 committed by GitHub
commit 43d576e33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}'],