Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Rawsec's CyberSecurity Inventory](https://inventory.rawsec.ml/img/badges/Rawsec-inventoried-FF5050_flat.svg)](https://inventory.rawsec.ml/tools.html#dnsenum2)

README - dnsenum2.pl VERSION: 1.3.0
README - dnsenum2.pl VERSION: 1.3.1

multithreaded perl script to enumerate DNS information of a domain
and to discover non-contiguous ip blocks.
Expand Down
6 changes: 3 additions & 3 deletions dnsenum.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/perl
#
#
# dnsenum.pl VERSION 1.3.0
# dnsenum.pl VERSION 1.3.1
# This version: - changed version number to the correct one
#
# dnsenum.pl: multithread script to enumerate information on
Expand Down Expand Up @@ -86,7 +86,7 @@
my $wildcards = $string_gen->randpattern("cccccccccccc");
my @wildcardaddress;
my @wildcardcname;
my $VERSION = '1.2.6';
my $VERSION = '1.3.1';

#load threads modules (perl must be compiled with ithreads support)
BEGIN {
Expand Down Expand Up @@ -1502,7 +1502,7 @@ =head1 NAME

=head1 VERSION

dnsenum.pl version 1.3.0
dnsenum.pl version 1.3.1

=head1 SYNOPSIS

Expand Down