Host Module
Module Overview
Function
Purpose
Tools
Configuration Options
# In reconftw.cfg
# Master toggle
PORTSCANNER=true
# Port scanning
PORTSCAN_PASSIVE=true # Shodan-based (requires API key)
PORTSCAN_ACTIVE=true # Nmap-based
# Nmap options
PORTSCAN_ACTIVE_OPTIONS="--top-ports 200 -sV -n -Pn --open --max-retries 2 --script vulners"
# Other host checks
FAVICON=true # Favicon IP discovery
CDN_IP=true # CDN detection
GEO_INFO=true # Geolocation
WAF_DETECTION=true # WAF detection
# IPv6
IPV6_SCAN=true # IPv6 discoveryPort Scanning
Passive Port Scanning (Shodan)
Active Port Scanning (Nmap)
Option
Description
CDN Detection
cdnprovider - CDN Identification
cdnprovider - CDN IdentificationWAF Detection
waf_checks - Web Application Firewall Detection
waf_checks - Web Application Firewall DetectionFavicon Analysis
favicon - Real IP Discovery
favicon - Real IP DiscoveryGeolocation
geo_info - IP Geolocation
geo_info - IP GeolocationCloud Storage Enumeration
cloud_extra_providers - Extra Cloud Provider Checks
cloud_extra_providers - Extra Cloud Provider ChecksIPv6 Scanning
IPv6 Discovery and Scanning
Data Flow
Output Files Summary
File
Content
Integration with Vulnerability Scanning
Best Practices
Nmap Scan Customization
Quick Discovery
Full Scan
Stealth Scan
Service Focus
Next Steps
Last updated