{"id":15726500,"url":"https://github.com/lirantal/dotdotpwn-docker","last_synced_at":"2025-10-13T14:18:23.663Z","repository":{"id":60338314,"uuid":"542449003","full_name":"lirantal/dotdotpwn-docker","owner":"lirantal","description":"Dockerfile for dotdotpwn","archived":false,"fork":false,"pushed_at":"2022-10-11T12:24:49.000Z","size":8,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T01:29:32.493Z","etag":null,"topics":["docker","dotdotpwn","infosec","kali","offensive-security","redteam","redteam-tools","security"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/lirantal.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":"2022-09-28T06:50:56.000Z","updated_at":"2024-11-08T15:44:55.000Z","dependencies_parsed_at":"2023-01-19T18:55:11.907Z","dependency_job_id":null,"html_url":"https://github.com/lirantal/dotdotpwn-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lirantal/dotdotpwn-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fdotdotpwn-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fdotdotpwn-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fdotdotpwn-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fdotdotpwn-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lirantal","download_url":"https://codeload.github.com/lirantal/dotdotpwn-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lirantal%2Fdotdotpwn-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015718,"owners_count":26085748,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","dotdotpwn","infosec","kali","offensive-security","redteam","redteam-tools","security"],"created_at":"2024-10-03T22:27:29.955Z","updated_at":"2025-10-13T14:18:23.635Z","avatar_url":"https://github.com/lirantal.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotdotpwn-docker\nDockerfile for [dotdotpwn - The Directory Traversal Fuzzer](https://github.com/wireghoul/dotdotpwn)\n\n# Build\n```\ndocker build .\n```\n\n# Run\n```\ndocker run --rm -it \u003cIMAGE-ID\u003e\n```\n\n# Build and Run\n```\ndocker run --rm -it $(docker build -q .)\n```\n\n# Usage\n\n## Scan a URL\n\nThe following uses the `http-url` module of dotdotpwn to scan a specific URL that is accessible\nto the container and specifically fuzzes only the URL fragment *after* the `/public` param:\n\n```\ndocker run --rm -it --name dotdotpwn $(docker build -q .) -m http-url -k \"localhost\" -f /etc/hosts -t 50 -b -u http://10.100.102.9:3112/public/TRAVERSAL\n```\n\n## Scan another docker container\n\nAssuming the other container has a --name of `container` and a --network of `network`:\n\n```\ndocker run --rm -it --network network --name dotdotpwn $(docker build -q .) -m http -h container\n```\n\n# Save reports\n* dotdotpwn saves reports to a directory called `Reports`\n* You have to create a directory and mount it into the docker container to store the report on the host machine\n```\nmkdir Reports\n```\n```\ndocker run --rm -it --network network --name dotdotpwn -v $(pwd)/Reports:/dotdotpwn/Reports $(docker build -q .) -m http -h container\n```\n\n# Author\n\nLiran Tal \u003cliran.tal@gmail.com\u003e\n\nAdopted from Jan Hapke's original Dockerfile setup at https://github.com/janhapke/dotdotpwn-docker\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flirantal%2Fdotdotpwn-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flirantal%2Fdotdotpwn-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flirantal%2Fdotdotpwn-docker/lists"}