SnakeScan 1.4.6__tar.gz → 1.4.7__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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: SnakeScan
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.7
|
|
4
4
|
Summary: Module SnakeScan using to scan port or ports in you device or other devices
|
|
5
5
|
Author: Den*Ram
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -12,22 +12,26 @@ Requires-Dist: termcolor
|
|
|
12
12
|
Project-URL: Homepage, https://github.com/Den-Ram/SnakeScan
|
|
13
13
|
Project-URL: Repository, https://github.com/Den-Ram/SnakeScan
|
|
14
14
|
|
|
15
|
-
#SnakeScan
|
|
16
|
-

|
|
17
|
-

|
|
15
|
+
# SnakeScan
|
|
18
16
|
Scanner to scan devices or watch if you server down or up in time work
|
|
17
|
+
|
|
18
|
+

|
|
19
|
+

|
|
20
|
+

|
|
19
21
|
```
|
|
20
22
|
import SnakeScan
|
|
21
23
|
SnakeScan.run()
|
|
22
24
|
```
|
|
23
|
-
##
|
|
25
|
+
## Help
|
|
26
|
+
|
|
24
27
|
- --l need internet to view public ip you device
|
|
25
28
|
- --t threading port search
|
|
26
29
|
- --d dos
|
|
27
30
|
- --s single port search
|
|
28
31
|
- --i information about host
|
|
29
32
|
- --h in host /--h port in host
|
|
30
|
-
|
|
33
|
+
|
|
34
|
+
## Added class Watcher:
|
|
31
35
|
```
|
|
32
36
|
for SnakeScan import Watcher
|
|
33
37
|
Watcher(host:str,port:int)
|
|
@@ -1,19 +1,23 @@
|
|
|
1
|
-
#SnakeScan
|
|
2
|
-

|
|
3
|
-

|
|
1
|
+
# SnakeScan
|
|
4
2
|
Scanner to scan devices or watch if you server down or up in time work
|
|
3
|
+
|
|
4
|
+

|
|
5
|
+

|
|
6
|
+

|
|
5
7
|
```
|
|
6
8
|
import SnakeScan
|
|
7
9
|
SnakeScan.run()
|
|
8
10
|
```
|
|
9
|
-
##
|
|
11
|
+
## Help
|
|
12
|
+
|
|
10
13
|
- --l need internet to view public ip you device
|
|
11
14
|
- --t threading port search
|
|
12
15
|
- --d dos
|
|
13
16
|
- --s single port search
|
|
14
17
|
- --i information about host
|
|
15
18
|
- --h in host /--h port in host
|
|
16
|
-
|
|
19
|
+
|
|
20
|
+
## Added class Watcher:
|
|
17
21
|
```
|
|
18
22
|
for SnakeScan import Watcher
|
|
19
23
|
Watcher(host:str,port:int)
|
|
File without changes
|
|
File without changes
|