Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
xssor2 — XSS'OR - Hackez avec JavaScript. | Kitploit
Outils/GitHubGitHub/evilcos/xssor2
Génération de PayloadsSécurité WebTests d'Intrusion
GitHubevilcos/xssor2

xssor2

XSS'OR - Hackez avec JavaScript.

Voir le dépôt
2.2k382il y a 6 ansVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

XSS'OR

XSS'OR - Hackez avec JavaScript.

EN LIGNE

Vous pouvez essayer :

https://xssor.io et http://xssor.io/

Il contient trois modules principaux : Encode/Decode, Codz, Probe.

INSTALLATION

Python 3 avec Django 3.0.* ou Python 2 avec Django 1.11.*

  • git clone https://github.com/evilcos/xssor2 or download directly
  • cd xssor2
  • modifiez xssor/payload/probe.js
root@kitploit:~
xssor.cmd_url = location.protocol + '//xssor.io/cmd'; // remplacez xssor.io par votre domaine ou adresse ip
  • pip3/pip install -r requirement.txt
  • python3/python manage.py runserver 0.0.0.0:8000

Naviguez vers http://[yourip]:8000 pour en profiter.

Si vous souhaitez le déployer avec Nginx, vous pouvez utiliser uWSGI.

Si vous voulez supprimer le probe automatiquement, vous pouvez utiliser crontab avec ce script (xssor/probeclear.py).

Essayez par vous-même.

DOCKER

Vous pouvez construire ce projet avec Docker

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

Exécutez l'application avec

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.

BE EVIL, DON'T BE BAD.

Télécharger l’outil