{"id":13542141,"url":"https://github.com/KathanP19/gaussrf","last_synced_at":"2025-04-02T09:33:20.816Z","repository":{"id":56868655,"uuid":"250160151","full_name":"KathanP19/gaussrf","owner":"KathanP19","description":"Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl and Filter Urls With OpenRedirection or SSRF Parameters.","archived":false,"fork":false,"pushed_at":"2020-11-11T16:04:04.000Z","size":63,"stargazers_count":168,"open_issues_count":1,"forks_count":47,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-20T02:12:49.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/KathanP19.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}},"created_at":"2020-03-26T04:22:03.000Z","updated_at":"2024-12-12T16:00:44.000Z","dependencies_parsed_at":"2022-08-19T23:50:37.874Z","dependency_job_id":null,"html_url":"https://github.com/KathanP19/gaussrf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KathanP19%2Fgaussrf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KathanP19%2Fgaussrf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KathanP19%2Fgaussrf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KathanP19%2Fgaussrf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KathanP19","download_url":"https://codeload.github.com/KathanP19/gaussrf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246789183,"owners_count":20834245,"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-01T10:01:01.918Z","updated_at":"2025-04-02T09:33:20.529Z","avatar_url":"https://github.com/KathanP19.png","language":"Shell","funding_links":[],"categories":["Exploitation","Shell (473)","Shell"],"sub_categories":["Server Side Request Forgery"],"readme":"# gaussrf\n**It is now discontinued project, and not been maintained**\n```\n\n\n____________________  __   ________________________________\n__  ____/__    |_  / / /   __  ___/_  ___/__  __ \\__  ____/\n_  / __ __  /| |  / / /    _____ \\_____ \\__  /_/ /_  /_    \n/ /_/ / _  ___ / /_/ /     ____/ /____/ /_  _, _/_  __/    \n\\____/  /_/  |_\\____/      /____/ /____/ /_/ |_| /_/       \n                                                           \n\n\n```\nFetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl and Filter Urls With OpenRedirection or SSRF Parameters. This Tool was built to present in Null Ahmedabad [Deep Dive into SSRF](https://null.co.in/event_sessions/3086-deep-dive-into-ssrf) you can get slides from the link.\n\n## Prerequisites\n\n* [GetAllUrls](https://github.com/lc/gau) - For Fetching Urls\n* [Assetfinder](https://github.com/tomnomnom/assetfinder) - For Subdomain Enumeration\n* [Drishti](https://github.com/devanshbatham/Drishti) - For check if url is live or not.\n\nYou can now use install.sh to install require tools, this tools where made in go it should be installed in your system and dont forget to set path of go properly.\n```bash\n$ sudo chmod +x install.sh\n$ ./install.sh\n```\n### Installation\n\n```bash\n$ git clone https://github.com/KathanP19/gaussrf.git\n$ cd gaussrf/\n$ sudo chmod +x ssrf.sh\n``` \n### Usage\nDont Forget to put your blind ssrf testing link or burp collab link in `burp.txt`\nor you can use thi site [SSRFTest](https://ssrftest.com/) if you dont have BurpPro\n\n```\n          ____________________  __   ________________________________\n          __  ____/__    |_  / / /   __  ___/_  ___/__  __ \\__  ____/\n          _  / __ __  /| |  / / /    _____ \\_____ \\__  /_/ /_  /_\n          / /_/ / _  ___ / /_/ /     ____/ /____/ /_  _, _/_  __/\n          \\____/  /_/  |_\\____/      /____/ /____/ /_/ |_| /_/\n\n\n\n\nUsage: For Using directly where subdomains will be found using Assetfinder\n      ./ssrf.sh -d domain.com\n      ./ssrf.sh -d domain.com -o output_directory\n      ./ssrf.sh -d domain.com -ap\n      ./ssrf.sh -d domain.com -o output_directory -ap\n\nUsage: For Using list of Subdomains\n      ./ssrf.sh -l subdomains.txt\n      ./ssrf.sh -l subdomains.txt -o output_directory\n      ./ssrf.sh -l subdomains.txt -ap\n      ./ssrf.sh -l subdomains.txt -o output_directory -ap\n```\n```\nOptions are as follows \n  -d  for direct letting assetfinder handle subdomain part\n  -l  for using list of subdomains\n  -o  for declaring output directory\n  -ap for using parameter appending feature\n```\n## Credits:\nThanks @tomnomom for [Assetfinder](https://github.com/tomnomnom)!\n\nThanks @devanshbatham for [Drishti](https://github.com/devanshbatham/Drishti)!\n\nThanks @lc for [GAU](https://github.com/lc/gau)!\n\nThanks @hussein98d for parameter appending feature.\n\n### TODO list\n\n~~Integrate [ffuf](https://github.com/ffuf/ffuf) to fuzz params with burp collab url.~~\n\n~~Add Option For User to Add there own subdoamin list.~~\n\n## Contributors\n[@iNoSec2](https://github.com/iNoSec2) for adding output option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKathanP19%2Fgaussrf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKathanP19%2Fgaussrf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKathanP19%2Fgaussrf/lists"}