codedsprit / earlymoon

πŸŒ™ DNS query tool written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

earlymoon

A Dns query tool written in golang 🐟

GitHub Release MIT LICENSE Ko-fi

img

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.


Features πŸ™

  • It's fast and minimal.
  • Minimal (only requires golang and coreutils)
  • Works on all major Linux distrubitions,

Installation πŸ“©

Binary  
  • Manual : You can directly download the binary of your arch from [releases][releases] and run it.
./kanha -h

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
~ 

Contributing 🀝

  • Give the project a star ⭐
  • Add new commands or subcommands
  • Fix code or submit new feature

Copying πŸ“œ

earlymoon is licensed under the MIT LICENSE license.

 

Copyright Β© 2024-present codedsprit.xyz

About

πŸŒ™ DNS query tool written in go

License:MIT License


Languages

Language:Go 70.7%Language:Nix 14.6%Language:Dockerfile 8.6%Language:Just 6.0%