Gibson> Download Garbage
  • Statement of purpose
  • Techniques
    • Intelligence Gathering
      • O365 Tenant ID
      • Internal domain enumeration
      • O365 email enumeration
      • Passive nmap (smap)
      • Large IP list handling
      • Host Enumeration
    • Initial Access
      • Mail scanning
      • VBA
    • Execution
      • DLL Hijacking
      • Windows LOLBINS
        • DLLs - LOLBIN Execution
        • Executables - LOLBIN Execution
        • Scripts - LOLBIN Execution
    • Privilege Escalation
      • Windows
        • Initial Enumeration
      • Linux
    • Defense Evasion
      • Clear windows event logs
      • Bypassing proxies and firewalls
      • Microsoft Windows Defender
    • Credential Access
      • Extract credentials from LSASS dump
      • Extract credentials from registry hives
      • LSA secrets extraction
      • Dumping LSASS.exe
      • Dumping registry hives
      • Dump the domain (Domain Controllers)
      • Browser cookies & passwords
      • Wi-Fi passwords
      • Clipboard
    • Infrastructure
    • Web application testing
      • XSS - Cross site scripting
        • Weaponising XSS
    • Other
      • Buffer Overflow resources
        • Buffer Overflow Python Template
        • Buffer Overflow Python Fuzzer
      • C Reverse Shell
      • Creating Tiered Storage in Windows 10
      • Default Credentials
    • Red Team Infrastructure
      • Cobalt Strike Team Server
      • Pre-redirector (free domains!)
      • HTTPS Redirector
      • Multi functional WebApp
      • Malleable C2 profiles
      • Gophish Docker reverse proxy
    • Malware
  • Tools
    • Tools
Powered by GitBook
On this page

Was this helpful?

  1. Techniques
  2. Other

Buffer Overflow resources

Some links that have been useful learning about buffer overflows

PreviousOtherNextBuffer Overflow Python Template

Last updated 4 years ago

Was this helpful?

Resources

Linux buffer Overflow Walkthroughs

Cyber Mentor Buffer Overflows made easy series:

(can be mostly followed on linux using edb (graphical) / gdb (cli))

Finding the offset episode of Cyber Mentor series is particularly useful

quick c loader for shellcode:

https://www.youtube.com/watch?v=qSnPayW6F7U&list=PLLKT__MCUeix3O0DPbmuaRuR_4Hxo4m3G
https://stackoverflow.com/questions/17775186/buffer-overflow-works-in-gdb-but-not-without-it
https://0xrick.github.io/binary-exploitation/bof5/
https://tuttlem.github.io/2017/10/28/executing-shellcode-in-c.html
https://www.youtube.com/watch?v=hJ8IwyhqzD4
Mad Irish :: Writing Buffer Overflows
Logo