1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-23 17:15:38 +01:00
pwncat/.gitignore
Caleb Stewart b787772c68 Added powersploit module
This should cover all of the powersploit PowerShell scripts available on
the Github repository. They're loaded in groups, but individual scripts
could still be loaded by URL w/ `manage.powershell.import` if needed.
2021-06-03 21:58:16 -04:00

17 lines
191 B
Plaintext

env/
**/*.pyc
**/__pycache__/
**/*.egg-info/
build/
dist/
.byebug_history
testbed
.idea/
**/*.sqlite
testing/
data/pwncat.sqlite-journal
pwncat.sqlite-journal
linpeas.txt
NOTES.md
db/pwncat*