• caglararli@hotmail.com
  • 05386281520

Why http-dombased-xss.nse script in nmap dosen’t work? [closed]

Çağlar Arlı      -    20 Views

Why http-dombased-xss.nse script in nmap dosen’t work? [closed]

I want to ask about the http-dombased-xss.nse script. When I'm testing DOM-based xss in xss.challenge.training.hacq.me/challanges/baby02.php. The test I'm doing with nmap is like this.

nmap -p80 --script http-dombased-xss.nse --script-args path={/challanges/baby02.php} xss.challenge.training.hacq.me

And nmap gave me the response like this:

PORT   STATE SERVICE 
80/tcp open  HTTP 
|_http-dombased-xss: Couldn't find any DOM-based XSS.

Probably I'm wrong when I input the commands or else I don't know. Can anybody help me?