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
enum_shares — Shared folders enumeration tool | Kitploit
Tools/GitHubGitHub/dejanlevaja/enum_shares
ReconnaissanceNetwork MappingInformation GatheringPenetration TestingRed Teaming
GitHubdejanlevaja/enum_shares

enum_shares

Shared folders enumeration tool

View Repository
5512 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

enum_shares

Shared folders enumeration tool

Enum_Shares enumerates shared folders across the network and under a custom user account. It can check if the shared folder is writable for the current user. It can save you a lot of time when you need to discover directories allowing "write" to everyone or some specific user (group member).

Syntax is as follows:

enum_shares.py -t 10.10.10.0/24 -u mydomain\myuser -p Password -w -o logfile.txt

or

enum_shares.py -t 10.10.10.222 -u someuser -p somepass -n threads (default:100)

or any combination of [-t|-u|-p|-w|-o|-n]

Download Tool