#pwntools #logging #tcp #client-server #solution #challenge #why

yanked pwntools-rs

An implementation of Pwntools written in Rust

0.1.0 Apr 11, 2021

#27 in #why

MIT license

22KB
538 lines

pwntools-rs

What is this?

A minimal implementation of Pwntools written in Rust.

Why is this?

Why not?

Features

  • A logging framework
  • TCP client/server
  • Packing/Unpacking of integers/bytes

Examples

Usage examples can be found in the examples directory, including solutions for retired pwn challenges from Hack THe Box.


lib.rs:

An implementation of Pwntools written in Rust

Pwntools is a collection of tools and utilities designed to assist with a variety of exploitation.

Dependencies

~3–13MB
~125K SLoC