View Issue Details

IDProjectCategoryView StatusLast Update
0003761Kali LinuxNew Tool Requestspublic2020-02-11 16:17
Reportertehnlulz Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
Summary0003761: WordHound
Description

WordHound is a tool that builds targeted password lists against a specific target given a URL. It's open source and licensed under GNU.

It's really useful for building intelligent wordlists against a target and fusing these words with existing wordlists to increase the efficacy of an attack.

Link:
https://bitbucket.org/mattinfosec/wordhound

Tool release talk:
http://www.irongeek.com/i.php?page=videos/passwordscon2014/target-specific-automated-dictionary-generation-matt-marx

Activities

g0tmi1k

g0tmi1k

2017-10-11 14:37

administrator   ~0007516

Name: WordHound
Version: ??? (Not tag'd)
Homepage: https://bitbucket.org/mattinfosec/wordhound
Download: https://bitbucket.org/mattinfosec/wordhound/get/master.tar.gz
License: GNU v3 (https://bitbucket.org/mattinfosec/wordhound/src/master/LICENSE?at=master&fileviewer=file-view-default)
Description: This is a tool that builds a list of password candidates for a specific target website to use with something like Hashcat or Hydra.

If you were familiar with the old version, this is much better. It uses a better known technique called TF-IDF to extract interesting terms from target websites. Under the hood, it actually renders each and every page with using selenium and phantomjs.

dookie

dookie

2017-10-11 15:08

reporter   ~0007517

This tool works well in Kali and most of its prerequisites are already in the repositories. It appears the only depend that will need to be packaged is creepy: https://pypi.python.org/pypi/creepy/

g0tmi1k

g0tmi1k

2018-01-29 14:12

administrator   ~0008333

To help speed up the process of evaluating the tool, please make sure to include the following information (the more information you include, the more beneficial it will for us):

  • [Name] - The name of the tool
  • [Version] - What version of the tool should be added?
    --- If it uses source control (such as git), please make sure there is a release to match (e.g. git tag)
  • [Homepage] - Where can the tool be found online? Where to go to get more information?
  • [Download] - Where to go to get the tool?
  • [Author] - Who made the tool?
  • [Licence] - How is the software distributed? What conditions does it come with?
  • [Description] - What is the tool about? What does it do?
  • [Dependencies] - What is needed for the tool to work?
  • [Similar tools] - What other tools are out there?
  • [How to install] - How do you compile it?
  • [How to use] - What are some basic commands/functions to demonstrate it?
g0tmi1k

g0tmi1k

2020-02-11 16:16

administrator   ~0012243

looks like its python2 - which is EOL

Issue History

Date Modified Username Field Change
2016-12-06 19:26 tehnlulz New Issue
2017-10-11 14:37 g0tmi1k Note Added: 0007516
2017-10-11 15:08 dookie Note Added: 0007517
2018-01-29 14:12 g0tmi1k Summary New tool request - WordHound => WordHound
2018-01-29 14:12 g0tmi1k Note Added: 0008333
2019-12-09 13:30 g0tmi1k Severity minor => feature
2020-02-11 16:16 g0tmi1k Note Added: 0012243
2020-02-11 16:17 g0tmi1k Status new => closed
2020-02-11 16:17 g0tmi1k Resolution open => won't fix