# Infiltrator WiFi Red Team Auditing Suite
# Python Package Dependencies

# Core dependencies
colorama>=0.4.6
python-dateutil>=2.8.2
requests>=2.31.0
tabulate>=0.9.0

# Optional dependencies (install separately if needed)
# GPS Support:
#   gps3>=0.33.3
#   gpsd-py3>=0.3.0

# Development dependencies (install with: pip install -e .[dev])
# pytest>=7.0.0
# black>=23.0.0
# flake8>=6.0.0
# mypy>=1.0.0

# System tools required (install via package manager):
# - aircrack-ng suite (airodump-ng, aireplay-ng, aircrack-ng, airmon-ng)
# - wireless-tools (iwconfig, iwlist)
# - net-tools (ifconfig, route)
# - iw (wireless configuration)
#
# Recommended tools:
# - reaver (WPS attacks)
# - hashcat (GPU cracking)
# - john (John the Ripper)
# - tshark (packet analysis)
# - macchanger (MAC spoofing)
# - hostapd (Evil Twin AP)
# - dnsmasq (DHCP/DNS for Evil Twin)
#
# For Debian/Ubuntu/Kali:
#   sudo apt install aircrack-ng wireless-tools net-tools iw
#   sudo apt install reaver hashcat john tshark macchanger hostapd dnsmasq
