autorop
autorop copied to clipboard
Automated solver of classic CTF pwn challenges, with flexibility in mind.
Currently, autorop picks the first libc blindly. It would be better if it tried other matches in case of failure, instead of giving up. ``` [!] 3 matching libc's found,...
Currently all bytes are allowed in autorop, which cuases issues if it happens to e.g. find a gadget with an `0a` byte for input that is captures via e.g. `gets`....
Currently we have relatively few "samples" of challenges which autorop can solve. The more tests, the better. Ideally, tests which currently *fail* are of interest -- as long as they...
Currently, we only have some integration tests (we test a bunch of modules together, with the goal of solving a challenge). Adding unit tests, which test each component in isolation,...
Probably a basic question (sorry) but I installed libc-database (https://github.com/niklasb/libc-database). I installed it to a location other than ~/.libc-database. I wasn't sure how to 'edit state.libc_database_path'. Is this located in...