IPv4 address scanner for collecting address information.Use carefully for your network safety.Use to get IPV4 from IPV6 address.Don't use it to scan IPV6 because it's not designed for it. Scan only IPv4 or get the IPv4 address from the IPv6 host
Project description
SnakeScan
Use to scan Ports and use carefully
This is the final release version, which already has full functionality. Further work will include bug fixes and the creation of more user-friendly documentation for the code and functions. AI was not used in this code.It was used only to gain knowledge on how to implement this. After all, I did not find more convenient libraries for port scanning on the Internet, so the library was created to make scanning easier. If you want, you can improve it at your discretion. Enjoy using it! |•√•|/
import SnakeScan
SnakeScan.run()
Help
- -l need internet to view public ip you device
- -t threading port search
- -s single search ports
- -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:
from SnakeScan import Watcher
Watcher = Watcher(host="localhost",port="80",timeout=1)
Watcher.start()
Watcher commands
Watcher.start() - Starts checking ports
Watcher.stop() - Stops port checking
Added multiple use Watcher:
from SnakeScan import Watcher
ports=[53,80,100,160]
Watchers=[]
for i in range(len(ports)):
Watchers.append(Watcher("127.0.0.1",ports[i]))
Watchers[i].start()
Added CLI command line use snake or Snake
usage: snake [-h] [-sp] [-v] [-i] [-p PORTS] [-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 range ports to scan host
-t, --thread fast scan
-ch, --check scan subnet
-l, --local view you public ip - need internet
Attributes snake-Snake
-p:snake -p 80,443,3437,20-1000,300-400
-p:[20]-1000 will start from [21]-[1000]
-h:snake -h [snake usage]
-sp:snake -sp [use processpoolexecutir to scan host]
-v:snake -v [Build_version]
-t:snake -t [use thread pool to scan]
-ch:snake -ch [scan subnet in host]
-l:snake -l [view you public ip and to view need on internet]
-i:snake www.google.com -i [info ip of host]
All:snake -p 100,200,79-443 www.google.com -i -l -t -ch -sp
Added Info about ipv6
snake 2001:db8:: -i or snake [2001:4860:4860::8888] -i
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file snakescan-1.6.5.tar.gz.
File metadata
- Download URL: snakescan-1.6.5.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
114c7fe180a7d17848fbd9244066cd2b9a30496f9775c1d5bf6615ef6c5902c1
|
|
| MD5 |
2c0c50429a4d0d3301486d9268871edb
|
|
| BLAKE2b-256 |
b1ec1669709962ff523e643e09778197a01854457c0ba67363521aefe24b3a1b
|
File details
Details for the file snakescan-1.6.5-py3-none-any.whl.
File metadata
- Download URL: snakescan-1.6.5-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8e482d9523fca9db898ee4e17372ce293d235ccbcd1ef228bd08a031c777654
|
|
| MD5 |
6d7c20ac1cd77a6a6a5dc93d09b7f511
|
|
| BLAKE2b-256 |
853131a190ceb6c456be9b8b8f0e7784da48d8e19bdb2a524729977de639fadc
|