No more _MEI folder with PyInstaller
If you prefer to code your Red Team tools in Python like I do and you use Pyinstaller to create...
Guessing KeyPass version 4 Passwords
Earlier versions of the commonly used KeyPass password manager software was a blessing in disguise whenever you would come across...
A Python Netcat Listener
During Red Team exercises, we may gain access to systems but in tightly controlled environments, it can be...
Password Guessing a Web Login Page
Simple code for attempting to guess admin’s password for a web form login. from requests import post # Look like...