Skip to content

SofiaEngvall/HackingTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

My scrips and other tools for hacking

SUIDBufferOverflowGenerator.py - A script that generates a input string to a simple buffer overflow binary

  • Running executable with increasing size arguments
  • Generating non repeating string
  • Running executable in r2 with the generated string
  • Finding eip position using r2 output of crash address
  • Confirming EIP position
  • Generating shellcode for a SUID binary - for user id
  • Testing for bad characters
  • Encoding shellcode to avoid bad characters
  • Looking for useful jmp and call instructions
  • Generating the full payload
  • Checking if ASLR is turned off

More to come :)

About

Tools for hacking and cyber security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages