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...
Create a Keylogger
This video of mine shows how incredibly easy it is to create a basic keylogger in Python, using...