Skip to content

Commit

Permalink
Resolved Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasdoufi-ol committed Dec 3, 2024
1 parent f9aee09 commit 043b4e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions agent/nmap_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,8 @@
DNS_RESOLV_CONFIG_PATH = "/etc/resolv.conf"

DEFAULT_MASK_IPV6 = 128
# scan up to 65536 host
IPV6_CIDR_LIMIT = 112
# More IPv6-specific constants
IPV6_MIN_PREFIX = 8 # Minimum safe prefix length for IPv6
# IPV6_DEFAULT_PING_TIMEOUT = 1000 # ms
MAX_BATCH_SIZE = 100 # Maximum number of IPv6 addresses to scan in one batch

BLACKLISTED_SERVICES = ["tcpwrapped"]

Expand Down

0 comments on commit 043b4e0

Please sign in to comment.