{"id":15113817,"url":"https://github.com/theinfosecguy/quickxss","last_synced_at":"2025-04-05T15:07:32.356Z","repository":{"id":40437789,"uuid":"312588365","full_name":"theinfosecguy/QuickXSS","owner":"theinfosecguy","description":"Automating XSS using Bash","archived":false,"fork":false,"pushed_at":"2024-03-22T14:21:16.000Z","size":30,"stargazers_count":353,"open_issues_count":2,"forks_count":64,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-05T15:07:26.004Z","etag":null,"topics":["bash-script","bugbounty","hacktoberfest","hacktoberfest2021","xss","xss-detection","xss-vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theinfosecguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"ko_fi":"theinfosecguy"}},"created_at":"2020-11-13T13:49:48.000Z","updated_at":"2025-03-18T17:38:26.000Z","dependencies_parsed_at":"2024-06-20T08:22:33.277Z","dependency_job_id":"c6924d2d-bc52-402b-b774-0e51832ec952","html_url":"https://github.com/theinfosecguy/QuickXSS","commit_stats":{"total_commits":31,"total_committers":5,"mean_commits":6.2,"dds":0.4838709677419355,"last_synced_commit":"94ab5359a97b50bd8639b3a81be76cf7614d868c"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theinfosecguy%2FQuickXSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theinfosecguy%2FQuickXSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theinfosecguy%2FQuickXSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theinfosecguy%2FQuickXSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theinfosecguy","download_url":"https://codeload.github.com/theinfosecguy/QuickXSS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353745,"owners_count":20925329,"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-script","bugbounty","hacktoberfest","hacktoberfest2021","xss","xss-detection","xss-vulnerability"],"created_at":"2024-09-26T01:23:22.818Z","updated_at":"2025-04-05T15:07:32.335Z","avatar_url":"https://github.com/theinfosecguy.png","language":"Shell","funding_links":["https://ko-fi.com/theinfosecguy"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e QuickXSS - Automate your XSS workflow \u003c/h1\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-red\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PR's-Welcome-red\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-2.0.0-red\"/\u003e\n  \u003cimg src=\"https://img.shields.io/github/contributors/theinfosecguy/QuickXSS?color=red\"/\u003e\n  \u003cimg src=\"https://img.shields.io/github/forks/theinfosecguy/QuickXSS?color=red\"/\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/theinfosecguy/QuickXSS?color=red\"/\u003e\n\u003c/div\u003e\n\n\n\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/33570148/110236951-26880080-7f5f-11eb-9b92-4b6122478e33.png\" alt=\"\" width=\"400px;\"\u003e\u003c/a\u003e\n\u003c/h1\u003e\n\n_**Read Official Guide: https://www.bugblogs.tech/post/automating-xss-using-dalfox-gf-and-waybackurls**_\n\n\nBash Script to Automate XSS using Waybackurls, GF, GF Patterns and Dalfox. \n\nHere are their Repositories:\n\n1. [GF](https://github.com/tomnomnom/gf)\n2. [GF Patterns](https://github.com/1ndianl33t/Gf-Patterns)\n3. [Dalfox](https://github.com/hahwul/dalfox)\n4. [Waybackurls](https://github.com/tomnomnom/waybackurls)\n5. [Gau](https://github.com/lc/gau)\n\n## Pre-Requisites\n\nInstall Go in your Machine and then install required Tools.\n\nFor installing Go in your system:\n```\nsudo apt install -y golang\nexport GOROOT=/usr/lib/go\nexport GOPATH=$HOME/go\nexport PATH=$GOPATH/bin:$GOROOT/bin:$PATH\nsource .bashrc\n```\n## Install Tools in one go !\n\n```\nchmod +x install.sh\n./install.sh\n```\n\n## Docker support\n\n```bash\n# for build docker image\n$ docker build --tag quickxss .\n# run docker image\n$ docker run -it --rm --name qs quickxss\n# Set alias to ~/.zshrc or ~/.bashrc ( depend which shell you are using ) will help to global execute quickxss\n$ alias quickxss='docker run -it --rm --name qs quickxss'\n```\n\n\n### For Installing Pre-Requisites (In case you want to do it one by one):\n```\ngo get -u github.com/tomnomnom/gf\ngo get github.com/tomnomnom/waybackurls\nGO111MODULE=on go get -v github.com/hahwul/dalfox/v2\nGO111MODULE=on go get -u -v github.com/lc/gau\nmkdir .gf\ncp -r $GOPATH/src/github.com/tomnomnom/gf/examples ~/.gf\ngit clone https://github.com/1ndianl33t/Gf-Patterns\nmv ~/Gf-Patterns/*.json ~/.gf\n```\n\n## Installation\n\n```\ngit clone https://github.com/theinfosecguy/QuickXSS.git\ncd QuickXSS\nchmod +x QuickXSS.sh\n```\n\n## Usage \n\nProvide your Target \u0026 XSSHunter Payload as the Argument.\nFor generating XSS Hunter Payload: [Check This](https://xsshunter.com/)\n\n```\nQuickXSS Usage \n\n./QuickXSS.sh -d \u003ctarget.com\u003e\n./QuickXSS.sh -d \u003ctarget.com\u003e -b \u003cblindxss.xss.ht\u003e\n./QuickXSS.sh -d \u003ctarget.com\u003e -o xss_results.txt \n./QuickXSS.sh -d \u003ctarget.com\u003e -b \u003cblindxss.xss.ht\u003e -o xss_results.txt\n\n```\n\n### Special Thanks\n\nSpecial Thanks to all these for their amazing tools ❤ : \n1. [TomNomNom](https://twitter.com/tomnomnom/) for Waybackurls and GF\n2. [Shiv Chouhan](https://twitter.com/1ndianl33t) for GF Patterns\n3. [HAHWUL](https://twitter.com/hahwul) for Dalfox\n4. [Corben Leo]() for gau\n4. [Zemo](https://www.youtube.com/watch?v=fVBvqy-7Ug0) for his amazing video.\n\n### Support !\n\nIf QuickXSS helped you land a Bounty ! Support me \u0026 Buy me a Ko-Fi\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=theinfosecguy/quickxss\u0026type=Date)](https://star-history.com/#theinfosecguy/quickxss\u0026Date)\n\n[Buy Me a Ko-Fi](https://ko-fi.com/theinfosecguy)\n\n\n#### React out to me if you have any ideas to make this better via [Twitter](https://twitter.com/g0t_rOoT_)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheinfosecguy%2Fquickxss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheinfosecguy%2Fquickxss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheinfosecguy%2Fquickxss/lists"}