Skip to content

akil3s79/BufferOverFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BufferOverFlow

With this script you can perform the first connection step (fuzzing) against a server to successfully exploit a Buffer OverFlow. Is written in Python3

In fuzzer.py:

You only need python 3 on your machine and correctly configure the IP address and the port (look for the fields called change me).

In exploit.py:

You only need python 3 on your machine and correctly configure the IP address and the port and create a pattern with the necessary characters. In this case it is 100, but you must modify it with the value you need (look for the fields called change me).

In bytearray.py:

You can use this script to generate a byte array like you do with mona (! Mona bytearray -b "\ x00").

The way to execute this scripts is simple:

python3 fuzzer.py or python3 exploit.py or python3 bytearray.py


Puedes invitarme a un café si quieres! Buy Me A Coffee

You can buy me a coffe if you want! Buy Me A Coffee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages