Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djhohnstein/SharpShares

Enumerate all network shares in the current domain. Also, can resolve names to IP addresses.
https://github.com/djhohnstein/SharpShares

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

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
```