rpms/dnsenum/devel dnsenum.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rahul Sundaram sundaram at fedoraproject.org
Fri Jun 4 07:50:09 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/dnsenum/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv15061/devel

Modified Files:
	.cvsignore sources 
Added Files:
	dnsenum.spec import.log 
Log Message:
initial import



--- NEW FILE dnsenum.spec ---
Name:          dnsenum 
Version:       1.2
Release:       3%{?dist}
Summary:       A tool to enumerate DNS info about domains 
Group:         Applications/Internet
License:       GPLv2+
URL:           http://code.google.com/p/dnsenum/
Source0:       http://%{name}.googlecode.com/files/%{name}%{version}.tar.gz  
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:     noarch
Requires:      perl(Readonly)
Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The purpose of this tool is to gather as much information as possible about a 
domain. The program currently gathers A, NS, MX records, performs axfr queries,
gets extra names and subdomains via google scraping, bruteforces subdomains from
file, calculate C class domain network ranges and perform whois queries on them,
perform reverse lookups on netranges, writes ip-blocks to domain_ips.txt.

%prep
%setup -q -n %{name}%{version}
for file in README.txt; do
 sed "s|\r||g" $file > $file.new && \
 touch -r $file $file.new && \
 mv $file.new $file
done

%build

%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__install} -Dp -m0755 %{name}.pl $RPM_BUILD_ROOT%{_bindir}/%{name}


%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README.txt dns.txt
%{_bindir}/%{name}

%changelog
* Wed Apr 28 2010 Mohammed imran <imranceh at gmail.com> 1.2-3
- Used macros for rm and /usr/bin

* Mon Apr 26 2010 Mohammed imran <imranceh at gmail.com> 1.2-2
- Fixed English grammer,moved from sbin/ to bin/
- Added Requires dependencies

* Tue Apr 13 2010 Mohammed imran <imranceh at gmail.com> 1.2-1
- Initial version of the package



--- NEW FILE import.log ---
dnsenum-1_2-3_fc11:HEAD:dnsenum-1.2-3.fc11.src.rpm:1275637703


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dnsenum/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 May 2010 15:51:47 -0000	1.1
+++ .cvsignore	4 Jun 2010 07:50:08 -0000	1.2
@@ -0,0 +1 @@
+dnsenum1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dnsenum/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 May 2010 15:51:47 -0000	1.1
+++ sources	4 Jun 2010 07:50:09 -0000	1.2
@@ -0,0 +1 @@
+36d9150bd266ccf5eb55edf0e79f4ea8  dnsenum1.2.tar.gz



More information about the scm-commits mailing list