XSS-Freak – Cross Site Scripting scanner

superior_hosting_service

xss freak
xss-freak

XSS-Freak is an XSS scanner fully written in python3 from scratch


XSS-Freak is one of its kind since it crawls the website for all possible links and directories to expand its attack scope. Then it searches them for input tags and then launches a bunch of XSS payloads. if an input is not sanitized and vulnerable to XSS attacks, the tool will discover it in seconds. 

Requirements:

  • High Internet Connection Speed.
  • A New PC that is capable of handling a high amount of threads concurrently.
  • Luck Of course.

How Does it Work:

First you supply a target website to scan and a list which contains different XSS payloads (better low amount and more effective and Least Detected Payloads) then it crawls the main website (Index Page) for possible links and directories. Then it crawls the found directories (if exist any) for additional links they weren’t found in the initial crawl and add them to its attack scope. Then the tool will crawl all the links that were found in both in the initial scan and links from the directory For HTML INPUTS. Then the tool adds all the found HTML INPUTS to its attack scope. then the tool launches an ATTACK on all HTML INPUTS with the XSS payloads the user-provided from the list. if the HTML INPUT IS NOT SANITIZED PROPERLY and filtered the script will instantly detect it and will print out the vulnerable parameter.

Note: The script is too powerful for old computers.


Advantages:

  • Supports multithreading for efficiency and faster processing.
  • One of it kind.
  • Ability to crawl all the sites not only a specific webpage.
  • Versatile.

Disadvantages:

  • Isn’t supported on phones due to the high demand for hardware.
  • Requires a high-speed internet connection for it to work well or you will get errors or take too much time.
  • Requires medium to best hardware since it deals and manages with high amounts of threads and any old hardware the script will cause the computer to lag or crash so take care.

HOPE YOU LIKE IT