Detect xss on a website using Termux | End Way - форум программирования и сливов различных скриптов
  • Присоединяйтесь к нам в телеграм канал! EndWay канал | EndSoft канал | EWStudio канал
  • Хочешь поставить скрипт, но не умеешь?
    А может ты хочешь свой скрипт на основе слитого?

    Тогда добро пожаловать в нашу студию разработки!

    Телеграм бот: EWStudioBot
    Телеграм канал: EWStudio

Detect xss on a website using Termux

ELISE_404

Джун
Автор темы
21 Июл 2023
29
6
0
Hello, bandits. XSS (from English. Cross-Site Scripting - "cross-site scripting") is a fairly common vulnerability that can be found in many web applications. Its essence is quite simple, the attacker manages to inject JavaScript code into the page that was not provided by the developers. This code will be executed whenever victims (ordinary users) visit the application page where this code has been added.

Here is a script that can detect this vulnerability.

Setup>

git clone https://github.com/xadhrit/xira.git
CD xira
python3 -m pip install -r requirements.txt

Throw

python xira.py -u <url>

Security post ✌️
 
Like
  • 1
Реакции: 1 user
Активность:
Пока что здесь никого нет