Earlymoon
is a minimimal yet simple DNS query tool. earlymoon
can fetch any dns records of given domain, which can be a huge take on enumeration
step.
The project is inspird by dig
tool, I have created this tool to improve my skills in hacking & golang ecosystem.
- It's fast.
- Minimal (only requires golang and coreutils)
- Works on all major Linux distrubitions,
Important
For upstream updates, it's recommended to build earlymoon
from source !
Source
Β
git clone --depth=1 --branch main https://github.com/codedsprit/earlymoon
cd earlymoon
just build
Dockerfile after clone
Β
docker build -t earlymoon .
docker run -it earlymoon
Arch user repository
Β
paru/yay -S earlymoon-git
Help
Β~ ξ― earlymoon -h
Usage: earlymoon [Flags]
Flags:
-d Domain to query (required)
-t Type of Dns record (required)
Options:
-V Print Version
help Display this help message
~ ξ―
- Give the project a star β
- Add new
commands
orsubcommands
- Fix code or submit new feature
earlymoon
is licensed under the MIT LICENSE
.
Β
Copyright Β© 2024-present codedsprit.xyz