Commit graph

24 commits

Author SHA1 Message Date
482b6f6e21 (chore): show invalid IP address found. 2025-04-07 16:13:13 +00:00
8b0c7fcb27 (fix): do not launch nmap scans if not valid IPs are found.
Fixes #12
2025-04-07 16:10:42 +00:00
7c6e717c0b Remove logs_dir when the scan is finished.
Fixes #11
2023-08-23 20:35:37 -05:00
Eduard Tolosa
36419c3da7 Don't scan private IP addresses. 2023-04-11 23:18:13 -05:00
Eduard Tolosa
cde33efba1
Clippy fixes. 2023-02-09 18:40:54 -05:00
Eduard Tolosa
3c8661bc24
Use ToString trait. 2022-06-23 00:34:54 -05:00
Edu4rdSHL
bb030e266b
Apply clippy suggestion.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2022-03-16 10:49:37 -05:00
Edu4rdSHL
970fd42e48
Fix clippy warnings.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2021-10-20 06:16:13 -05:00
Edu4rdSHL
ab00d977bd
Use a Resolver with multiple nameserver ips instead of creating multiple Resolver instances.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2021-05-16 07:40:29 -05:00
Edu4rdSHL
ba1f7da885
Add support from reading from stdin.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2021-05-11 15:00:50 -05:00
Edu4rdSHL
1b79bcd334
Update args.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2021-05-10 20:39:29 -05:00
Edu4rdSHL
b8a47031d9
Add version detection.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2021-05-10 20:36:06 -05:00
Edu4rdSHL
8378a29d5d
Add support for raw and url output formats.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2021-05-10 19:25:53 -05:00
Edu4rdSHL
f20f6d6ce0
Add raw output support.
Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2021-05-10 11:58:50 -05:00
Edu4rdSHL
3d24415c9a
Allow ports ranges, lists, or both using the --ports option.
Update the code to match the new dependencies versions.
Simplify some functions.
Improve IP discovery speed calling ipv4_lookup() to search only for A records.

Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
2021-05-09 02:13:21 -05:00
Edu4rdSHL
bb8badecf8
Remove clippy warn. 2021-05-09 02:07:09 -05:00
Edu4rdSHL
4b35130fc3
Update DNS to only well-known ones. 2021-05-09 02:06:54 -05:00
Eduard Tolosa
48cb688376 Fix typo. 2020-09-03 20:44:09 -05:00
Eduard Tolosa
9861d0c925 Fixes. 2020-09-03 20:32:21 -05:00
Eduard Tolosa
945e09bb23 Allow users to keep Nmap XML logs. 2020-09-03 20:32:21 -05:00
Eduard Tolosa
93cbc6a58b Add compatibility with Windows an other OS.
This change adds compatibility with other OS that doesn't have a sudo command.
We enabled ports range that was disabled as well.
2020-09-03 20:32:21 -05:00
Eduard Tolosa
1f3fe1f453 Fix desciption. 2020-09-02 23:40:10 -05:00
Eduard Tolosa
83b7f24cf8 Small fixes. 2020-09-02 23:38:14 -05:00
Eduard Tolosa
43b878e0d1 Initial commit. 2020-09-02 22:34:35 -05:00