Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 301051 Details for
Bug 402431
net-analyzer/dirb-2.0.3 - a Web Content Scanner
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This is the ebuild for dirb scanner (that OpenVAS wants you to have installed)
dirb-2.0.3.ebuild (text/plain), 1.10 KB, created by
Alexander Petrenas
on 2012-02-06 18:13:15 UTC
(
hide
)
Description:
This is the ebuild for dirb scanner (that OpenVAS wants you to have installed)
Filename:
MIME Type:
Creator:
Alexander Petrenas
Created:
2012-02-06 18:13:15 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="A web content scanner, that launches a dictionary based attack against >a web server to discover hidden files and dirs" >HOMEPAGE="http://dirb.sourceforge.net/" >SRC_URI="mirror://sourceforge/dirb/${PN}203.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" >S="${WORKDIR}/${PN}" > >src_compile() { >sed -i "s/strncpy(options.mfile, \"wordlists\/common.txt\"/strncpy(options.mfile,\ \"\/usr\/share\/dirb\/common.txt\"/g" ${S}/src/dirb.c || die "sed failed" > >sed -i "s/wordlists\//\/usr\/share\/dirb\//g" ${S}/src/dirb.c || die "sed failed" > econf > emake || die >} >src_install() { > emake DESTDIR="${D}" install || die > >dodir /usr/share/dirb/ > insinto /usr/share/dirb/ >doins ${S}/wordlists/* > >dodir /usr/share/dirb/others/ > insinto /usr/share/dirb/others/ >doins ${S}/wordlists/others/* > > >dodir /usr/share/dirb/stress/ > insinto /usr/share/dirb/stress/ >doins ${S}/wordlists/stress/* > >dodir /usr/share/dirb/vulns/ > insinto /usr/share/dirb/vulns/ >doins ${S}/wordlists/vulns/* > > }
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 402431
: 301051