mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
raft-wordlists: good lists collection for fuzzing, etc
This commit is contained in:
parent
1eccff8918
commit
05299559d6
2 changed files with 23 additions and 0 deletions
2
app-dicts/raft-wordlists/Manifest
Normal file
2
app-dicts/raft-wordlists/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST raft-wordlists-20110803.7z 716330 SHA256 a14c6d60039f590f2192ca3f1c7e553be0be48821db7b4cf123d3bf957a1936f SHA512 b78821715eb6966eb9e5277c3baa0ba1fd4a5bc1ff0420480eca7c7f1c0d7628df4bfd2f4350abfef617eed1a38419f86bc3411c38e1a2a2663b609d1e70ac97 WHIRLPOOL b482c78c93e0b8f9da97a998e04a391c77ffb211b32bc65624cc3046a3dde91de2da7c65d677820f3b40a4afbc3893077fe0cd326901cad57617a06437d7d0f0
|
||||
EBUILD raft-wordlists-20110803.ebuild 429 SHA256 a383e7063ba2578ac3cf3d5f53d65090aa07df4ea6bed5d1769f9bc1ca959a8c SHA512 5874b73f7c17963dd7d6927cca6884ae67c62723049d44ef03d00ae8fa5e23bddeed30af8b9f90662d1a8a5e098868e7978a04f3edf846568a316bcfa1c998d8 WHIRLPOOL 8396d0bdd9857d29a2551d6ab5f4a7a9a2df61a0c19765353a66aadcb6256d8d9726862aa66631d3633852f52119b838c0aff880b12a9014486f313f072aca45
|
||||
21
app-dicts/raft-wordlists/raft-wordlists-20110803.ebuild
Normal file
21
app-dicts/raft-wordlists/raft-wordlists-20110803.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
DESCRIPTION="Raft wordlists"
|
||||
HOMEPAGE="http://code.google.com/p/raft/"
|
||||
SRC_URI="http://raft.googlecode.com/files/${P}.7z"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/"
|
||||
|
||||
src_install(){
|
||||
insinto /usr/share/dict/raft-wordlists
|
||||
doins *.txt
|
||||
}
|
||||
Loading…
Reference in a new issue