Linchakin

Haklistgen - Turns Any Junk Text Into A Usable Wordlist For Brute-Forcing

 September 24, 2021     No comments   

Turns any junk text into a usable wordlist for brute-forcing.

Installation
go install github.com/hakluke/[email protected]

Usage Examples

Scrape all words out of an HTTP response to build a directory bruteforce wordlist:

curl https://wikipedia.org | haklistgen

Pipe a list of subdomains to it to generate a wordlist for bruteforcing more subdomains:

subfinder -silent -d example.com | haklistgen

Piping in a custom JavaScript file could yield some interesting results:

curl https://example.com/app.js | haklistgen

You could create a great custom wordlist for a large-scope target doing something like this:

hakrawler | anew endpoints.txt | while read url; do curl $url --insecure | haklistgen | anew wordlist.txt; done cat subdomains.txt urls.txt endpoints.txt | haklistgen | anew wordlist.txt; ">
subfinder -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
cat subdomains.txt urls.txt endpoints.txt | haklistgen | anew wordlist.txt;

This 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.

Adblock test (Why?)


You may be interested in:
>> Is a Chromebook worth replacing a Windows laptop?
>> Find out in detail the outstanding features of Google Pixel 4a
>> Top 7 best earbuds you should not miss

Related Posts:
>> Recognizing 12 Basic Body Shapes To Choose Better Clothes
>>Ranking the 10 most used smart technology devices
>> Top 5+ Best E-readers: Compact & Convenient Pen
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook

Related Posts:

  • (Europe Sep 2015) Day 13: Visit Prague (Czech Republic)Day 13 (15 Sep 2015): Visit Prague. Stay at Prague (Czech Republic)This day's schedule:0455-1130 Munich to Prague via train (train was delayed by abou… Read More
  • Changdeokgung Palace, Seoul Date Visited: 23rd March 2014When comes to travelling, there are two things I love to do and coincidentally, both start with the letter of "S" - sight… Read More
  • (Europe Sep 2015) Day 16: Visit Zaanse SchansDay 16 (18 Sep 2015): Visit Zaanse Schans (Netherlands)This day's schedule:0953-1005 Sloterdijk to Koog Zaandijk via trainWalk about 10-15mins from Ko… Read More
  • (Europe Sep 2015) Day 15: Cologne to Amsterdam. Visit AmsterdamDay 15 (17 Sep 2015): Cologne to Amsterdam. Visit Amsterdam. Stay at Amsterdam (Netherlands)This day's schedule:0646-0927 Cologne to Amsterdam vi… Read More
  • (Europe Sep 2015) Day 14: Visit Prague. Overnight train to Germany.Day 14 (16 Sep 2015): Visit Prague (Czech Republic). Overnight train from Prague to Cologne (Germany)This day's schedule:1200noon check out of ho… Read More
Newer Post Older Post Home

0 Comments:

Post a Comment


Copyright © 2025 Linchakin | Powered by Blogger
Design by Hardeep Asrani | Blogger Theme by NewBloggerThemes.com | Distributed By Gooyaabi Templates