-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.