From 65dd68ae9051ce7cecf3be23fbda6e329d8580af Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 17 Mar 2025 16:54:27 +0530 Subject: [PATCH] add installation guide --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 83fbc01..5ce50b0 100644 --- a/README.md +++ b/README.md @@ -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) - 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 - [Usage](https://github.com/s0md3v/XSStrike/wiki/Usage) - [Compatibility & Dependencies](https://github.com/s0md3v/XSStrike/wiki/Compatibility-&-Dependencies)