
sharesniffer – Network share sniffer and auto-mounter for crawler remote file systems.
sharesniffer is a network analysis tool for finding open and closed file shares on your local network. It includes auto-network discovery and auto-mounting of any open cifs and nfs shares.
Requirements
+ python 2.7 or 3.5
+ nmap https://nmap.org in PATH
+ nmap scripts (.nse) in PATH (on Linux/macOS they are usually in /usr/local/share/nmap/), if you don’t have the ones required are also in the rootdir of sharesniffer.
+ python-nmap (pip install python-nmap)
+ netifaces (pip install netifaces)
Use and Download:
1 2 3 |
git clone https://github.com/shirosaidev/sharesniffer && cd sharesniffer sudo mv *.nse /usr/local/share/nmap/ python sniffshares.py -l 4 --hosts 192.168.56.0/24 -a -m /mnt |
Source: https://github.com/shirosaidev