{"id":25838338,"url":"https://github.com/saeed0xf/xss-scraper","last_synced_at":"2025-07-20T19:32:08.212Z","repository":{"id":92590633,"uuid":"422889991","full_name":"saeed0xf/xss-scraper","owner":"saeed0xf","description":"A shell script to find xss vulnerablities. 🐞","archived":false,"fork":false,"pushed_at":"2021-10-30T15:12:05.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T00:06:22.794Z","etag":null,"topics":["bash","bash-script","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saeed0xf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-30T13:32:48.000Z","updated_at":"2022-07-16T15:39:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"4134f04d-748e-4625-a35c-81e2e5ddf8fe","html_url":"https://github.com/saeed0xf/xss-scraper","commit_stats":null,"previous_names":["saeed0xf/xss-scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saeed0xf/xss-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeed0xf%2Fxss-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeed0xf%2Fxss-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeed0xf%2Fxss-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeed0xf%2Fxss-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saeed0xf","download_url":"https://codeload.github.com/saeed0xf/xss-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeed0xf%2Fxss-scraper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266187086,"owners_count":23889911,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bash-script","shell"],"created_at":"2025-03-01T03:49:11.159Z","updated_at":"2025-07-20T19:32:08.180Z","avatar_url":"https://github.com/saeed0xf.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XsScraper\n\nA bash script to find XSS vulnerabilities in web applications. It's a combination of different tools. Like, kxss, dalfox and waybackurls. All these 3 tools are required to run this script.\n\n# Required Installations\n\nKxss :\n````\ngo get github.com/Emoe/kxss\n````\nDalfox :\n````\ngo install github.com/hahwul/dalfox/v2@latest\n````\nWaybackurls :\n````\ngo get github.com/tomnomnom/waybackurls\n````\n\nXsScraper :\n\n````\ngit clone https://github.com/zerodayrat/XsScraper.git\n\ncd XsScraper\nchmod +x *.sh\n````\n# Run the script\n\n````\n./xsscraper.sh site.com\n````\n\u003cbr\u003e\u003cbr\u003e\nNote : `xsscraper-ol.sh` is just an one liner you can run that script after getting all urls from waybackmachine\n````shell\nwhile read FILE1;do grep -aiE $FILE1 waybackurls.txt \u003e filtered.txt;done \u003c filter-1.txt; while read FILE2;do grep -viE $FILE2 filtered.txt;done \u003c filter-2.txt | sort -u | kxss | awk '{print $2}' | dalfox pipe --custom-payload xss-payload-list.txt --mining-dict params.txt --skip-bav -S\n````\n\u003cbr\u003e\nFor any queries ping me on \u003ca href=\"https://twitter.com/ZeroDayRAT\"\u003eTwitter\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeed0xf%2Fxss-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaeed0xf%2Fxss-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeed0xf%2Fxss-scraper/lists"}