DomainDouche is a abusing securitytrails domain suggestion API to find potentially related domains by keyword and brute force.
usage: domaindouche.py [-h] [-n N] -c COOKIE -a USER_AGENT [-w NUM] [-o OUTFILE] keyword Abuses SecurityTrails API to find related domains by keyword. Go to https://securitytrails.com/dns-trails, solve any CAPTCHA you might encounter, copy the raw value of your Cookie and User-Agent headers and use them with the -c and -a arguments. positional arguments: keyword keyword to append brute force string to options: -h, --help show this help message and exit -n N, --num N number of characters to brute force (default: 2) -c COOKIE, --cookie COOKIE raw cookie string -a USER_AGENT, --useragent USER_AGENT user-agent string (must match the browser where the cookies are from) -w NUM, --workers NUM number of workers (default: 5) -o OUTFILE, --output OUTFILE output file path
Nmap (Network Mapper) is a free tool that helps you find devices on a network,…
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…