add data source for tac

master
t0thkr1s 4 years ago
parent 6be7182dc8
commit 6b35168448

@ -0,0 +1,20 @@
{
"description": "Make sure that 'RANDOM' does not appear into the file to read otherwise the content of the file is corrupted by reversing the order of 'RANDOM'-separated chunks.",
"functions": {
"file-read": [
{
"code": "tac -s 'RANDOM' \"[file]\"\n"
}
],
"suid": [
{
"code": "./tac -s 'RANDOM' \"[file]\"\n"
}
],
"sudo": [
{
"code": "sudo tac -s 'RANDOM' \"[file]\"\n"
}
]
}
}
Loading…
Cancel
Save