Changelog
07bff31 Added wappalyzergo based technology detection (-tech-detect
)
2112a44 Added file based paths input support (-paths
)
f8104ae Added random user agent support (-random-agent
)
782cdcf Added syscall fallback support.
9ddeea3 Updated title extraction with improved regex
bfbf2b6 Fixed duplicate result when input CIDR targets
49e0aad JSON output improvements.
Notable flag changes:-
include-response
flag instead ofresponse-in-json
response-in-json
is still supported but deprecated flag.tls-grab
is now optional instead of default.tls-probe
now can be used along withtls-grab
Notable JSON output changes:-
- Newly added fields:-
timestamp
,request
,scheme
,port
,path
,body_sha256
,header_sha256
- Updated fields:-
serverResponse
withresponse-body
,ip
withhost
,ips
witha
,tls
withtlsgrab
Example of default updated JSON output:-
{
"timestamp": "2021-04-10T00:19:54.505279+05:30",
"scheme": "https",
"port": "443",
"path": "/",
"body-sha256": "bf697861898d0a7fabf4886f0eb238a440f45622e062ef40ac266e5575796347",
"header-sha256": "4196b49038b99831b6d3fc40100162cabf81ac2718cd01e21efd5ba3926d1dfa",
"a": [
"104.16.99.52",
"104.16.100.52"
],
"url": "https://hackerone.com",
"location": "https://www.hackerone.com/",
"webserver": "cloudflare",
"content-type": "text/html",
"method": "GET",
"host": "104.16.99.52",
"content-length": 92,
"status-code": 301,
"csp": {
"domains": [
"www.google-analytics.com",
"errors.hackerone.net",
"cover-photos.hackerone-user-content.com",
"hackathon-photos.hackerone-user-content.com",
"profile-photos.hackerone-user-content.com",
"hackerone-us-west-2-production-attachments.s3.us-west-2.amazonaws.com",
"https://errors.hackerone.net/api/30/csp-report/?sentry_key=374aea95847f4040a69f9c8d49a3a59d",
"www.youtube-nocookie.com"
]
},
"response-time": "547.188917ms"
}