1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00

Merge branch 'master' of github.com:calebstewart/pwncat

This commit is contained in:
Caleb Stewart 2020-05-29 04:28:30 -04:00
commit 140bf19935
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): if persist.escalate(user):
# Ensure history and prompt are correct # Ensure history and prompt are correct
pwncat.victim.reset(hard=False) pwncat.victim.reset()
# Update the current user # Update the current user
if pwncat.victim.update_user() != user: if pwncat.victim.update_user() != user: