Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 620751 Details for
Bug 862577
Can not scan https / ssl in 2.1.5-2
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
New nikto.spec file
nikto.spec (text/x-rpm-spec), 4.23 KB, created by
Kjetil Nygård
on 2012-10-03 11:04:00 UTC
(
hide
)
Description:
New nikto.spec file
Filename:
MIME Type:
Creator:
Kjetil Nygård
Created:
2012-10-03 11:04:00 UTC
Size:
4.23 KB
patch
obsolete
>Name: nikto >#Handle the old versioning system 2.01, 2.02, 2.03 ... >Epoch: 1 >Version: 2.1.5 >Release: 3%{?dist} >Summary: Web server scanner > >Group: Applications/Internet >License: GPLv2+ >URL: http://www.cirt.net/code/nikto.shtml >Source0: http://www.cirt.net/nikto/%{name}-%{version}.tar.bz2 >Source1: nikto-database-license.txt >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildArch: noarch >Requires: nmap > > >%description >Nikto is a web server scanner which performs comprehensive tests against web >servers for multiple items, including over 3300 potentially dangerous >files/CGIs, versions on over 625 servers, and version specific problems >on over 230 servers. Scan items and plugins are frequently updated and >can be automatically updated (if desired). > >%prep >%setup -q > >#change configfile path >sed -i "s:/etc/nikto.conf:%{_sysconfdir}/nikto/config:" nikto.pl > >#enable nmap by default and set plugindir path >sed -i "s:# EXECDIR=/opt/nikto:EXECDIR=%{_datadir}/nikto:; > s:# PLUGINDIR=/opt/nikto/plugins:PLUGINDIR=%{_datadir}/nikto/plugins:; > s:# TEMPLATEDIR=/opt/nikto/templates:TEMPLATEDIR=%{_datadir}/nikto/templates:; > s:# DOCDIR=/opt/nikto/docs:DOCDIR=%{_datadir}/nikto/docs:" nikto.conf > >#Disable RFIURL by default - let users configure it themselves to trustworthy source >sed -i "s:^RFIURL=:#RFIURL=:" nikto.conf > >cp %{SOURCE1} docs/database-license.txt > >%build >#no build required > > >%install >rm -rf %{buildroot} >install -pD nikto.pl %{buildroot}%{_bindir}/nikto >install -m 0644 -pD docs/nikto.1 %{buildroot}%{_mandir}/man1/nikto.1 >mkdir -p %{buildroot}%{_datadir}/nikto/plugins/ >install -m 0644 -p plugins/* %{buildroot}%{_datadir}/nikto/plugins/ >mkdir -p %{buildroot}%{_datadir}/nikto/templates/ >install -m 0644 -p templates/* %{buildroot}%{_datadir}/nikto/templates/ >install -m 0644 -pD nikto.conf %{buildroot}%{_sysconfdir}/nikto/config > >#remove unneeded files > >%clean >rm -rf %{buildroot} > > >%files >%defattr(-,root,root,-) >%doc docs/CHANGES.txt docs/LICENSE.txt docs/database-license.txt >%{_bindir}/* >%config(noreplace) %{_sysconfdir}/nikto >%{_datadir}/nikto >%{_mandir}/man?/* > > >%changelog >* Mon Oct 3 2012 Kjetil Nygård <polpot78@gmail.com> - 1:2.1.5-3 >- Removed nikto-libwhisker2.patch, as nikto uses a modified version of LW2.pm > >* Mon Sep 18 2012 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 1:2.1.5-2 >- Rewrite libwiskers patch > >* Mon Sep 17 2012 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 1:2.1.5-1 >- New upstream release > >* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.1.4-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Sun Apr 9 2011 Michal Ambroz <rebus AT seznam.cz> - 1:2.1.4-2 >- Fix the default config file > >* Sun Mar 28 2011 Michal Ambroz <rebus AT seznam.cz> - 1:2.1.4-1 >- Version bump > >* Sun Sep 12 2010 Michal Ambroz <rebus AT seznam.cz> - 1:2.1.3-1 >- Version bump > >* Mon Mar 22 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 1:2.1.1-3 >- Add missing changelog >- Version bump > >* Mon Mar 22 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 1:2.1.1-2 >- Update version to 2.1.1 and fix version collisions, > based on SPEC provided by Michal Ambroz <rebus at, seznam.cz> > >* Mon Feb 08 2010 Huzaifa Sidhpurwala <huzaifas@redhat.com> - 2.03-3 >- Resolve rhbz #515871 > >* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.03-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Wed Apr 01 2009 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 2.03-1 >- New upstream release > >* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.36-5 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Tue Aug 26 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.36-4 >- fix license tag > >* Wed May 30 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.36-3 >- Add sed magic to really replace nikto-1.36-config.patch >* Mon May 28 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.36-2 >- Remove libwhisker Requires >- Replace configfile patch with sed magic >- Update License >- Add database-license.txt to %%doc >* Fri May 04 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 1.36-1 >- Initial build
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 862577
: 620751