WinPwnage meaning is to study the techniques. Techniques are found online, on different blogs and repos here on GitHub. I do not take credit for any of the findings, thanks to all the researchers.
Rewrote them and ported it to Python 2.7. The code under todo folders are not tested, do not expect it to work.
Also Read Nemesis – A Command Line Network Packet Crafting & Injecting Utility
pip install -r requirements.txt
In order for a successful build, install the py2exe module and use the provided build.py script to compile all the scripts in to a portable executable. On Windows 10, Access Denied errors can accrue while compiling, rerun until success or elevate the prompt.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…