| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
-An Exploit Dev Swiss Army Knife.
#Usage:
Copy lisa.py and .lldbinit to ~/ Use the following commands:
ant4g0nist$ cp lisa.py ~/lisa.py ant4g0nist$ cp .lldbinit ~/.lldbinit ant4g0nist$ lldb
To initialize the lisa session after attaching to a process, run (lisa)script lldb.thread
(When a process crashes while debugging, run exploitable command to get the output)
#Output Looks like: (lisa)exploitable is_exploitable = yes Crash accessing invalid address.
(As of now, commiting exploitable command. Have to test the remaining code.)
Thanks:
-Mona.py : https://github.com/corelan/mona -Crashwrangler : https://developer.apple.com/library/mac/technotes/tn2334/_index.html -Metasploit : https://github.com/rapid7/metasploit-framework -PEDA : https://github.com/longld/peda -Phillips https://www.phillips321.co.uk/2013/04/02/recreating-pattern_create-rb-in-python/
| Back | FazBrowse Home | New Git URL |