Skip to content

Instantly share code, notes, and snippets.

@toshke
toshke / gitalias.sh
Last active April 16, 2020 08:38
Useful git aliases push pull rebase master upstream
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'
@MattKetmo
MattKetmo / pwnd.md
Last active June 11, 2025 21:06
pwnd

Tools

  • 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)