SnakeScan 1.4.0__tar.gz → 1.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"""Module SnakeScan using to scan port or ports in you device or other devices"""
|
|
2
|
-
__version__="1.4.
|
|
2
|
+
__version__="1.4.1"
|
|
3
3
|
import socket
|
|
4
4
|
from art import tprint
|
|
5
5
|
from datetime import datetime
|
|
@@ -71,7 +71,7 @@ tprint("SnakeScan")
|
|
|
71
71
|
print("–"*60)
|
|
72
72
|
print(f"{__version__}".rjust(60))
|
|
73
73
|
print(f"Skip{colored('|*|','blue')}Error: {colored('Host','green')}{colored('[X]:Error','red')} {colored('|$|','green')} {colored('Port','green')}{colored('[X]:Error','red')}")
|
|
74
|
-
print("Host
|
|
74
|
+
print("Host:|--l,host --i,host --d| Port:|--s port,--a,--t|")
|
|
75
75
|
while Run_now:
|
|
76
76
|
host=input(f"{colored('[$]','green')}Host-->")
|
|
77
77
|
if "--i" in host:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|