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
#Description
Use to scan Ports and use carefully.Use the library in the terminal, because that's what it's focused on. If you don't want to use the terminal, run it in code, but then some new functions won't be present there.You will need to use it differently.
Help with using the library
If you use the library directly in your code:
import SnakeScan
SnakeScan.run()
- -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
Watcher commands
Watcher.start() - Starts checking ports
Watcher.stop() - Stops port checking
Help with attributes
-P:
snake -p 80,443 #Scanning specific ports
snake -p 80,3437,8080,20-30,79-443 #Scanning individual ports and ranges. If you use ranges, then one port from the beginning is not be taken into account. For example:80-443 then it will start with 81-443, so you need to enter it from 79-443, then it will be taken into account
snake -p 80,3437,10-0,20-10,443-79 #You can enter ranges the other way around: 80-443,443-80 but the first value will start one port higher
-H:
#Displays a list of attribute usages
snake -h
snake -help
-SP:
-sp:snake -sp #Uses selected pre-selected range and uses for scanning ProcessPoolExecutor
-V:
snake -v #Shows the library version
-GS:
snake www.google.com -gs #Get a certificate from the official website. If you don't enter the hostname, you'll get this error [Errno 111] Connection refused
-T:
snake -t #Uses streams for port scanning
-CH:
snake -ch #Scans the subnet for others IP
-L:
snake -l #Shows your public internet IP address. Internet connection required for use
-I:
snake www.google.com -i #Shows information about the IP address.Can receive information from IPV4 and IPV6
#You can also use all attributes in place:
snake -p 100,200,79-443 www.google.com -i -l -t -ch -sp
# Library changes
## Added class Watcher:
from SnakeScan import Watcher Watcher = Watcher(host="localhost",port="80",timeout=1) Watcher.start()
## 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()
## Library added for use in terminal to use enter 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
## 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.7.tar.gz.
File metadata
- Download URL: snakescan-1.6.7.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fe09fc9598b3cc1c6a89dde06e1b49ff9b29bbf148ed13456b4655e2db984ae
|
|
| MD5 |
c87be8943eb675d468b8df785a66299b
|
|
| BLAKE2b-256 |
c3e8f863b44f60721a360e9c8f14266c19965fd304466a21c43aaaadf391ef61
|
File details
Details for the file snakescan-1.6.7-py3-none-any.whl.
File metadata
- Download URL: snakescan-1.6.7-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f89e73d1bffcb5f33a5b379f1935ba0d96af00b8f5b0da5283d2499fb041b039
|
|
| MD5 |
667b5a31a4af806c37a87bb9afadb6c8
|
|
| BLAKE2b-256 |
03c55a19ebf92b7aca4d94b4f10bd325925b0e7d0ea2f8ad92d5a5586b6b2914
|