The target specification is the only required parameter for AutoPentestX. It defines the system or network you’re authorized to test.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Gowtham-Darkseid/AutoPentestX/llms.txt
Use this file to discover all available pages before exploring further.
Target Flag
Target IP address or domain name to scanExamples:
- IPv4 address:
192.168.1.100 - Domain name:
example.com - Private network:
10.0.0.1 - Localhost:
127.0.0.1
Supported Formats
IPv4 Addresses
Standard IPv4 notation is fully supported:Domain Names
Fully qualified domain names (FQDN) are resolved automatically:AutoPentestX performs DNS resolution before scanning. Ensure the target domain resolves correctly in your network environment.
Target Examples
Single Host Scanning
- DNS resolution (if domain name)
- Port scanning (Nmap)
- Service detection
- Vulnerability assessment
- Web application testing (unless
--skip-web) - Exploitation attempts (unless
--skip-exploit)
Lab Environment Testing
Remote Server Assessment
Target Validation
Pre-Scan Confirmation
AutoPentestX displays a confirmation prompt before initiating scans:Network Reachability
Testing Connectivity
Before running a full scan, verify target reachability:Firewall Considerations
Common Network Issues
Common Network Issues
Problem: Target not responding to scansPossible Causes:
- Host firewall blocking ICMP/TCP probes
- Network firewall filtering scan traffic
- Target is offline or unreachable
- VPN/routing configuration issues
Scope Restrictions
What AutoPentestX Does NOT Support
Target Selection Best Practices
Internal Network Testing
Identify Test Targets
Document all systems in scope:
- Production servers
- Development environments
- Network appliances
- Virtual machines
Verify Authorization
Obtain written approval:
- Signed penetration testing agreement
- Defined scope and exclusions
- Emergency contact information
- Testing time windows
External Network Testing
- Written authorization from organization
- Scope clearly defined in contract
- Notification sent to hosting provider
- Emergency contacts documented
- Testing window scheduled
- Legal team approval obtained
Target Information Display
During execution, AutoPentestX displays target information:Troubleshooting Target Issues
Invalid Target Error
DNS Resolution Failure
Network Unreachable
Related Topics
CLI Options
Configure scan behavior with flags
Examples
Real-world target scanning examples
Network Scanning
Understand the scanning process
Safe Mode
Protection mechanisms during testing