Skip to content

Commit

Permalink
Added screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
the-c0d3r committed Nov 27, 2020
1 parent 983719f commit b237f30
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
# Buffer Overflow Tools

This tool is created in order to allow penetration testers / researchers to quickly test out simple buffer overflows, without having to write a line of code.
This tool is created in order to allow penetration testers / researchers to quickly test out simple buffer overflows, without having to write a line of code.

The user will only need to enter bad characters to filter out, as well as the EIP address to overwrite to, and the tool will generate buffer string to return a reverse shell.
The user will only need to enter bad characters to filter out, as well as the EIP address to overwrite to, and the tool will generate buffer string to return a reverse shell.

## Usage
```
Buffer overflow exploit testing tool
optional arguments:
-h, --help show this help message and exit
--prefix PREFIX prefix of the string to send
-h, --help show this help message and exit
--prefix PREFIX prefix of the string to send
--suffix SUFFIX suffix of the string to send (default: "\r\n")
--ip IP target ip address
--port PORT target port to exploit
--rport RPORT reverse shell port (default: 443)
--interface INTERFACE the interface to use (default: "tun0")
```

![](screenshots/1.png)

![](screenshots/2.png)

![](screenshots/3.png)


## Contributors
- @cY83rR0H1t: testing and screenshots
Binary file added screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b237f30

Please sign in to comment.