Skip to content

Releases: rs-loves-bugs/xsshunter

v0.0.7

13 Jan 18:11
ba6712c
Compare
Choose a tag to compare

Add DOM reponse, #10, thank you @savushkin-yauheni!

Trufflehog version update.

v0.0.6

01 Jan 20:12
f3d5cbf
Compare
Choose a tag to compare

Fix for empty localstorage bug, #9, thank you @savushkin-yauheni!

Trufflehog version update.

v0.0.5

25 May 20:26
7a352da
Compare
Choose a tag to compare

New Feature

Telegram notification support: You can now setup XSSHunter to send a message to Telegram when a payload fires. Thank you @savushkin-yauheni for the contribution!

Improved .git check.

Trufflehog version update.

v0.0.4

13 Apr 14:47
423cb04
Compare
Choose a tag to compare

New Feature

Multi panel user support: By adding the PANEL_USERPASS_LIST to you env file you can now have multiple panel user support, eg. PANEL_USERPASS_LIST=["[email protected]:somepass", "another_email@another_example.com:anotherpass"]. Thank you 0xGodson_ for the idea!

Trufflehog version update.

v0.0.3

03 Apr 08:14
Compare
Choose a tag to compare

Trufflehog version update.

v0.0.2

11 Mar 12:37
Compare
Choose a tag to compare

New Feature

Local Storage: Read all data stored in Local Storage for the page the payload fired on. Thank you xplo1t-sec!

Thank you to xnl-h4ck3r for helping with testing and ideas and to RahulVivekNair for improving Trufflehog support.

v0.0.1

06 Mar 10:57
Compare
Choose a tag to compare

New Features

It works and it's simple to setup: the current as of March 1, 2023 XSSHunter repository is not in a deploy-able state. This fork fixes that.

Single user support and multi user support: you can setup XSSHunter in either single user mode with only your account or in multi user mode using Google OAuth(allowing only the Gmail accounts you want to login). Compared, the original XSSHunter version only allows Google OAuth login and does not restrict the Gmail accounts allowed(all Gmail accounts can create an user and login).

Full Trufflehog support: Detect secrets on the page your payload fired. The original version implemented simple regex checks for AWS, GCP and Slack keys. This fork supports all the current ~750 detectors from Trufflehog.

No blurred screenshots

Slack, Discord and custom notifications: this fork will send notifications to Slack, Discord and to your custom HTTP hook when a XSS triggers. Compared, the original XSSHunter version only sends email notifications.