Skip to content

XSStrike, Spiderfoot, Dalfox, well, what do you know? Please use responsibly and credit goes to orignal creators.

License

Notifications You must be signed in to change notification settings

Talyx66/XSS-OSINT-SWIFTKIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Note: This repository is MIT licensed, but it references external tools licensed under GPL-3.0 and MIT. Users must comply with each tool's individual license when using or modifying them.

SS & SpiderFoot Offensive Toolkit (Linux Setup)

This repository provides a one-stop script to clone and prepare offensive XSS and OSINT tools on Linux for ethical hacking and red team simulation.

Included Tools

XSStrike

Advanced XSS detection and fuzzing engine
GitHub: https://github.com/s0md3v/XSStrike

Dalfox

Fast and powerful XSS scanner built in Go
GitHub: https://github.com/hahwul/dalfox

SpiderFoot

Automated OSINT collection and reconnaissance
GitHub: https://github.com/smicallef/spiderfoot

Install All Tools (Clone + Setup)

git clone https://github.com/YOUR_USERNAME/xss-spiderfoot-toolkit.git
cd xss-spiderfoot-toolkit
chmod +x setup.sh
./setup.sh

How to Use

XSStrike

cd XSStrike
python3 xsstrike.py -u "http://victim.com/vuln?input=test"

Dalfox

dalfox url "http://victim.com/xss?query=test"

SpiderFoot

cd spiderfoot
python3 sf.py -l 127.0.0.1:5001

Open browser to: http://127.0.0.1:5001

Notes

  • dalfox installs via Go (go install)
  • XSStrike runs directly from Python3
  • SpiderFoot is web-based, no install needed

Legal

Only use this on networks, apps, or targets you have explicit permission to test. This repo is educational.

License MIT (Only this repo. Linked tools have their own licenses.)

About

XSStrike, Spiderfoot, Dalfox, well, what do you know? Please use responsibly and credit goes to orignal creators.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages