https://github.com/p0dalirius/stackdumper
A python tool to autmatically dump the stack content with a format string vulnerability in CTF.
https://github.com/p0dalirius/stackdumper
ctf dump format pwn python stack string tool
Last synced: 10 months ago
JSON representation
A python tool to autmatically dump the stack content with a format string vulnerability in CTF.
- Host: GitHub
- URL: https://github.com/p0dalirius/stackdumper
- Owner: p0dalirius
- Created: 2023-11-13T17:50:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T12:46:08.000Z (over 1 year ago)
- Last Synced: 2025-04-05T00:51:18.591Z (about 1 year ago)
- Topics: ctf, dump, format, pwn, python, stack, string, tool
- Language: Python
- Homepage: https://podalirius.net/
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

A python tool to autmatically dump the stack content with a format string vulnerability in CTF.
He pwn, He hak, he dumps the stak
## Features
- [x] Exploit a format string vulnerability to dump the stack content.
- [x] Export results in CSV with `--csv `.
## Demonstration
## Usage
```
$ ./stack_dumper.py -h
usage: stack_dumper.py [-h] [-q] [-c CSV]
options:
-h, --help show this help message and exit
-q, --quiet Quiet output
-c CSV, --csv CSV Exports findings to CSV file.
```
## Contributing
Pull requests are welcome. Feel free to open an issue if you want to add other features.