add installation guide

This commit is contained in:
Somdev Sangwan
2025-03-17 16:54:27 +05:30
committed by GitHub
parent acbecfbdad
commit 65dd68ae90

View File

@@ -65,6 +65,19 @@ Website: [https://iproyal.com/?r=800974](https://iproyal.com/?r=800974)
- Powered by [Photon](https://github.com/s0md3v/Photon), [Zetanize](https://github.com/s0md3v/zetanize) and [Arjun](https://github.com/s0md3v/Arjun) - Powered by [Photon](https://github.com/s0md3v/Photon), [Zetanize](https://github.com/s0md3v/zetanize) and [Arjun](https://github.com/s0md3v/Arjun)
- Payload Encoding - Payload Encoding
### Installation
Enter the following commands one by one in terminal:
```
git clone https://github.com/s0md3v/XSStrike
cd XSStrike
pip install -r requirements.txt --break-system-packages
```
Now, XSStrike can be used at any time as follows:
```
python xsstrike.py
```
### Documentation ### Documentation
- [Usage](https://github.com/s0md3v/XSStrike/wiki/Usage) - [Usage](https://github.com/s0md3v/XSStrike/wiki/Usage)
- [Compatibility & Dependencies](https://github.com/s0md3v/XSStrike/wiki/Compatibility-&-Dependencies) - [Compatibility & Dependencies](https://github.com/s0md3v/XSStrike/wiki/Compatibility-&-Dependencies)