scavenger
- Thiru T
- Nov 29, 2024
- 1 min read
Scavenger is a multi-threaded post-exploitation scanning tool for scavenging systems, finding most frequently used files and folders as well as "interesting" files containing sensitive information.
Scavenger confronts a challenging issue typically faced by Penetration Testing consultants during internal penetration tests; the issue of having too much access to too many systems with limited days for testing.
Install:
First install CrackMapExec from here.
git clone https://github.com/SpiderLabs/scavenger
cd scavengerUsage:
# Search for interesting files on victim endpoint
python3 ./scavenger.py smb -t 10.0.0.10 -u administrator -p Password123 -d test.localNice blog post.




Comments