portune 0.1.12__tar.gz → 0.1.13__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.

Potentially problematic release.


This version of portune might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portune
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Author: Franck Jouvanceau
6
6
  Maintainer: Franck Jouvanceau
@@ -47,3 +47,6 @@ Multitreaded port scanner
47
47
  * html full report / dns domain summary / vlan timeout summary
48
48
  * mail with html summary / report attachment (mailhost relay)
49
49
 
50
+ ![portune](https://github.com/user-attachments/assets/497a4c73-fb6c-4a20-b7ea-043949c49ca9)
51
+
52
+ ![image](https://github.com/user-attachments/assets/ddea20d8-485d-44d6-8dcc-e817d396e197)
@@ -15,3 +15,6 @@ Multitreaded port scanner
15
15
  * html full report / dns domain summary / vlan timeout summary
16
16
  * mail with html summary / report attachment (mailhost relay)
17
17
 
18
+ ![portune](https://github.com/user-attachments/assets/497a4c73-fb6c-4a20-b7ea-043949c49ca9)
19
+
20
+ ![image](https://github.com/user-attachments/assets/ddea20d8-485d-44d6-8dcc-e817d396e197)
@@ -453,7 +453,7 @@ function exportToExcel(table, fileNamePrefix = 'export') {
453
453
 
454
454
  // Get data rows with type information
455
455
  const rows = Array.from(table.querySelectorAll('tbody tr'))
456
- .filter(row => row.style.display !== 'none')
456
+ .filter(row => ! row.classList.contains('hidden'))
457
457
  .map(row =>
458
458
  Array.from(row.cells)
459
459
  .map(cell => {
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.1.12'
21
- __version_tuple__ = version_tuple = (0, 1, 12)
20
+ __version__ = version = '0.1.13'
21
+ __version_tuple__ = version_tuple = (0, 1, 13)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portune
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: Simple Python HTTP Exec Server
5
5
  Author: Franck Jouvanceau
6
6
  Maintainer: Franck Jouvanceau
@@ -47,3 +47,6 @@ Multitreaded port scanner
47
47
  * html full report / dns domain summary / vlan timeout summary
48
48
  * mail with html summary / report attachment (mailhost relay)
49
49
 
50
+ ![portune](https://github.com/user-attachments/assets/497a4c73-fb6c-4a20-b7ea-043949c49ca9)
51
+
52
+ ![image](https://github.com/user-attachments/assets/ddea20d8-485d-44d6-8dcc-e817d396e197)
File without changes
File without changes
File without changes
File without changes
File without changes