Skip to content

This is a utility that provides features to find shared folders and identify live hosts in the local network.

Notifications You must be signed in to change notification settings

vt-dotua/Python-Shared-Folder-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Shared Folder Scanner

This is a utility that provides features to find shared folders and identify live hosts in the local network.

Features

  • scan the local network for the shared folder
  • search shared folder on your computer
  • detect the alive hosts

Usage

  • Clone the repository
git clone https://github.com/vt-dotua/Python-Shared-Folder-Scanner.git
  • Install virtualenv
virtualenv env
  • Activate virtualenv

On Windows:

.\env\Scripts\activate

On macOS and Linux:

which python
.../env/bin/python
  • Install requirements.txt
pip install -r requirements.txt

About

This is a utility that provides features to find shared folders and identify live hosts in the local network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages