ALL IN ONE BUNDLE

600+ Ai Avatars Reel Bundle with Exclusive Bonuses

Largest Reels Bundle Lifetime Access

70K Ultimate ChatGPT Prompt

3000+ Digital Products Bundle

πŸ‘‰ Our Premium Courses πŸ‘ˆ

Get 13TB Mega Link Here

Email me For Courses Links Click HERE

Telegram Ihtreek Tech
Telegram Ihtreek Tech
Telegram Ihtreek Tech
Telegram Ihtreek Tech
Telegram Ihtreek Tech

XSS Scanner | Detects Cross-Site Scripting Vulnerabilities In Website Free Download – Google Drive Links

image
XSS Scanner | Detects Cross-Site Scripting Vulnerabilities In Website Free Download - Google Drive Links 4

Cross-Site Scripting (XSS) is one of the most well known web application vulnerabilities. It even has a dedicated chapter in the OWASP Top 10 project and it is a highly chased vulnerability in bug bounty programs.

The scanner gets a link from the user and scan the website for XSS vulnerability by injecting malicious scripts at the input place. The injection happens in headless browser named Chromium and controlled by Puppeteer automation.

It works in two steps:

  1. Find the target: In this first step, the tool tries to identify all the places at the page including injectable parameters in forms, URLs, headers, etc.
  2. Test for XSS: For each place discovered in the previous step, the scanner will try to detect if the parameters are vulnerable to Cross-Site Scripting. The tool injects a piece of JavaScript code, including some special HTML characters (>, <, β€œ, β€˜) and it will try to see if they are returned in the response page without sanitization. If the tool detects at least one vulnerability, it will return that the website have XSS vulnerability.

Technologies

  • Puppeteer
  • Javascript
  • NodeJS
  • Express

How to install

Clone the repository:

git clone https://github.com/MariaGarber/XSS-Scanner.git 

Enter the clonned folder:

cd XSS-Scanner 

Install the dependencies:

npm install 

Run the application:

npm start 

Open the browser at https://googledrivelinks.com:4000/

GitHub:

favicongithub.com 3

33413353?s=400&v=4
XSS Scanner | Detects Cross-Site Scripting Vulnerabilities In Website Free Download - Google Drive Links 5

MariaGarber/XSS-Scanner 3

XSS scanner that detects Cross-Site Scripting vulnerabilities in website by injecting malicious scripts

Leave a Comment