{"id":18482281,"url":"https://github.com/ukhomeoffice/dq-docker-netinspection","last_synced_at":"2026-04-27T20:31:38.228Z","repository":{"id":145371714,"uuid":"136963411","full_name":"UKHomeOffice/dq-docker-netinspection","owner":"UKHomeOffice","description":"HODQ - docker image of network inspection tool to be hooked up to running containers","archived":false,"fork":false,"pushed_at":"2018-06-13T07:30:24.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-13T19:57:07.023Z","etag":null,"topics":["docker","hodq","network-analysis","tcpdump","tcpdump-capture","troubleshooting"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/UKHomeOffice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-06-11T18:10:28.000Z","updated_at":"2019-03-31T09:24:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"8cf093b8-5fc6-46bc-96c0-c7350f7aa19d","html_url":"https://github.com/UKHomeOffice/dq-docker-netinspection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UKHomeOffice/dq-docker-netinspection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHomeOffice%2Fdq-docker-netinspection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHomeOffice%2Fdq-docker-netinspection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHomeOffice%2Fdq-docker-netinspection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHomeOffice%2Fdq-docker-netinspection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UKHomeOffice","download_url":"https://codeload.github.com/UKHomeOffice/dq-docker-netinspection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UKHomeOffice%2Fdq-docker-netinspection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker","hodq","network-analysis","tcpdump","tcpdump-capture","troubleshooting"],"created_at":"2024-11-06T12:27:41.799Z","updated_at":"2026-04-27T20:31:38.209Z","avatar_url":"https://github.com/UKHomeOffice.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DQ docker network inspection tool\n\n\n## Installing / Getting started\n\nYou will require docker to build and start this image.\nIt has been built in a way it can be started and attached to another docker image.\n\n### Prerequisites\nThis project is dependent on the following libs and programs:\n\n    - docker\n\n### Building\n\n```shell\ndocker build -t dq-docker-netinspection .\n```\n\n### Deploying / Publishing\n\nObtain CONTAINER_ID of the image you want this network inspector to be attached to:\n```bash\ndocker ps\n```\nAttach network inspector:\n```bash\ndocker run -v $(pwd)/out:/out:rw --net container:\u003cCONTAINER_ID_TO_LISTEN_ON\u003e -ti dq-docker-netinspection\n```\n\n\n## Configuration\n\n#### Listener\nBy default it is listening on `eth0` network interface (default one inside the container).\n\nBy default it is listening to `localhost` inside the container, by using attached container network\n\nDefault ports are 80, 443, 10443, 8080 and 8081 - these are very DQ specific\n**TODO** - parametrize ports\n\n#### Output file\nBy default this container saves output to `/out/file.pcap` file.\nIt should be on mounted volume so it can be inspected offline.\n\n\n\n## Contributing\n\nIf you'd like to contribute, please fork the repository and use a feature\nbranch. Pull requests are warmly welcome.\n\nMore information in [`CONTRIBUTING.md`](./CONTRIBUTING.md)\n\n\n## Links\n\n- Project homepage: https://github.com/UKHomeOffice/dq-docker-netinspection\n- Repository: https://github.com/UKHomeOffice/dq-docker-netinspection\n- Issue tracker: https://github.com/UKHomeOffice/dq-docker-netinspection/issues\n\n## Licensing\nThe code in this project is licensed under [`MIT LICENSE`](./LICENSE.md)\n\n## Code of Conduct\nPlease follow this [`CODE OF CONDUCT`](./CODE_OF_CONDUCT.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukhomeoffice%2Fdq-docker-netinspection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fukhomeoffice%2Fdq-docker-netinspection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fukhomeoffice%2Fdq-docker-netinspection/lists"}