Closed BrownBearSec closed 1 year ago
I would even add more info to the JSON, such as the status code, the content length, number of words, lines in the response, to match for instance httpx
output. Currently we have to re-run httpx
on all endpoints to get those info.
Please describe your feature request:
katana -probe
should be able to check if links on a page are live or dead, without going on to crawl those URLs. Eg, Crawling a site example.com, which has the code,Should return something like {"timestamp":"XXXXXXXX","endpoint":"https://dkasdkasjfkasjf.com/script.js","source":"https://example.com/","status": "FAILED"} if the script link was dead.
Describe the use case of this feature:
Useful for broken link hijacking and subdomain takeovers.