dnsenum 1.3.1-1.1 source package in Ubuntu

Changelog

dnsenum (1.3.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "autopkgtest failure with Perl 5.38: Smartmatch is deprecated":
    add patch perl5.38_smartmatch.patch, replacing smartmatch with a plain
    grep().
    (Closes: #1060710)

 -- gregor herrmann <email address hidden>  Wed, 17 Jan 2024 19:27:32 +0100

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dnsenum_1.3.1-1.1.dsc 2.0 KiB 2673484c7e8fb343bae95626000d4cbcd9163e02e198720f221edcc232da1fba
dnsenum_1.3.1.orig.tar.gz 20.9 KiB b940a863f1334b5ae90fba7c6f9a5d43d0b2c4b93875f2ab3caef80d7197ab8e
dnsenum_1.3.1-1.1.debian.tar.xz 5.5 KiB 1ee1263668f1b40f494a47a347ab04a8409e3e60a07e36e164195b08e5ffc2fe

Available diffs

No changes file available.

Binary packages built by this source

dnsenum: tool to enumerate domain DNS information

 Dnsenum is a multithreaded perl script to enumerate DNS information of a
 domain and to discover non-contiguous ip blocks. The main purpose of Dnsenum
 is to gather as much information as possible about a domain. The program
 currently performs the following operations:
 .
   - Get the host's addresses (A record).
   - Get the namservers (threaded).
   - Get the MX record (threaded).
   - Perform axfr queries on nameservers and get BIND versions(threaded).
   - Get extra names and subdomains via google scraping (google query =
     "allinurl: -www site:domain").
   - Brute force subdomains from file, can also perform recursion on subdomain
     that have NS records (all threaded).
   - Calculate C class domain network ranges and perform whois queries on them
     (threaded).
   - Perform reverse lookups on netranges (C class or/and whois netranges)
     (threaded).
   - Write to domain_ips.txt file ip-blocks.
 .
 This program is useful for pentesters, ethical hackers and forensics experts.
 It also can be used for security tests.