Required Tables
- shell_commands
Returned Fields
shell_commands.* | all fields for shell commands where privilege escalation used sudo |
Query
SELECT *
FROM shell_commands
WHERE program_filename IN ('/usr/bin/sudo', '/bin/su')
shell_commands.* | all fields for shell commands where privilege escalation used sudo |
SELECT *
FROM shell_commands
WHERE program_filename IN ('/usr/bin/sudo', '/bin/su')
Comments
0 comments
Please sign in to leave a comment.