Skip to content

Releases: CounterHack/mandrake

v0.1.2

09 Mar 18:16
Compare
Choose a tag to compare

The major update is that we parse struct sockaddr now, which means bind/reverse shell-affiliated syscalls are much more obvious.

Also has some minor cleanups, like handling SIGCHLD and different default lengths (based on my selfish needs :) ).

v0.1.1

01 Feb 19:53
50129e1
Compare
Choose a tag to compare

What's Changed

  • Add plaintext output option
  • Don't trace into processes created by sys_execve by default

v0.1.0

28 Jan 18:50
4a4e46f
Compare
Choose a tag to compare

Very excited to be rolling out our initial public release!

I'd love feedback, PRs, and ideas for fun things this can be used for!

If you're having issues, please read the README file carefully

The binaries should work on most 64-bit Linux systems. I build it on the rust:latest container, which runs on debian:bullseye, so anything with comparable libc versions should be fine. Instructions for compiling yourself or running with Cargo are included in the README.md file.

--Ron