Metadata-Version: 2.4
Name: SnakeScan
Version: 1.6.0
Summary: Module SnakeScan
Author: Den*Ram
Description-Content-Type: text/markdown
License-Expression: MIT
License-File: LICENSE
Requires-Dist: art
Requires-Dist: tqdm
Requires-Dist: termcolor
Project-URL: Homepage, https://github.com/Den-Ram/SnakeScan
Project-URL: Repository, https://github.com/Den-Ram/SnakeScan

# SnakeScan
![PyPI version](https://badge.fury.io/py/SnakeScan.svg)
![Requires-python](https://img.shields.io/badge/requires--python-3.6+-red)
![License](https://img.shields.io/badge/License-MIT-blue.svg)
 ```
import SnakeScan
SnakeScan.run()
```
## Help
- -l  need internet to view public ip you device
- -t threading port search
- -s single port search
- -i information about host
- -help in host /-help port in host
- -check [host] scan subnet in ip
- exit in host or port off script
## Added class Watcher:
 ```
 for SnakeScan import Watcher
 Watcher(host:str,port:int)
 ```
 ## Added multiple use Watcher:
 ```
 from SnakeScan import Watcher
 ports=[53,80,100,160]
 for i in range(len(ports)):
 Watcher("127.0.0.1",ports[i])
 ```
## Added CLI command line use snake or Snake
```
usage: Snake [-h] [-sp] [-v] [-i] [-p PORTS] [-s SINGLE]
             [-t] [-ch] [-l]
             [host]

Snake - It's a command line module SnakeScan. Use him for
more fast starting

positional arguments:
  host

options:
  -h, --help           show this help message and exit
  -sp, --speed         speed scan
  -v, --version        version
  -i, --info           ip info
  -p, --ports PORTS    ports
  -s, --single SINGLE  single scan
  -t, --thread         fast scan
  -ch, --check         scan subnet
  -l, --local          view you public ip - need internet
```
