Categories: Kali Linux

Weebdns : DNS Enumeration with Asynchronicity

WeebDNS is a DNS Enumeration Tool with Asynchronicity.

DISCLAIMER: This is only for testing purposes and can only be used where strict consent has been given. Do not use this for illegal purposes, period.

Features

It is an ‘Asynchronous‘ DNS Enumeration Tool made with Python3 which makes it much faster than normal Tools.

PREREQUISITES

  • Python 3.x
  • pip3
  • git

PYTHON 3 PREREQUISITES

  • aiohttp
  • asyncio
  • aiodns

Also Read – Pyattck : A Python Module To Interact With The Mitre ATT&CK Framework

Installation

Resolve dependencies

Ubuntu/Debian System

$ sudo apt-get install git python3 python3-pip -y

Getting and Running

$ git clone https://github.com/WeebSec/weebdns.git
$ cd weebdns
$ sudo pip3 install -r requirements.txt
$ python3 weebdns.py

SCREENSHOT

R K

Recent Posts

Install Tomcat 9 on Ubuntu 18.04: Systemd Service Setup Guide

Apache Tomcat is an open-source Java application server that implements the Java Servlet, JavaServer Pages, and…

9 hours ago

Change Timezone on Ubuntu 18.04: Command Line and GUI Methods

Setting the correct timezone on your Ubuntu machine is more important than it sounds. Your…

9 hours ago

Install PrestaShop on Ubuntu 18.04 with Nginx and MySQL

PrestaShop is a free, open-source e-commerce platform built with PHP and MySQL. It comes with a…

9 hours ago

Set Up SSH Keys on Ubuntu 18.04: Passwordless Login Guide

SSH keys give you a more secure and convenient way to connect to remote servers. Instead…

9 hours ago

Install FFmpeg on Ubuntu 18.04: apt, Snap, and Usage Examples

FFmpeg is a free, open-source command-line tool for working with multimedia files. It can convert video…

9 hours ago

Set Up Nginx Server Blocks on Ubuntu 18.04: Host Multiple Sites

Nginx server blocks let you run more than one website on a single server. Each block…

1 day ago