The Wayback Machine - https://web.archive.org/web/20220902114505/https://github.com/adithyan-ak/BufferSploit
Skip to content

adithyan-ak/BufferSploit

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

BufferSploit


BufferSploit
BufferSploit

About

Stack based buffer overflows attacks made simple. BufferSploit is a semi automated CLI based tool for performing stack based buffer overflow attacks with ease.

Requirements

  • Python3

Setup

Clone this repository in your terminal.

  • https://github.com/adithyan-ak/BufferSploit.git

  • cd BufferSploit

  • pip3 install -r requirements.txt

  • Update the IP PORT and CMD variable in buffersploit.py

  • python3 buffersploit.py

Usage

usage: buffersploit.py [-h] [-c] [-l L] [-q Q] [-b] [-br BR] [-s] [--L L] [--P P]

optional arguments:

  -h, --help  show this help message and exit
  -c          Crash bytes size
  -l L        Length for sending a random pattern
  -q Q        Query to find the offset address
  -b          Send Badchars to the target
  -br BR      Specify the found badcharacter
  -s          Generate Shellcode
  --L L       Local address for reverse shell
  --P P       Local Port for reverse shell

  

About

Stack based buffer overflows attacks made simple. BufferSploit is a semi automated CLI based tool for performing stack based buffer overflow attacks with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages