1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00
pwncat/.gitignore
Caleb Stewart 72dc93e6f7 privesc now uses persist to overcome UID!=EUID
`pwncat.victim.privesc` will use the first available
and working persistence mechanism to overcome UID!=EUID
situations. Also, added more documentation.
2020-05-20 15:58:43 -04:00

12 lines
112 B
Plaintext

env/
**/*.pyc
**/__pycache__/
**/*.egg-info/
build/
dist/
.byebug_history
testbed
.idea/
data/*.sqlite
testing/