From 869fc17ecf9c7ad5782a8a68af209c3db4974059 Mon Sep 17 00:00:00 2001 From: Sathyaprakash Sahoo <62632966+Encryptor-Sec@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:09:29 +0530 Subject: [PATCH] Update README.md --- README.md | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 88 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a0ebc6..35d9e56 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,94 @@
*** -#### DISCLAIMER : +>#### DISCLAIMER : The XSSearch developer will not be held liable if the tool is used with harmful or criminal intent. Please use at your own risk. :) -*** +**** +>#### USES OF WEB SCRAPER : +- XSSearch can be used to discover reflected Cross Site Scripting (XSS) vulnerabilities +- XSSearch is capable of validating XSS payloads. +- XSSearch will facilitate in the automation of brute - force attack for the verification of reflected XSS. +- Works on all Linux environment +- This can also be used in penetration testing to evaluate sanitization strength. +*** +>#### FEATURES : +- Contains more than 3000 payloads for XSS validation +- Works on selenium framework & ChromeDriver +- It is faster than other XSS tools since the code is very light and rapid. +- The code and payloads can be modified according to the situation. +*** +>#### SETUP & INSTALLATION +XSSearch requires Selenium, ChromeDriver and Python to work smoothly on your system. + +**Installing Selenium** +``` +$ sudo apt update +$ pip3 install selenium +``` +**Installing Chrome Browser for Linux (Skip this if you already have Chrome browser on your Linux)** +```` +$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +$ sudo apt install ./google-chrome-stable_current_amd64.deb +```` +**You may use the command to start Chrome from your terminal.** +``` +$ google-chrome --no-sandbox +``` +**Downloading ChromeDriver** + +Go to https://chromedriver.chromium.org/downloads and get the linux 64 zipped version of ChromeDriver 80.0.3987.106. + +Unzip the zip file. There will be a file for ChromeDriver. Open terminal on the same location and use the following command. +```` +$ sudo chmod +x chromedriver +$ sudo mv -f chromedriver /usr/bin/chromedriver +```` +*** +>#### USAGE +XSSearch is a command line tool that uses a single command line instruction for simple and speedy execution.+ +
+ +Above is the screenshot of the tool with live example.+ +
+ +*** +#### LICENSE +[MIT-License](LICENSE) +*** +#### More suggestions and contributions are highly appreciated to make this tool better :) +### _STAY SAFE, ACT SMART_ +### Hit Me Up +[![Twitter ](https://img.shields.io/badge/twitter-%231DA1F2.svg?&style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/_encryptor_) +[![Instagram](https://img.shields.io/badge/instagram-%23E4405F.svg?&style=for-the-badge&logo=instagram&logoColor=white)](https://www.instagram.com/xhackerboyy) +[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/sathyaprakashsahoo) +[![Website](https://img.shields.io/badge/Website-FF5722?style=for-the-badge&logo=blogger&logoColor=white)](https://www.cyberbuddy.co.in) +