Skip to content

codedsprit/earlymoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.
  • Minimal (only requires golang and coreutils)
  • Works on all major Linux distrubitions,

Installation ๐Ÿ“ฉ

Binary ย 
  • Manual : You can directly download the binary from releases and run it.
./earlymoon -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.

ย 

Copyright ยฉ 2024-present codedsprit.xyz