| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
memexecd.c is the code for the "daemonized" DDexec. This program listens on a pipe for requests, which are composed of:
a.php was part of the demo at DEFCON. In case you get an inverse php shell on a distroless --without write permissions anywhere-- you can paste the contents of this file in order to load the daemon. Then perform requests to load and run remote binaries using the function memexec() defined in a.php.
It can be very a very interesting toy to play with, e. g. in web environments where you can't get a reverse interactive session you may want to add code like memexec($_GET['url'], $_GET['args']), or modify it in order to read the program from a POST request, and show the output of its execution as web content.
A probable next step would be to adapt the shellcode to use memdlopen.
| Back | FazBrowse Home | New Git URL |