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.6
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
- ![PyPI version](https://badge.fury.io/py/your_package_name.svg)
17
- ![License](https://img.shields.io/badge/License-MIT-blue.svg)
15
+ # SnakeScan
18
16
  Scanner to scan devices or watch if you server down or up in time work
17
+
18
+ ![PyPI version](https://badge.fury.io/py/SnakeScan.svg)
19
+ ![Requires-python](https://img.shields.io/badge/requires--python-3.6+-red)
20
+ ![License](https://img.shields.io/badge/License-MIT-blue.svg)
19
21
  ```
20
22
  import SnakeScan
21
23
  SnakeScan.run()
22
24
  ```
23
- ##Attrinutes
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
- ##Added class Watcher:
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
- ![PyPI version](https://badge.fury.io/py/your_package_name.svg)
3
- ![License](https://img.shields.io/badge/License-MIT-blue.svg)
1
+ # SnakeScan
4
2
  Scanner to scan devices or watch if you server down or up in time work
3
+
4
+ ![PyPI version](https://badge.fury.io/py/SnakeScan.svg)
5
+ ![Requires-python](https://img.shields.io/badge/requires--python-3.6+-red)
6
+ ![License](https://img.shields.io/badge/License-MIT-blue.svg)
5
7
  ```
6
8
  import SnakeScan
7
9
  SnakeScan.run()
8
10
  ```
9
- ##Attrinutes
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
- ##Added class Watcher:
19
+
20
+ ## Added class Watcher:
17
21
  ```
18
22
  for SnakeScan import Watcher
19
23
  Watcher(host:str,port:int)
@@ -1,5 +1,5 @@
1
1
  """Module SnakeScan using to scan port or ports in you device or other devices"""
2
- __version__="1.4.6"
2
+ __version__="1.4.7"
3
3
  import socket
4
4
  from art import tprint
5
5
  from datetime import datetime
File without changes
File without changes