{"id":18952434,"url":"https://github.com/devanshbatham/rayder-workflows","last_synced_at":"2026-01-27T02:04:17.084Z","repository":{"id":189775122,"uuid":"681274409","full_name":"devanshbatham/rayder-workflows","owner":"devanshbatham","description":"Repo for hosting rayder workflows","archived":false,"fork":false,"pushed_at":"2023-08-31T03:50:22.000Z","size":31,"stargazers_count":56,"open_issues_count":1,"forks_count":11,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-01T02:28:53.278Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/devanshbatham.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":"2023-08-21T16:48:26.000Z","updated_at":"2024-10-03T05:17:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2485d4f-597c-49fa-b8ed-9461cdb8e2e5","html_url":"https://github.com/devanshbatham/rayder-workflows","commit_stats":null,"previous_names":["devanshbatham/rayder-workflows"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devanshbatham%2Frayder-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devanshbatham%2Frayder-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devanshbatham%2Frayder-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devanshbatham%2Frayder-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devanshbatham","download_url":"https://codeload.github.com/devanshbatham/rayder-workflows/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239951659,"owners_count":19723915,"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-11-08T13:33:24.618Z","updated_at":"2026-01-27T02:04:12.030Z","avatar_url":"https://github.com/devanshbatham.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Rayder Workflows\n\n Repo for hosting rayder workflows. Install [Rayder](https://github.com/devanshbatham/rayder/) from [here](https://github.com/devanshbatham/rayder/)\n\n\n\n## Workflows\n\n\n\n\n| Category | Workflow                            | Description                                                | Placeholder(s)             | Dependencies                                                      |\n|----------|-------------------------------------|------------------------------------------------------------|----------------------------|-------------------------------------------------------------------|\n| Recon    | [generate-dns-wordlist.yaml](https://github.com/devanshbatham/rayder-workflows/blob/main/recon/generate-dns-wordlist.yaml) | Generate custom DNS Bruteforce wordlist for a domain | {{DOMAIN}}, {{OUTPUT_DIR}}  | [subfinder](https://github.com/projectdiscovery/subfinder), [dnsgen](https://github.com/ProjectAnte/dnsgen) |\n| Scanning | [open-redirect.yaml](https://github.com/devanshbatham/rayder-workflows/blob/main/http/open-redirect.yaml) | Scan for Open Redirect vulnerabilities in params found in web archive for a domain | {{DOMAIN}}, {{OUTPUT_DIR}} | [Paramspider](https://github.com/devanshbatham/Paramspider), [Openredirex](https://github.com/devanshbatham/Openredirex) |\n| Scanning | [xss-wayback.yaml](https://github.com/devanshbatham/rayder-workflows/blob/main/http/xss-wayback.yaml) | Discover potential XSS vulnerabilities on the URLs stored in Wayback archive for a domain | {{DOMAIN}}, {{OUTPUT_DIR}} | [waybackurls](https://github.com/tomnomnom/waybackurls), [qsreplace](https://github.com/tomnomnom/qsreplace), [httpx](https://github.com/projectdiscovery/httpx) |\n| Recon    | [check-alive-ips.yaml](https://github.com/devanshbatham/rayder-workflows/blob/main/recon/check-alive-ips.yaml) | Check alive IPs (port 80, 443) for a file containing target IP addresses or ranges | {{TARGETS_FILE}}, {{OUTPUT_DIR}}, {{RATE}} | [masscan](https://github.com/robertdavidgraham/masscan) |\n| Scanning | [header-brute.yaml](https://github.com/devanshbatham/rayder-workflows/blob/main/http/header-brute.yaml) | Brute force HTTP headers on a list of URLs | {{URLS_FILE}}, {{HEADERS_FILE}}, {{OUTPUT_DIR}} | [headerpwn](https://github.com/DevanshBatham/HeaderPwn) |\n| Recon | [mutate-subdomains-radamsa.yaml](https://github.com/devanshbatham/rayder-workflows/blob/main/recon/mutate-subdomains-radamsa.yaml) | Mutate subdomains of a domain using radamsa and resolve using massdns | {{DOMAIN}}, {{OUTPUT_DIR}} | [massdns](https://github.com/blechschmidt/massdns), [radamsa](https://gitlab.com/akihe/radamsa), [getresolvers](https://github.com/devanshbatham/getresolvers), [subfinder](https://github.com/projectdiscovery/subfinder) |\n| Scanning | [crlf-scan.yaml](https://github.com/devanshbatham/rayder-workflows/blob/main/http/crlf-scan.yaml) | Scan for CRLF vulnerabilities in subdomains of a domain | {{DOMAIN}}, {{OUTPUT_DIR}} | [subfinder](https://github.com/projectdiscovery/subfinder), [httpx](https://github.com/projectdiscovery/httpx), [crlfuzz](https://github.com/dwisiswant0/crlfuzz) |\n| Recon    | [extract-urls-from-apk.yaml](https://github.com/devanshbatham/rayder-workflows/blob/main/recon/extract-urls-from-apk.yaml) | Extract URLs from an APK file for further analysis             | {{APK}}, {{OUTPUT_DIR}} | [apktool](https://github.com/iBotPeaches/Apktool)         |  \n| Scanning | [gau-check-html-reflection.yaml](https://github.com/devanshbatham/rayder-workflows/blob/main/http/gau-check-html-reflection.yaml) | Checks for HTML reflection on URL parameters of a domain fetched via gau | {{DOMAIN}}, {{OUTPUT_DIR}} | [httpx](https://github.com/projectdiscovery/httpx), [gau](https://github.com/lc/gau), [qsreplace](https://github.com/tomnomnom/qsreplace) |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevanshbatham%2Frayder-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevanshbatham%2Frayder-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevanshbatham%2Frayder-workflows/lists"}