{"id":21853583,"url":"https://github.com/lupin3000/hcxtools","last_synced_at":"2025-03-21T18:43:39.494Z","repository":{"id":209131107,"uuid":"265867626","full_name":"Lupin3000/hcxtools","owner":"Lupin3000","description":"alpine hcxpcaptool Dockerfile for conversion of cap/pcap/pcapng WiFi dump files to hashcat formats","archived":false,"fork":false,"pushed_at":"2020-07-06T06:01:41.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T13:31:52.709Z","etag":null,"topics":["alpine","docker","dockerfile","hcxpcaptool","hcxtools"],"latest_commit_sha":null,"homepage":"https://softwaretester.info","language":"Dockerfile","has_issues":false,"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/Lupin3000.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}},"created_at":"2020-05-21T14:19:36.000Z","updated_at":"2023-11-30T08:02:49.000Z","dependencies_parsed_at":"2023-11-25T10:20:44.465Z","dependency_job_id":"b2883875-8b84-4fc0-9536-6f7380192c4d","html_url":"https://github.com/Lupin3000/hcxtools","commit_stats":null,"previous_names":["lupin3000/hcxtools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lupin3000%2Fhcxtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lupin3000%2Fhcxtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lupin3000%2Fhcxtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lupin3000%2Fhcxtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lupin3000","download_url":"https://codeload.github.com/Lupin3000/hcxtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244852138,"owners_count":20521151,"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":["alpine","docker","dockerfile","hcxpcaptool","hcxtools"],"created_at":"2024-11-28T01:25:47.725Z","updated_at":"2025-03-21T18:43:39.472Z","avatar_url":"https://github.com/Lupin3000.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hcxtools\n\nSimple alpine hcxpcaptool Dockerfile for conversion of cap/pcap/pcapng WiFi dump files to hashcat formats. The original repository of hcxtools can be found on https://github.com/ZerBea/hcxtools.\n\n## Download from DockerHub\n\nYou can use the image from DockerHub.\n\n```shell\n# pull from DockerHub\n$ docker pull slorenz/hcxpcaptool\n```\n\n## Build by your self\n\nIf you don't like to use my Docker image from [DockerHub](https://hub.docker.com/r/slorenz/hcxpcaptool), you can build by your self after clone. Here an example...\n\n```shell\n# change into directory of Dockerfile\n$ cd /path/of/Dockerfile\n\n# run Docker build\n$ docker build --pull -t slorenz/hcxpcaptool .\n```\n\n## Usage\n\nAfter download/build of image the following way can be used:\n\n```shell\n# create Project and cap directory\n$ mkdir -p ~/Projects/MyCapFiles/cap\n\n# change into project\n$ cd ~/Projects/MyCapFiles\n\n# copy pcap files into cap directory\n$ cp ~/bettercap-wifi-handshakes.pcap cap/\n\n# run Docker container\n$ docker run -ti --rm --mount src=\"$(pwd)/cap\",target=/hcxpcaptool,type=bind slorenz/hcxpcaptool bettercap-wifi-handshakes.pcap \n\n# read converted output file\n$ cat cap/pmkid.16800\n```\n\n**Note:** Inside the container, the directory \"/hcxpcaptool\" must contain the captured cap/pcap/pcapng WiFi dump to convert.\n\nIn the example above I use \"bettercap-wifi-handshakes.pcap\" which is stored inside local \"cap\" directory (_what I mount into the specific directory_). After successful execution the (_text_) file \"pmkid.16800\" is generated.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupin3000%2Fhcxtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flupin3000%2Fhcxtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flupin3000%2Fhcxtools/lists"}