Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/spiderlabs/scavenger
ReconnaissanceData ExfiltrationInformation GatheringPost-ExploitationPenetration Testing
GitHubspiderlabs/scavenger

scavenger

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.

View Repository
3424347 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

scavenger

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:

  • Install CrackMapExec - CrackMapExec Installation Page

Examples:

root@kitploit:~
$ python3 ./scavenger.py smb -t 10.0.0.10 -u administrator -p Password123 -d test.local
root@kitploit:~
$ python3 ./scavenger.py smb --target iplist --username administrator --password Password123 --domain test.local --overwrite

Blog Post:

Link to Trustwave SpiderLabs Blog

Acknowledgements - Powered and Inspired by:

  • Impacket (@agsolino)
  • CrackMapExec (@byt3bl33d3r)
  • ccsrch (@adamcaudill)
  • LaZagne

Notice:

The "ssh" capability of scavenger has not been uploaded to GitHub yet, there is a change I have to make, and in the interest of not delaying to upload as a whole, I have decided to remove the ssh functionality for the moment.

The "ssh" capability will be re-added soon.

Thank you for your patience

./haxrbyte

Download Tool