Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evilcos authored Aug 14, 2017
1 parent bd84414 commit 84afe84
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Python 2.7.*
* cd xssor2
* modify xssor/payload/probe.js
```javascript
xssor.cmd_url = '//xssor.io/cmd'; // replace xssor.io to your domain or ip address
xssor.cmd_url = 'http://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
Expand All @@ -30,9 +30,22 @@ Try it by yourself.

## SCREENSHOTS

![Screenshot](https://raw.githubusercontent.com/evilcos/xssor2/master/screenshots/xssor1.png)
![Screenshot](https://raw.githubusercontent.com/evilcos/xssor2/master/screenshots/xssor2.png)
![Screenshot](https://raw.githubusercontent.com/evilcos/xssor2/master/screenshots/xssor3.png)
![Screenshot](https://raw.githubusercontent.com/evilcos/xssor2/master/screenshots/xssor4.png)
Have a look at ![screenshots](https://github.com/evilcos/xssor2/tree/master/screenshots)

## CHANGELOG

### 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.

0 comments on commit 84afe84

Please sign in to comment.