Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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] 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.
```