Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T10:06:01.000Z (11 months ago)
- Last Synced: 2024-12-17T08:46:42.587Z (about 1 month ago)
- Topics: ctf, dump, format, pwn, python, stack, string, tool
- Language: Python
- Homepage: https://podalirius.net/
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![](./.github/banner.png)
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] Find valid Google Suite emails from a list of probable emails.
- [x] Export results in CSV with `--export-xlsx `.## Demo
## 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.
```