Skip to content
KitploitKITPLOIT
ToolsBlog
Einreichen
ToolsBlog
Einreichen

Hacking-, PenTest- und Cybersicherheits-Tools für Ihr Sicherheitsarsenal!

Kitploit ist ein Verzeichnis von Hacking-, Cybersicherheits- und Pentesting-Tools. Entdecken Sie die neuesten Projekt-Updates, um Schwachstellen zu finden, Systeme zu analysieren, Tests zu automatisieren und Ihre Sicherheit zu stärken.

··Feeds·Kontakt·Datenschutz·© 2026 Kitploit

Tool-Verzeichnis

Kategorien

Alle Kategorien anzeigen
Loading categories
xssor2 — XSS'OR - Hacken mit JavaScript. | Kitploit
Tools/GitHubGitHub/evilcos/xssor2
Payload-GenerierungWebsicherheitPenetrationstests
GitHubevilcos/xssor2

xssor2

XSS'OR - Hacken mit JavaScript.

Repository anzeigen
2.2k382vor 6 JahrenVon Kitploit geprüft

Beliebteste

Alle anzeigen →

Entdecken Sie die meistgenutzten Tools unserer Community.

Alle Tools erkunden

Durchsuchen Sie unsere Tool-Sammlung

Alle Tools anzeigen →
Teilen

XSS'OR

XSS'OR - Hacken mit JavaScript.

ONLINE

Du kannst es ausprobieren:

https://xssor.io and http://xssor.io/

Es enthält drei Hauptmodule: Encode/Decode, Codz, Probe.

INSTALLATION

Python 3 mit Django 3.0.* oder Python 2 mit Django 1.11.*

  • git clone https://github.com/evilcos/xssor2 or download directly
  • cd xssor2
  • modify xssor/payload/probe.js
root@kitploit:~
xssor.cmd_url = location.protocol + '//xssor.io/cmd'; // replace xssor.io to your domain or ip address
  • pip3/pip install -r requirement.txt
  • python3/python manage.py runserver 0.0.0.0:8000

Rufe http://[deine-ip]:8000 im Browser auf.

Wenn du es mit Nginx bereitstellen möchtest, kannst du uWSGI verwenden.

Wenn du den Probe automatisch löschen möchtest, kannst du crontab mit dieser Skriptdatei (xssor/probeclear.py) verwenden.

Probiere es selbst aus.

DOCKER

Du kannst dieses Projekt mit Docker bauen

root@kitploit:~
docker build -t xssor:latest .

Starte die App mit

root@kitploit:~
docker run -d -p [port]:8000 xssor:latest [probe domain or ip]

CHANGELOG

root@kitploit:~
UPDATE: 2020/07/28

*. Increase support for docker.

UPDATE: 2020/02/05

*. Compatible with Python 2 and Python 3.
*. Compatible with Django 1.11.* and Django 3.0.*.
*. Fix some bugs.

UPDATE: 2018/07/29

*. Compatible with HTTP and HTTPS.

UPDATE: 2017/09/23

*. Upgrade JS BEAURIFY.
*. Fix PACKER/UNPACKER error bug.

UPDATE: 2017/08/20

*. Increase support for mobile more friendly.

UPDATE: 2017/08/13

*. Fix Probe bug to file:// protocol.
*. Fix Probe bug in mobile app while without cookie.
*. Improve Probe Status.

UPDATE: 2017/05/07

*. Encode/Decode, enhanced.
*. Codz, enhanced.
*. Probe, free to try.
*. Complete rewriting with Python, Django, Bootstrap, jQuery, ...
*. Independent domain: xssor.io.

SEI BÖSE, SEI NICHT SCHLECHT.

Tool herunterladen