Screenshots
Example Usage
Example:
BEGINNING OF PAYLOAD
... Payload Documentation...
#!/bin/bash
# CONFIGURATION
# REQUIRED - Provide URL used for Example
MY_TARGET_URL="example.com"
nmap $MY_TARGET_URL
...