Crates.io | ExploitBuilder |
lib.rs | ExploitBuilder |
version | 0.1.0 |
source | src |
created_at | 2022-02-14 11:10:52.885394 |
updated_at | 2022-02-14 11:10:52.885394 |
description | A exploit builder for quick exploit development |
homepage | |
repository | https://gitlab.com/sweetyoru/exploit-builder/ |
max_upload_size | |
id | 532184 |
size | 21,202 |
This is a crate for quickly building exploit.
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.
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.