V3rdantWhisper / PwnFuzzer

A fuzzer for pwner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PwnFuzzer

A fuzzer tools write by golang, used for interactive program.

The idea come from syzkaller, which abstract input into a series of system calls.

Similarly, the Pwn-Fuzzer abstract input into a series of interactive program.

TODO

  • pwn-manager
    • manage the program instance and generate input
  • pwn-runner
    • run the program instance and get the result

About

A fuzzer for pwner