mitchmoser / SharpShares

Multithreaded C# .NET Assembly to enumerate accessible network shares in a domain
MIT License
330 stars 47 forks source link

Added IP address target specification support #2

Open Acebond opened 3 years ago

Acebond commented 3 years ago

I needed to run the tool on the non-domain computer so I added support to specify targets using CIDR notation (e.g. 192.168.100.0/24) or in the format 192.168.0-255.0-255.

/targets - target range provided in CIDR notation (e.g. 192.168.100.0/24) or in the format 192.168.0-255.0-255.

Example: example