├── README.md ├── http ├── crlf-scan.yaml ├── gau-check-html-reflection.yaml ├── header-brute.yaml ├── open-redirect.yaml └── xss-wayback.yaml └── recon ├── check-alive-ips.yaml ├── extract-urls-from-apk.yaml ├── generate-dns-wordlist.yaml └── mutate-subdomains-radamsa.yaml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/README.md -------------------------------------------------------------------------------- /http/crlf-scan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/http/crlf-scan.yaml -------------------------------------------------------------------------------- /http/gau-check-html-reflection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/http/gau-check-html-reflection.yaml -------------------------------------------------------------------------------- /http/header-brute.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/http/header-brute.yaml -------------------------------------------------------------------------------- /http/open-redirect.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/http/open-redirect.yaml -------------------------------------------------------------------------------- /http/xss-wayback.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/http/xss-wayback.yaml -------------------------------------------------------------------------------- /recon/check-alive-ips.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/recon/check-alive-ips.yaml -------------------------------------------------------------------------------- /recon/extract-urls-from-apk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/recon/extract-urls-from-apk.yaml -------------------------------------------------------------------------------- /recon/generate-dns-wordlist.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/recon/generate-dns-wordlist.yaml -------------------------------------------------------------------------------- /recon/mutate-subdomains-radamsa.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devanshbatham/rayder-workflows/HEAD/recon/mutate-subdomains-radamsa.yaml --------------------------------------------------------------------------------