pwnup

A utility to scaffold out pwntools projects


Keywords
pwn, security, automation, cli, clients
License
MIT
Install
pip install pwnup==1.0.1

Documentation

PWNUP

pwnup

MIT license PyPI version Python version Twitter

Installation:

pip install pwnup

Usage:

  • Run pwnup (optionally pass host & port if working with a remote server.)
  • Select type of client
  • After finished interacting, press ctrl-d to end the session.
  • It will drop a client.py file in the current directory.
  • More examples can be found here: http://vitapluvia.github.io/pwnup/#examples

Description:

pwnup is a quick scaffolding tool to help generate pwntools-based clients.

It records your stdio when connecting to a local, remote or ssh server during a pwntools interactive session. After recording it will dump a client.py file.

This could be thought of as the autoexpect for pwntools.

Requirements: