{"id":17975327,"url":"https://github.com/hakluke/haklistgen","last_synced_at":"2025-04-06T22:10:48.501Z","repository":{"id":41840520,"uuid":"393681148","full_name":"hakluke/haklistgen","owner":"hakluke","description":"Turns any junk text into a usable wordlist for brute-forcing.","archived":false,"fork":false,"pushed_at":"2024-03-16T22:18:38.000Z","size":8,"stargazers_count":218,"open_issues_count":2,"forks_count":35,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-30T21:07:17.873Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hakluke.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":"2021-08-07T12:44:24.000Z","updated_at":"2025-03-18T17:38:24.000Z","dependencies_parsed_at":"2024-06-18T21:30:37.853Z","dependency_job_id":"5f1137d8-a4fe-4d7c-a52f-792833e78f42","html_url":"https://github.com/hakluke/haklistgen","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/hakluke%2Fhaklistgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakluke%2Fhaklistgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakluke%2Fhaklistgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hakluke%2Fhaklistgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hakluke","download_url":"https://codeload.github.com/hakluke/haklistgen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557767,"owners_count":20958047,"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-10-29T17:19:10.148Z","updated_at":"2025-04-06T22:10:48.484Z","avatar_url":"https://github.com/hakluke.png","language":"Go","readme":"# haklistgen\nTurns any junk text into a usable wordlist for brute-forcing.\n\n# Installation\n\n```\ngo install github.com/hakluke/haklistgen@latest\n```\n\n# Usage Examples\n\nScrape all words out of an HTTP response to build a directory bruteforce wordlist:\n\n```\ncurl https://wikipedia.org | haklistgen\n```\n\nPipe a list of subdomains to it to generate a wordlist for bruteforcing more subdomains:\n\n```\nsubfinder -silent -d example.com | haklistgen\n```\n\nPiping in a custom JavaScript file could yield some interesting results:\n\n```\ncurl https://example.com/app.js | haklistgen\n```\n\nYou could create a great custom wordlist for a large-scope target doing something like this:\n\n```\nsubfinder -silent -d hakluke.com | anew subdomains.txt | httpx -silent | anew urls.txt | hakrawler | anew endpoints.txt | while read url; do curl $url --insecure | haklistgen | anew wordlist.txt; done\ncat subdomains.txt urls.txt endpoints.txt | haklistgen | anew wordlist.txt;\n```\n\nThis would save subdomains to `subdomains.txt`, then save httpx output to `urls.txt`, then crawl each url and save the hakrawler output to `endpoints.txt`, then fetch every URL in `endpoints.txt` and make a wordlist out of it, concatenating all of the wordlists to `wordlist.txt`. Then it takes all of the subdomains and urls, and adds words out of the words in those too.\n","funding_links":[],"categories":["[](#table-of-contents) Table of contents"],"sub_categories":["[](#wordlists-generators)Wordlists generators"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakluke%2Fhaklistgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhakluke%2Fhaklistgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhakluke%2Fhaklistgen/lists"}