API
Single Domain Scan - 5,00 €
curl -b 'api_key=<your api key>' https://api.hackerattack.de/security/pay/single_domain_queue/<target>
Response:
{"message": "Scan will start!", "filename":"<filename>", "status":"starting"}
curl -b 'api_key=<your api key>' https://api.hackerattack.de/security/download/<filename>
Full Domain Scan - 15,00 €
curl -b 'api_key=<your api key>' https://api.hackerattack.de/security/pay/full_domain_queue/<target>
Response:
{"message": "Scan will start!", "filename":"<filename>", "status":"starting"}
curl -b 'api_key=<your api key>' https://api.hackerattack.de/security/download/<filename>
Flatrate
curl -b 'api_key=<your api key>' https://api.hackerattack.de/security/flatrate_queue/<target>
Response:
{"message": "Scan will start!", "filename":"<filename>", "status":"starting"}
curl -b 'api_key=<your api key>' https://api.hackerattack.de/security/download/<filename>
JSON-Result
hosts (list)-
host (str): Hostname
ip (str):
webservers (list) -
url:
title:
statuscodes:
network:
org:
tech:
stats -
rank:
subdomains:
subdomains_optional:
hosts:
ips:
webservers:
usernames:
passwords:
exposures:
panels:
alerts (list) -
title:
severity:
description:
service:
port:
source:
source_type:
leaks (list) -
email:
password:
script_status (list) -
meta_alerts (list) -
technology (list) -
status -
curl https://www.hackerattack.de/scan.sh -o "scan.sh"