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: 10 months ago
JSON representation

A python tool to autmatically dump the stack content with a format string vulnerability in CTF.

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.


GitHub release (latest by date)

YouTube Channel Subscribers


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.