XSS'OR - Hack with JavaScript.
You can have a try: http://xssor.io/
It contains three major modules: Encode/Decode, Codz, Probe.
Python 2.7.*
- git clone https://github.com/evilcos/xssor2 or download directly
- cd xssor2
- modify xssor/payload/probe.js
xssor.cmd_url = '//xssor.io/cmd'; // replace xssor.io to your domain or ip address
- pip install -r requirement.txt
- python manage.py runserver 0.0.0.0:8000
Browser http://[yourip]:8000 to enjoy.
If you want to deploy it with Nginx, you can use uWSGI.
If you want to delete probe automatically, you can use crontab to this script file(xssor/probeclear.py).
Try it by yourself.
BE EVIL, DON'T BE BAD.