SnakeScan 1.4.9__tar.gz → 1.5.0__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.9
3
+ Version: 1.5.0
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
@@ -36,12 +36,12 @@ SnakeScan.run()
36
36
  ```
37
37
  ## Added more imformation about host:
38
38
  ```
39
- [$]Host-->www.example.com --i
40
- ------------------------------------------------------------Type IP: <class 'ipaddress.IPv4Address'>
41
- Version IP: 4
42
- Network: 2.21.240.0/24
43
- Subnet mask: 255.255.255.0
44
- Host:a2-21-240-137.deploy.static.akamaitechnologies.com
45
- IP:2.21.240.137
46
- ------------------------------------------------------------
39
+ [$]Host-->www.example.com --i
40
+ Type IP: <class 'ipaddress.IPv4Address'>
41
+ Version IP: 4
42
+ Network: 2.21.240.0/24
43
+ Subnet mask: 255.255.255.0
44
+ Host:a2-21-240-137.deploy.static
45
+ akamaitechnologies.com
46
+ IP:2.21.240.137
47
47
  ```
@@ -22,12 +22,12 @@ SnakeScan.run()
22
22
  ```
23
23
  ## Added more imformation about host:
24
24
  ```
25
- [$]Host-->www.example.com --i
26
- ------------------------------------------------------------Type IP: <class 'ipaddress.IPv4Address'>
27
- Version IP: 4
28
- Network: 2.21.240.0/24
29
- Subnet mask: 255.255.255.0
30
- Host:a2-21-240-137.deploy.static.akamaitechnologies.com
31
- IP:2.21.240.137
32
- ------------------------------------------------------------
25
+ [$]Host-->www.example.com --i
26
+ Type IP: <class 'ipaddress.IPv4Address'>
27
+ Version IP: 4
28
+ Network: 2.21.240.0/24
29
+ Subnet mask: 255.255.255.0
30
+ Host:a2-21-240-137.deploy.static
31
+ akamaitechnologies.com
32
+ IP:2.21.240.137
33
33
  ```
@@ -1,5 +1,5 @@
1
1
  """Module SnakeScan using to scan port or ports in you device or other devices"""
2
- __version__="1.4.9"
2
+ __version__="1.5.0"
3
3
  import socket
4
4
  import ipaddress
5
5
  from art import tprint
File without changes
File without changes