(fix): do not launch nmap scans if not valid IPs are found.

Fixes #12
This commit is contained in:
Eduard Tolosa 2025-04-07 16:10:42 +00:00
parent 3afaf475d0
commit 8b0c7fcb27
5 changed files with 70 additions and 60 deletions

2
.vscode/launch.json vendored
View file

@ -9,7 +9,7 @@
"request": "launch",
"name": "Debug",
"program": "${workspaceRoot}/target/debug/${workspaceRootFolderName}",
"args": "-f targets.txt -u log.csv --resolvers resolvers.txt --iport 1 --lport 10000 --min-rate 10",
"args": "-t useast1.sugarcrm.com --fast-scan",
"cwd": "${workspaceRoot}",
"sourceLanguages": [
"rust"