Skip to content

Checks XSS vulnerability against search queries in websites using 3 different techniques.

Notifications You must be signed in to change notification settings

luu176/Basic-XSS-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Basic-XSS-Checker

This is a very basic python script that runs through website search parameter such as https://www.google.com/search?q=helloworld, and tries to find a potential XSS vulnerability. If the website detects this, it will sometimes display your browser information. This could be another XSS vulnerability, as you can modify your User-Agent to an XSS payload and it can be ran on the code. The default payload is <script>alert('fsociety');</script>, you can set your custom payload with the -p option, and set the url with -u.

Feel free to PR

Usage

python3 xss_checker.py -u <url> -p <payload (optional)>

Installation

git clone https://github.com/luu176/Basic-XSS-Checker.git
cd Basic-XSS-Checker

About

Checks XSS vulnerability against search queries in websites using 3 different techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages