SkillAgentSearch skills...

SharpShares

Enumerate all network shares in the current domain. Also, can resolve names to IP addresses.

Install / Use

/learn @djhohnstein/SharpShares
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sharp Shares

Description

Quick and dirty binary to list network share information from all machines in the current domain and if they're readable. Can also translate all computer names to ip addresses.

Usage

SharpShares.exe ips - Output computer information in the format of $HOSTNAME: $IP

SharpShares.exe shares - Query each computer in the domain for network shares and if they're readable by the current user.

Example

> .\SharpShares.exe shares

Shares for WIN-E9V6E2B5IFM:
        [--- Unreadable Shares ---]
		IPC
	[--- Listable Shares --- ]
		ADMIN$
		C$
		NETLOGON
		SYSVOL
> .\SharpShares.exe ips
WIN-E9V6E2B5IFM: 192.168.193.208

Related Skills

View on GitHub
GitHub Stars303
CategoryDevelopment
Updated19d ago
Forks48

Languages

C#

Security Score

80/100

Audited on Mar 19, 2026

No findings