scripts
scripts copied to clipboard
add documentation and fix shebang in proxycannon.py
Greetings!
Saved the helpful blog pages you wrote up for each tool and stuck them in docs/* as a reference for when you have no network connectivity.
Changed the shebang in proxyCannon.py to
#!/usr/bin/env python
that way the script can be run in a virtualenv.