1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00

Added yum into gtfobins.json. THM machine Daily Bugle seemingly does not find it in sudo

This commit is contained in:
John Hammond 2020-05-28 22:33:34 -04:00
parent 385251b70e
commit 9f21985e1b
2 changed files with 2138 additions and 1 deletions

2137
data/gtfobins.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -759,7 +759,7 @@ class Finder:
if persist.escalate(user):
# Ensure history and prompt are correct
pwncat.victim.reset(hard=False)
pwncat.victim.reset()
# Update the current user
if pwncat.victim.update_user() != user: