Skip to content

djhohnstein/SharpShares

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages