rpms/dnsenum/F-13 dnsenum.spec,NONE,1.1

Rahul Sundaram sundaram at fedoraproject.org
Fri Jun 4 08:01:28 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/dnsenum/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17233

Added Files:
	dnsenum.spec 
Log Message:
* Wed Apr 28 2010 Mohammed imran <imranceh at gmail.com> 1.2-3
- Used macros for rm and /usr/bin



--- 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




More information about the scm-commits mailing list