{"id":13845696,"url":"https://github.com/M4cs/traxss","last_synced_at":"2025-07-12T03:31:36.648Z","repository":{"id":96218429,"uuid":"214087656","full_name":"M4cs/traxss","owner":"M4cs","description":"traxss | Automated XSS Vulnerability Scanner Currently In Development :snake: HACKTOBERFEST PROJECT 2019","archived":false,"fork":false,"pushed_at":"2023-05-22T22:30:47.000Z","size":84,"stargazers_count":183,"open_issues_count":11,"forks_count":49,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-11T06:11:49.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/M4cs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":{"github":"M4cs","patreon":"maxbridgland","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/Bridgland","https://paypal.com/MaxBridgland"]}},"created_at":"2019-10-10T04:37:41.000Z","updated_at":"2025-04-27T17:01:10.000Z","dependencies_parsed_at":"2024-11-21T19:31:17.275Z","dependency_job_id":"beec83b0-f94f-4c8f-88cb-e1b8b435ac21","html_url":"https://github.com/M4cs/traxss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/M4cs/traxss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Ftraxss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Ftraxss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Ftraxss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Ftraxss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/M4cs","download_url":"https://codeload.github.com/M4cs/traxss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/M4cs%2Ftraxss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264930702,"owners_count":23684916,"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":[],"created_at":"2024-08-04T17:03:33.380Z","updated_at":"2025-07-12T03:31:36.633Z","avatar_url":"https://github.com/M4cs.png","language":"Python","funding_links":["https://github.com/sponsors/M4cs","https://patreon.com/maxbridgland","https://www.buymeacoffee.com/Bridgland","https://paypal.com/MaxBridgland"],"categories":["Python"],"sub_categories":[],"readme":"# Traxss\r\n\r\n\u003cb\u003eAutomated Vulnerability Scanner for XSS\u003c/b\u003e | \u003cb\u003eWritten in Python3\u003c/b\u003e | \u003cb\u003eUtilizes Selenium Headless\u003c/b\u003e\r\n\u003cp align=\"center\"\u003e\r\n\u003ca href=\"https://github.com/M4cs/traxss/network\"\u003e\u003cimg src=\"https://img.shields.io/github/forks/M4cs/traxss# .svg\" alt=\"Forks\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://github.com/M4cs/traxss/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/M4cs/traxss.svg\" atl=\"Stars\"\u003e\u003c/a\u003e\r\n\u003ca href=\"https://github.com/M4cs/traxss/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/M4cs/traxss.svg\" alt=\"Issues\"\u003e\u003c/a\u003e\r\n\u003ca href=\"http://www.python.org/download/\"\u003e\u003cimg alt=\"Python 3.6+\" src=\"https://img.shields.io/badge/Python-3.6+-yellow.svg\"\u003e\u003c/a\u003e\u003c/br\u003e\r\n\u003ca href=\"https://asciinema.org/a/273492\" target=\"_blank\"\u003e\u003cimg src=\"https://asciinema.org/a/273492.svg\" /\u003e\u003c/a\u003e\r\n\u003c/p\u003e\r\n\u003cp align = \"center\"\u003e\u003cb\u003eDEMO\u003c/b\u003e\u003c/p\u003e\r\n\r\n# Background\r\n\r\n### Traxss is a Hacktoberfest Project! If you are looking for a place to make contribute, please feel free.\r\nTraxss is an automated framework to scan URLs and webpages for XSS Vulnerabilities. It includes over 575 Payloads to test with and multiple options for robustness of tests. View the gif above to see a preview of the fastest type of scan.\r\n\r\n# Getting Started\r\n\r\n## Prerequisites\r\n\r\nTraxss depends on Chromedriver. On MacOS this can be installed with the homebrew command:\r\n\r\n```\r\nbrew install cask chromedriver\r\n```\r\n\r\nAlternatively, find a version for other operating systems here: https://sites.google.com/a/chromium.org/chromedriver/downloads\r\n\r\n## Installation\r\n\r\nRun the command:\r\n\r\n```\r\npip3 install -r requirements.txt\r\n```\r\n\r\n## Docker Build\r\n```\r\ndocker build -t \u003cIMAGE NAME\u003e .\r\ndocker build -t xshuden/traxss .\r\n```\r\n\r\n## Docker Run\r\n```\r\ndocker run --rm -it xshuden/traxss\r\n```\r\n\r\n## Running Traxss\r\n\r\nTraxx can be started with the command:\r\n\r\n```\r\npython3 traxss.py\r\n```\r\n\r\nThis will launch an interactive CLI to guide you through the process.\r\n\r\n## Types of Scans\r\n\r\n#### Full Scan w/ HTML\r\n\r\nUses a query scan with 575+ payloads and attempts to find XSS vulnerabilities by passing parameters through the URL. It will also render the HTML and attempt to find manual XSS Vulnerabilities (this feature is still in beta).\r\n\r\n#### Full Scan w/o HTML\r\n\r\nThis scan will run the query scan only.\r\n\r\n#### Fast Scan w/ HTML\r\n\r\nThis scan is the same as the full w/ HTML but it will only use 7 attack vectors rather than the 575+ vectors.\r\n\r\n#### Fast Scan w/o HTML\r\n\r\nThis scan is the same as the fast w/o HTML but it will only use 7 attack vectors rather than the 575+ vectors.\r\n\r\n## Contributing\r\n\r\nThank you for your interest! All types of contributions are welcome.\r\n- Fork and clone this repository\r\n- Create your branch from the master branch\r\n- Please open your PR with the master branch as the base\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FM4cs%2Ftraxss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FM4cs%2Ftraxss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FM4cs%2Ftraxss/lists"}