Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
51c4a39
Add progress_callback to run_command
westnt Aug 25, 2025
d30262b
updated docstring and added function hints
westnt Aug 25, 2025
1e2ec86
added docstring and function hints
westnt Aug 25, 2025
40a8f7d
assign unique ID to each instance of Nmap class
westnt Aug 25, 2025
be175d8
comment
westnt Aug 25, 2025
f6d8c12
Add tmp dir placeholder. tmp is for files that are processed internaly.
westnt Aug 25, 2025
1912f1b
Added tmp to .gitignore.
westnt Aug 25, 2025
1656677
import typing to fix function hints.
westnt Aug 25, 2025
99fa820
add xml_path var
westnt Aug 25, 2025
020b5fd
moved communicate_with_progress from utils.py to nmap3.py so it has r…
westnt Aug 25, 2025
703656b
fixed tmp xml path issue and moved communicate_with_progress back to …
westnt Aug 25, 2025
bbb6187
Ensure threads have finished just incase.
westnt Aug 25, 2025
d816446
run_command outputs xml to stdout. If progress_callback provided, std…
westnt Aug 25, 2025
67f72fd
Fixed sub_proc recking terminal state after failed execution.
westnt Aug 25, 2025
af255a0
fix sub_proc from wrecking out terminal on failure
westnt Aug 25, 2025
5fcc5f9
Changed progress_callback to take a string. Implemented progress_call…
westnt Aug 25, 2025
a52ae1e
implement progress_callback in remaining non async functions
westnt Aug 26, 2025
d881293
Changed tmp xml file to use tempfile module.
westnt Aug 26, 2025
3605f3d
code cleanup
westnt Aug 26, 2025
afdb2e3
Removed tmp dir.
westnt Aug 26, 2025
1444719
code cleanup
westnt Aug 26, 2025
c9075b0
removed terminal cleanup code. re-wrote tmp file handling to make cla…
westnt Aug 28, 2025
cda936f
removed terminal state handling code.
westnt Aug 28, 2025
c2fa9e4
added whitespace
westnt Aug 28, 2025
6f4c8da
whitespace
westnt Aug 28, 2025
90f83b7
remove xml file after processing
westnt Aug 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading