View Issue Details

IDProjectCategoryView StatusLast Update
0006852Kali LinuxNew Tool Requestspublic2021-01-29 13:37
Reportervbn2020 Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionwon't fix 
Summary0006852: DNSkron - fast DNS history enumeration tool for network and OSINT investigations
Description

DNSkron is a Linux shell script developed to enumerate historical DNS records, subdomains, analyze network infrastructure and find potentially related websites for a target domain or IP address. In some situations helps to disclosure Cloudflare protected websites. The script uses Virustotal API free key.

[Name] - DNSkron

[Version] - 1.0

[Homepage] - https://github.com/samb00ka/DNSkron

[Download] - https://github.com/samb00ka/DNSkron/blob/main/dnskron.sh

[Author] - s@mb00ka

[Licence] - free distributed

[Description] - fast DNS history enumeration tool for network and OSINT investigations

[Dependencies] - curl, csvtool, jq + virustotal free API key

[Similar tools] - none

[Activity] - started in Nov 2020

[How to install]

sudo apt install curl csvtool jq

  1. Register a Virustotal account and get your free API key
  2. Download dnskron.sh to your Linux PC and put it into a folder
  3. Install requirements
  4. Open dnskron.sh with a text editor, replace <API_KEY> (line 7) with your API key and save the file

[How to use] - bash dnskron.sh

[Packaged] - No

Activities

g0tmi1k

g0tmi1k

2021-01-29 13:37

administrator   ~0014163

Too much of a dependency on VirusTotal

Issue History

Date Modified Username Field Change
2020-11-20 16:43 vbn2020 New Issue
2021-01-29 13:37 g0tmi1k Note Added: 0014163
2021-01-29 13:37 g0tmi1k Status new => closed
2021-01-29 13:37 g0tmi1k Resolution open => won't fix