Screenshots
Example Usage
from pwn import *
context(arch = 'i386', os = 'linux')
r = remote('exploitme.example.com', 31337)
# EXPLOIT CODE GOES HERE
r.send(asm(shellcraft.sh()))
r.interactive()
See also
xhunter
Free
Android Penetration Tool [ RAT for Android ]…
404
Open Source
A new approach to fighting cross-session tracking: multi-layer online fingerprint obfuscation. Spoof…
LOLBAS
Open Source
Living Off The Land Binaries And Scripts — documents Windows native binaries that can be abused for …
AMSI Bypass Techniques
Open Source
Collection of PowerShell AMSI (Antimalware Scan Interface) bypass techniques. Patches AMSI in-memory…
ExploitDB / SearchSploit
Open Source
Kali
Archive of public exploits and vulnerable software maintained by Offensive Security. SearchSploit pr…
username-anarchy
Open Source
Kali
Username tools for penetration testing…