portune 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl
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.
Potentially problematic release.
This version of portune might be problematic. Click here for more details.
- portune/__init__.py +1 -1
- portune/version.py +2 -2
- {portune-0.1.0.dist-info → portune-0.1.1.dist-info}/METADATA +12 -2
- portune-0.1.1.dist-info/RECORD +9 -0
- portune-0.1.0.dist-info/RECORD +0 -9
- /portune/{re_port.py → portune.py} +0 -0
- {portune-0.1.0.dist-info → portune-0.1.1.dist-info}/WHEEL +0 -0
- {portune-0.1.0.dist-info → portune-0.1.1.dist-info}/entry_points.txt +0 -0
- {portune-0.1.0.dist-info → portune-0.1.1.dist-info}/licenses/LICENSE +0 -0
- {portune-0.1.0.dist-info → portune-0.1.1.dist-info}/top_level.txt +0 -0
portune/__init__.py
CHANGED
portune/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: portune
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Simple Python HTTP Exec Server
|
|
5
5
|
Author: Franck Jouvanceau
|
|
6
6
|
Maintainer: Franck Jouvanceau
|
|
@@ -52,4 +52,14 @@ Description-Content-Type: text/markdown
|
|
|
52
52
|
License-File: LICENSE
|
|
53
53
|
Dynamic: license-file
|
|
54
54
|
|
|
55
|
-
#
|
|
55
|
+
# portune
|
|
56
|
+
|
|
57
|
+
Multitreaded port scanner
|
|
58
|
+
|
|
59
|
+
# features
|
|
60
|
+
|
|
61
|
+
* parallel check of port availability against server/ports
|
|
62
|
+
* console output result / summary
|
|
63
|
+
* html full report / dns domain summary / vlan timeout summary
|
|
64
|
+
* mail with html summary / report attachment (mailhost relay)
|
|
65
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
portune/__init__.py,sha256=RfXuNfHBqfRt_z4IukwN1a0oeCXahuMOO8_eBt4T8NM,58
|
|
2
|
+
portune/portune.py,sha256=fB3UrmIOg8UnwF5dTio_p-e-9KjP6w1Y2V_XkfmPnzM,61799
|
|
3
|
+
portune/version.py,sha256=Mmxse1R0ki5tjz9qzU8AQyqUsLt8nTyCAbYQp8R87PU,511
|
|
4
|
+
portune-0.1.1.dist-info/licenses/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
|
5
|
+
portune-0.1.1.dist-info/METADATA,sha256=MpHha4A721qziGCuDDwsNDvwSBxnbb0PVn7UzjgwPp0,2837
|
|
6
|
+
portune-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
portune-0.1.1.dist-info/entry_points.txt,sha256=6j7jAf5fOZrLPbVIs3z92R1tT891WyY9YxQ6OVnPKG0,80
|
|
8
|
+
portune-0.1.1.dist-info/top_level.txt,sha256=CITDikHhRKAsSOGmNJzD-xSp6D5iBhSr9ZS1qy8-SL0,8
|
|
9
|
+
portune-0.1.1.dist-info/RECORD,,
|
portune-0.1.0.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
portune/__init__.py,sha256=GNhEfcAaVlnjWLbjRGT-rOWFVrPrFAZ35Zbu7m8O58Q,58
|
|
2
|
-
portune/re_port.py,sha256=fB3UrmIOg8UnwF5dTio_p-e-9KjP6w1Y2V_XkfmPnzM,61799
|
|
3
|
-
portune/version.py,sha256=-LyU5F1uZDjn6Q8_Z6-_FJt_8RE4Kq9zcKdg1abSSps,511
|
|
4
|
-
portune-0.1.0.dist-info/licenses/LICENSE,sha256=gRJf0JPT_wsZJsUGlWPTS8Vypfl9vQ1qjp6sNbKykuA,1064
|
|
5
|
-
portune-0.1.0.dist-info/METADATA,sha256=Gur4Zu_zg8-echDRH5rOs_vVBkdbEA3hg0xI46OGE9Y,2578
|
|
6
|
-
portune-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
-
portune-0.1.0.dist-info/entry_points.txt,sha256=6j7jAf5fOZrLPbVIs3z92R1tT891WyY9YxQ6OVnPKG0,80
|
|
8
|
-
portune-0.1.0.dist-info/top_level.txt,sha256=CITDikHhRKAsSOGmNJzD-xSp6D5iBhSr9ZS1qy8-SL0,8
|
|
9
|
-
portune-0.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|