This content was deleted by the author. You can see it from Blockchain History logs.

TUTORIAL 1: HOW TO INSTALL AND USE BRUTEXSS ON TERMUX[Also works for non-rooted devices]

DISCLAIMER
This Tutorial is made for educational purpose only, I didn't harm anyone everything shown an used in this Tutorial for testing belongs to me such as the computer, smartphone and my website. Every Tutorial on utopian.io is made to teach people how to stay safe and help others for making them safe.
HACKING, CRACKING, STEALING OR ANY SUCH KIND OF ACTIVITY IS A CYBER CRIME WHICH CAN LAND YOU IN JAIL. I DO NOT SUPPORT ANY SUCH KIND OF ACTIVITY

what is XSS:
Cross-Site-Scripting (XSS) is a vulnerability in web applications that makes it possible to execute malicious code (mostly JavaScript).
This is often possible through user input fields, in which the entries are not checked accordingly.
It is important to understand that JavaScipt is executed in the visitor's browser and not on the web server.

What Will I Learn?
i... How to use bruteXss on a website

Requirements:
Termux
Download link
Hackers keyboard
Download link
Brutexss-master
Download

Difficulty
i. Intermediate

Procedure:

  1. Open Termux and type command pkg update && upgrade and press Enter.
    1.png
    i. i. Now install the Python2 by command by typing pkg install python2 and press Enter
    2.png
    ii. now Install git by command by typing pkg install git
    3.png

2. Now we are going to clone the brutexss-master i. Type command git clone https://github.com/shawarkhanethicalhacker/BruteXSS.git

and press Enter
4.png
ii. The GitHub link is given in REQUIREMENTS, it is a 2mb file, make sure to have a stable data connection.


3: After completing the downloading
i. Type command ls to see the list of available files there.
5.png
ii. Type command cd BruteXSS && ls and press Enter. Now you are in brutexss directory
6.png
iii. Now we are going to install the brutexss.py file in the directory
Type command python2 brutexss.py
7.png


4: How to use?
When the brutexss.py is installed you would be quaried on what method you wish to use.
i. The GET method requires you using a site with paramether e.g example.com/?m=1 in this case "?m=1" is your parameter

ii. The post method requires you using the link to a file e.g example.com/filepart
8.png


5: After selecting your desired method you would be asked for site url. In these screenshot i would test it on my friends Website
9.png
It is advicable to use brutexss provided wordlist so just press enter.
10.png

Posted on (link to my file on GitHub)
repository