Hi,
I trying to use this tool but every type of URL that I pass to -u parameter the response is exaclty the same:
[14:08:55] Doing a short traversal.
[14:08:55] Number of links to test are: 0
[14:08:55] Started finding XSS
[14:08:55] No link found, exiting
Honestly I can't understand this error.. for example, if I try:
$ xsspy -u https://example.com/
it responds "No link found" but there is a link:
$ curl -s https://example.com/ | grep "<a"
<p><a href="http://www.iana.org/domains/example">More information...</a></p>
what kind of link is this tool searching for?