{"id":13678158,"url":"https://github.com/hahwul/ras-fuzzer","last_synced_at":"2025-07-06T15:08:01.743Z","repository":{"id":57530330,"uuid":"217578792","full_name":"hahwul/ras-fuzzer","owner":"hahwul","description":"RAS(RAndom Subdomain) Fuzzer","archived":false,"fork":false,"pushed_at":"2020-01-22T16:14:31.000Z","size":1680,"stargazers_count":42,"open_issues_count":3,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T21:45:18.826Z","etag":null,"topics":["bugbounty","fuzzer","fuzzing","hacking","security","subdomain","tools"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/hahwul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-25T16:58:53.000Z","updated_at":"2025-04-08T21:47:31.000Z","dependencies_parsed_at":"2022-09-10T06:02:29.769Z","dependency_job_id":null,"html_url":"https://github.com/hahwul/ras-fuzzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hahwul/ras-fuzzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fras-fuzzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fras-fuzzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fras-fuzzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fras-fuzzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hahwul","download_url":"https://codeload.github.com/hahwul/ras-fuzzer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hahwul%2Fras-fuzzer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263922512,"owners_count":23530338,"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":["bugbounty","fuzzer","fuzzing","hacking","security","subdomain","tools"],"created_at":"2024-08-02T13:00:50.651Z","updated_at":"2025-07-06T15:08:01.672Z","avatar_url":"https://github.com/hahwul.png","language":"Go","funding_links":["https://www.paypal.me/hahwul","https://www.buymeacoffee.com/hahwul"],"categories":["Go"],"sub_categories":[],"readme":"\u003cimg src=\"https://user-images.githubusercontent.com/13212227/67617365-74461200-f81d-11e9-9733-d64fac6df46a.png\" width=100%\u003e \n\n# RAS-Fuzzer (RAndom Subdomain Fuzzer)\n\u003cimg src=\"https://img.shields.io/github/license/hahwul/ras-fuzzer.svg\"\u003e \u003ca href=\"https://twitter.com/intent/follow?screen_name=hahwul\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/hahwul?style=flat-square\"\u003e\u003c/a\u003e\n## Install \ngo get\n```cassandraql\n$ go get github.com/hahwul/ras-fuzzer\n```\n\nor \n\nclone and build\n```cassandraql\n$ git clone https://github.com/hahwul/ras-fuzzer\n$ cd ras-fuzzer\n$ go build\n```\n\n## Usage \n### Options\n```cassandraql\nUsage of ./ras-fuzzer:\n  -callback string\n    \trunnning command if me find\n    \t- Pattern: **PARAM**\n    \t- e.g: **PARAM**\n  -length int\n    \tMax Length of domain (default 8)\n  -target string\n    \tTarget domain (e.g hahwul.com)\n  -verbose int\n    \t(Not Supported) Show/Unshow Log(1=show log, 0=only result) (default 1)\n\n```\n\n### Default Fuzzing\n```cassandraql\n./ras-fuzzer -target google.com\n____ ___  ___       ____ _    ___  ___  ____ ____\n| . \\|  \\ | _\\  ___ |  _\\|| \\ |_ \\ |_ \\ | __\\| . \\\n|  \u003c_| . \\[__ \\|___\\| _\\ ||_|\\| __]| __]|  ]_|  \u003c_\n|/\\_/|/\\_/|___/     |/   |___/|___/|___/|___/|/\\_/      by hahwul\n* Fuzzing Information\n* Your Target: *.google.com\n* Max Length : 8\n* Dictionary  : [a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9]\n* Combinatorial: (36+8-1)!/((36-1)!*8!) = ༼ つ ◕_◕ ༽つ \u003c= !@#.. many case..\n-----------------------------------------------------------------------------------------\n[+] w.google.com\n[+] d.google.com\n[+] vr.google.com\n[+] gg.google.com\n[+] yp.google.com\n[+] id.google.com\n[+] 1.google.com\n....\n```\n\u003cimg src=\"https://user-images.githubusercontent.com/13212227/67593375-0954f680-f79d-11e9-8149-87762348cd91.png\"\u003e\n\n### Callback\nsend message to slack (with callback options)\n```cassandraql\n./ras-fuzzer -target google.com -callback \"curl -X POST --data-urlencode 'payload={\\\"channel\\\": \\\"#your-slack-channel\\\", \\\"username\\\": \\\"ras-fuzzer\\\", \\\"text\\\": \\\"Find subdomain : **PARAM**\\\", \\\"icon_emoji\\\": \\\":ghost:\\\"}' https://hooks.slack.com/services/your-slack-webhook-address\"\n```\n\u003cimg src=\"https://user-images.githubusercontent.com/13212227/67593463-2689c500-f79d-11e9-9fd4-ea4ebc0c4be1.png\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/13212227/67593464-2689c500-f79d-11e9-9814-886f94f90c97.png\"\u003e\n\nmake file (with callback options)\n```cassandraql\n./ras-fuzzer -target google.com -callback \"touch **PARAM**\"\n...\n[+] gg.google.com\n[+] 1.google.com \n...\n\n\n$ ls | grep google.com\n1.google.com\ngg.google.com\n```\n\n### Video\n[![asciicast](https://asciinema.org/a/277040.svg)](https://asciinema.org/a/277040)\n\n## Donate\n\nI like coffee! I'm a coffee addict.\u003cbr\u003e\n\u003ca href=\"https://www.paypal.me/hahwul\"\u003e\u003cimg src=\"https://www.paypalobjects.com/digitalassets/c/website/logo/full-text/pp_fc_hl.svg\" height=\"50px\"\u003e\u003c/a\u003e\n\u003ca href=\"https://www.buymeacoffee.com/hahwul\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-black.png\" alt=\"Buy Me A Coffee\" height=\"50px\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahwul%2Fras-fuzzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhahwul%2Fras-fuzzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhahwul%2Fras-fuzzer/lists"}