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

SpyAI : Intelligent Malware With Advanced Capabilities

SpyAI is a sophisticated form of malware that leverages advanced technologies to capture and analyze…

1 day ago

Proxmark3 : The Ultimate Tool For RFID Security And Analysis

The Proxmark3 is a versatile, open-source tool designed for radio-frequency identification (RFID) security analysis, research,…

1 day ago

Awesome Solana Security : Enhancing Program Development

The "Awesome Solana Security" collection is a comprehensive resource designed to help developers build more…

1 day ago

IngressNightmare-POCs : Understanding The Vulnerability Exploitation Flow

The "IngressNightmare" vulnerabilities, disclosed in March 2025, represent a critical set of security issues affecting…

1 day ago

AdaptixC2 : Enhancing Penetration Testing With Advanced Framework Capabilities

AdaptixC2 is an advanced post-exploitation and adversarial emulation framework designed specifically for penetration testers. It…

1 day ago

Bincrypter : Enhancing Linux Binary Security through Runtime Encryption And Obfuscation

Bincrypter is a powerful Linux binary runtime crypter written in BASH. It is designed to…

1 day ago