Skip to content

Commit

Permalink
added remote libc leak example
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 29, 2022
1 parent c3516c1 commit 54c0fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ This tool uses [angr](https://github.com/angr/angr) to concolically analyze bina

Zeratool now supports remote libc leaking with buffer overflows. When a `puts` or `printf` call is present, Zeratool will leak out remote GOT entries and submit them to an online libc searching database to find offsets without the need for a local copy of the library.

[See remote libc leak in action!](https://asciinema.org/a/LL2ASZkIwEdwR0xsnzMb3oFLp)

Zeratool supports some basic ret2dlresolve chaining for 64bit binaries. See the example below on how to run it.

## Version 2.1 changes
Expand Down

0 comments on commit 54c0fba

Please sign in to comment.