{"id":20328997,"url":"https://github.com/affix/doopla","last_synced_at":"2025-06-12T10:05:34.092Z","repository":{"id":59046350,"uuid":"528186111","full_name":"affix/doopla","owner":"affix","description":"URL De-duplicator for pentesting and bug bounty","archived":false,"fork":false,"pushed_at":"2022-08-23T23:04:01.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T14:59:35.606Z","etag":null,"topics":[],"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/affix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"affix","patreon":null,"open_collective":null,"ko_fi":"affix","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-08-23T22:43:10.000Z","updated_at":"2022-08-28T10:43:17.000Z","dependencies_parsed_at":"2022-09-11T04:52:37.474Z","dependency_job_id":null,"html_url":"https://github.com/affix/doopla","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/affix%2Fdoopla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2Fdoopla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2Fdoopla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/affix%2Fdoopla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/affix","download_url":"https://codeload.github.com/affix/doopla/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241844286,"owners_count":20029611,"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-14T20:09:00.860Z","updated_at":"2025-03-04T11:47:26.576Z","avatar_url":"https://github.com/affix.png","language":"Go","funding_links":["https://github.com/sponsors/affix","https://ko-fi.com/affix"],"categories":[],"sub_categories":[],"readme":"Doopla\n======\n\nUsing a URL list for security testing can be painful as there are a lot of URLs that have uninteresting/duplicate content, doopla aims to make your life easier.\n\nDoopla cleans up :\n\n* Human Content\n* Duplicate URLs based on parameters\n* Removal of static content\n\nDoopla is simple, It doesn't connect or verify your URLs.\n\ninstallation :\n\n```\n$ go get -u github.com/affix/doopla\n```\n\nusage :\n\n```\n$ cat urls.txt | doopla\n```\n\nYou can even chain doopla with other tools to create powerful one liners\n\n```\n$ waybackurls example.com | doopla | qsreplace '\"\u003e\u003cscript\u003ealert(1)\u003c/script\u003e' | airixss -payload '\"\u003e\u003cscript\u003ealert(1)\u003c/script\u003e'\n```\n\nBefore :\n\n```\nhttps://example.com/test.php?u=hello\u0026p=doopla\nhttps://example.com/test.php?u=hello\u0026s=doopla\nhttps://example.com/test.php?u=hello\nhttps://example.com/test.php?u=world\nhttps://example.com/test.php?u=hello\u0026p=world\nhttps://example.com/test.png\nhttps://example.com/test/this/is/12345-a-blog-post\nhttps://example.com/test.php?u=hello\u0026p=world\u0026d=oopla\n```\n\nAfter :\n\n```\nhttps://example.com/test.php?u=hello\u0026p=doopla\nhttps://example.com/test.php?u=hello\u0026s=doopla\nhttps://example.com/test.php?u=hello\nhttps://example.com/test.php?u=world\nhttps://example.com/test.php?u=hello\u0026p=world\u0026d=oopla\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faffix%2Fdoopla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faffix%2Fdoopla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faffix%2Fdoopla/lists"}