1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-12-02 13:24:15 +01:00
pwncat/pwncat/enumerate
Caleb Stewart cf5d809eda Fixed system.service enumeration
Shell globbing was causing faulty enumeration data for system.service.
2020-06-04 20:12:50 -04:00
..
system Fixed system.service enumeration 2020-06-04 20:12:50 -04:00
__init__.py Added sudoers enumeration module. Modified sudo privesc to utilize enumeration data. Added sudo method to pwncat.victim 2020-05-30 21:06:48 -04:00
capabilities.py Added enumerators for capabilities, kernel exploits, and package managers 2020-05-27 17:15:52 -04:00
crontab.py Added crontab enumeration and a listdir method for pwncat.victim 2020-05-30 03:06:21 -04:00
fstab.py Added sudo, fstab, and process enumerations 2020-06-01 20:53:32 -04:00
kernel-exploit.py updated dirtycow to new API, but left disabled. DirtyCOW is expensive (time-wise) and unstable (cuases kernel panics). This is not a good candidate for automated exploitation. 2020-06-03 15:38:34 -04:00
pam_sneaky.py Brought privesc module up to speed w/ pkgutil 2020-05-26 20:19:10 -04:00
passwords.py Updated password enumeration 2020-06-04 19:35:57 -04:00
private_key.py Added systemd enumeration, and privesc methods to utilize enumerated keys and passwords 2020-05-27 00:35:17 -04:00
processes.py Stripped unneeded information out of ps output. 2020-06-01 21:10:12 -04:00
screen_versions.py Rewrote pam persistence and screen privesc to use new compile interface. Added screen enumeration module as well. 2020-06-02 21:09:11 -04:00
sudoers.py Added sudoers enumeration module. Modified sudo privesc to utilize enumeration data. Added sudo method to pwncat.victim 2020-05-30 21:06:48 -04:00
suid.py Updated password enumeration 2020-06-04 19:35:57 -04:00
writable_path.py Added enumerator for writable entries in PATH 2020-05-28 17:57:30 -04:00