ExploitBuilder

Crates.ioExploitBuilder
lib.rsExploitBuilder
version0.1.0
sourcesrc
created_at2022-02-14 11:10:52.885394
updated_at2022-02-14 11:10:52.885394
descriptionA exploit builder for quick exploit development
homepage
repositoryhttps://gitlab.com/sweetyoru/exploit-builder/
max_upload_size
id532184
size21,202
(sweetyoru)

documentation

README

1. What is this?

This is a crate for quickly building exploit.

2. Why?

There is pwntools, but it's written in python, and not everyone like to write their exploit in python, so this crate aim to become the rust version of it.

3. Current state of development:

Only Shellcode::Linux::Mips is usable now, other platform/architecture is non-exsitence. So if you want support for those, bring your own code or wait when I have time for those.

Pull request and bug report are welcome.

Commit count: 12

cargo fmt