- Notifications
You must be signed in to change notification settings - Fork5
Ekultek/soapy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo is apart of thewarmind project for a clone of the code seehere or you can get the code fromhere. For a version you can download withcurl
/wget
seehere.
Post exploitation tools are far and in between, they are used after you have successfully exploited a system and need to either;
- Do some things, pull hashes, ip addresses, etc.
- Map the network
- Anything that has to do with being on the network itself that you don't want to be caught doing
What soa.py does is create a sort ofcontainer
that will host a root terminal shell while the log files are being monitored (default logs:/var/log
). After you have completed your session, the log files are scrubbed back to the second soa.py was launched.
Soapy has a few available commands for you to pass:
usage: sudo soa.py [-n|-l|-d] PATH|DIR1 DIR2 ...optional arguments: -h, --help show thishelp message andexit -l PATH, --log PATH pass the path to log files (*default=/var/log) -d DIR1 DIR2 ... [DIR1 DIR2 ... ...], --dirs DIR1 DIR2 ... [DIR1 DIR2 ... ...] provide directories that you want files deleted out of afterwards (*default=None) -n, --no-prompt delete the filesin the provided directory without promptingfor deletion (*default=raw_input)