-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
executable file
·42 lines (30 loc) · 1.08 KB
/
requirements.txt
File metadata and controls
executable file
·42 lines (30 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# NetWatch Dependencies
#
# Install with: pip install -r requirements.txt
# First-time setup: python netwatch.py --setup
#
# Python version required: >= 3.9
# Network scanning — Python wrapper for nmap
python-nmap==0.7.1
# HTTP client for EOL/CVE API queries and web interface checks
requests==2.31.0
# Terminal formatting and UI components
rich==13.7.0
# Semantic version parsing for EOL comparisons
packaging==24.0
# HTML report templating (Jinja2)
jinja2>=3.1.0
# SSL certificate inspection (cipher suites, SANs, key sizes)
cryptography>=41.0.0
# DNS queries with custom resolver (DNS hijack detection)
dnspython>=2.4.0
# SSH deep analysis — algorithm enumeration, host key inspection
paramiko>=3.0.0
# SNMP community string testing and sysDescr firmware extraction
pysnmp>=6.0.0
# SMB deep analysis — SMBv1 detection, EternalBlue check, share enumeration
impacket>=0.11.0
# mDNS/Zeroconf device discovery — finds Apple, IoT, Chromecast devices
zeroconf>=0.47.0
# ARP spoofing detection — raw packet sending for ARP table mapping
scapy>=2.5.0