Skip to content

floko808/exploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buffer overflow exploits

These exploits were learned in the exploit development training provided by SEC4US with @helviojunior. Thank you homie.

Pre requirements

Windows 10 w/o AV/EDR

Immunity debugger installed

mona.py script installed - MONA

An application with buffer flow vanilla vulnerability and exposed to network through a TCP port (it's a RCE exploit).

Don´t forget to edit the IP and port to the real target.

Don´t forget to edit the exploit with your own data like EIP, SEH, offset and so on.

Buffer overflow vanilla exploit for a Windows x86 (32 bits) PoC

./exp_bof_vanilla_poc.py

This is a PoC to a buffer overflow vanilla portable to python3.

Buffer overflow SEH exploit for a Windows x86 (32 bits) PoC

./exp_bof_seh_poc.py

This is a PoC to a buffer overflow SEH portable to python3.

Contributing

Helvio Junior aka M4v3r1ck

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages