- Metaspoit: Penetration testing software
- GhostShell: Malware indetectable, with AV bypass techniques, anti-disassembly, etc.
- BeEF: The Browser Exploitation Framework
- PTF: Penetration Testers Framework
- Bettercap: MITM framework
- Nessus: Vulnerability scanner
- AutoNessus: Auto Nessus
- BDFProxy: Patch Binaries via MITM (BackdoorFactory)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global alias.plom '!git pull origin master' | |
git config --global alias.psom '!git push origin master' | |
git config --global alias.plod '!git pull origin develop' | |
git config --global alias.psod '!git push origin develop' | |
git config --global alias.plum '!git pull upstream master' | |
git config --global alias.plud '!git pull upstream develop' | |
git config --global alias.plrum '!git pull --rebase upstream master' | |
git config --global alias.plrom '!git pull --rebase origin master' |