Completed NMAP & Refactoring

This commit is contained in:
2025-08-20 15:16:21 -05:00
parent dd673829d2
commit 63ee043f34
7 changed files with 268 additions and 245 deletions

View File

@@ -12,7 +12,7 @@ GOOGLE_HOME_SPEAKER_ID = "media_player.spencer_room_speaker"
DAILY_RECAP_TIME = "20:00"
# Nmap Configuration
NMAP_TARGETS = "192.168.1.0/24"
NMAP_TARGETS = "192.168.2.0/24"
NMAP_SCAN_OPTIONS = "-sS -T4"
# Test Mode (True to run once and exit, False to run continuously)