Finding first Bug (XSS) with real time software and DEMO to find XSS vulnerability.

Опубликовано: 14 Июль 2026
на канале: b11r1m
481
26

Hi everone!! This me 😁️BIKRAM. This is my 1st video on my youtube channel about XSS. Hope you guys enjoy with my channel.
Let's do some magic now. !!
today i am share about the real time XSS vulnerability found.
with this software we can easily find xss vulnerability with single cmd.
the software name is WHOISXSS
link are on description down.
usage this software with small demo:

1. Download the software from github free.
https://github.com/TheBinitGhimire/WH...
#Installation
Download/clone the repository to your local machine:
git clone https://github.com/TheBinitGhimire/WH...
Switch to the WHOISxss directory!
cd WHOISxss
use:-
python3 main.py -u www.example.com

Using WHOISxss for Multiple URLs:
Create a text file with any name, with a list of URLs, separated by new lines.

python3 main.py -f FILENAME
For example:
python3 main.py -f list.txt

In this video, we discuss one of the most common first bugs XSS or cross-site scripting. This bug involves smuggling in javascript code into a webpage or app. This video goes into more smooth XSS real time and it's not great as a first bug.

Hi everyone, welcome to this video in the "Finding Your First Bug" in this series I'm going to go over some good first bugs: explain what they are, how to find them, show some examples of real bugs in the wild that paid out and finally do a practical example with software on a real target.