Further reading
At the following links, you can find more information about the tools mentioned in this chapter and the official Python documentation for some of the modules commented on:
- PyDictor (https://github.com/LandGrey/pydictor) is a Python script that provides different options to customize the generation of dictionaries.
- psudohash (https://github.com/t3l3machus/psudohash) is a password list generator to orchestrate brute-force attacks.
- Aiodnsbrute (https://github.com/blark/aiodnsbrute) is a Python 3.5+ tool that uses the
asyncio
module to brute-force domain names asynchronously. - BruteSpray (https://github.com/x90skysn3k/brutespray) is a script written in Python that has the capacity to search for hosts and open ports with the Nmap port scanner, and execute brute-force process attacks with
Medusa
. - Medusa (https://github.com/jmk-foofus/medusa) is a speedy, parallel, and modular login brute-force tool. Its goal is to support as many services...