Scavenger

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
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.

Problem Definition:

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.

Requirements:
Code:
python3 ./scavenger.py smb -t 10.0.0.10 -u administrator -p Password123 -d test.local
python3 ./scavenger.py smb --target iplist --username administrator --password Password123 --domain test.local --overwrite
Download Scavenger
 
Top Bottom