ExploitBuilder 0.1.0

A exploit builder for quick exploit development
Documentation
  • Coverage
  • 9.03%
    13 out of 144 items documented0 out of 69 items with examples
  • Size
  • Source code size: 20.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.62 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • sweetyoru/exploit-builder
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sweetyoru

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.