FreeBSD Bugzilla – Attachment 179905 Details for
Bug 217036
[new port] textproc/crunch: charset-based wordlist generator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar file for security/crunch
security_crunch.shar (text/plain), 3.00 KB, created by
Vidar Karlsen
on 2017-02-12 15:56:36 UTC
(
hide
)
Description:
shar file for security/crunch
Filename:
MIME Type:
Creator:
Vidar Karlsen
Created:
2017-02-12 15:56:36 UTC
Size:
3.00 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># crunch ># crunch/pkg-descr ># crunch/Makefile ># crunch/files ># crunch/files/patch-Makefile ># crunch/distinfo ># >echo c - crunch >mkdir -p crunch > /dev/null 2>&1 >echo x - crunch/pkg-descr >sed 's/^X//' >crunch/pkg-descr << '8fe823a16fb02a68902fc27fc51dc4e5' >XCrunch is a wordlist generator where you can specify a standard character >Xset or a character set you specify. crunch can generate all possible >Xcombinations and permutations. >X >XFeatures >X >X- crunch generates wordlists in both combination and permutation ways >X- it can breakup output by number of lines or file size >X- now has resume support >X- pattern now supports number and symbols >X- pattern now supports upper and lower case characters separately >X- adds a status report when generating multiple files >X- new -l option for literal support of @,%^ >X- new -d option to limit duplicate characters see man file for details >X- now has unicode support >X >XWWW: https://crunch-wordlist.sourceforge.io/ >8fe823a16fb02a68902fc27fc51dc4e5 >echo x - crunch/Makefile >sed 's/^X//' >crunch/Makefile << '9f2d322698144e4e64a41ac018d0f5ce' >X# Created by: Vidar Karlsen <vidar@karlsen.tech> >X# $FreeBSD$ >X >XPORTNAME= crunch >XPORTVERSION= 3.6 >XCATEGORIES= security >XMASTER_SITES= SF/${PORTNAME}-wordlist/${PORTNAME}-wordlist >X >XMAINTAINER= vidar@karlsen.tech >XCOMMENT= Charset-based wordlist generator >X >XLICENSE= GPLv2 >XLICENSE_FILE= ${WRKSRC}/COPYING >X >XBUILD_DEPENDS= gcc:lang/gcc >X >XUSES= tar:tgz gmake >X >XPLIST_FILES= bin/crunch man/man1/crunch.1.gz >X >X.include <bsd.port.options.mk> >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >X ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 >X >X.include <bsd.port.mk> >9f2d322698144e4e64a41ac018d0f5ce >echo c - crunch/files >mkdir -p crunch/files > /dev/null 2>&1 >echo x - crunch/files/patch-Makefile >sed 's/^X//' >crunch/files/patch-Makefile << '0fa87a25d56a5fdccdc02daa893121d9' >X--- Makefile.orig 2017-02-12 14:24:56 UTC >X+++ Makefile >X@@ -45,8 +45,11 @@ OPTFLAGS = -g -o0 >X LINTFLAGS = -Wall -pedantic >X CFLAGS_STD = $(THREADFLAGS) $(LINTFLAGS) -std=c99 >X VCFLAGS = $(CFLAGS_STD) $(OPTFLAGS) >X-LFS = $(shell getconf POSIX_V6_ILP32_OFFBIG_CFLAGS) >X- >X+ifeq ($(UNAME_LOOKUP),!FreeBSD) >X+ LFS = $(shell getconf POSIX_V6_ILP32_OFFBIG_CFLAGS) >X+else >X+ INSTALL_OPTIONS = -g wheel -o root >X+endif >X ifeq ($(UNAME_LOOKUP),Darwin) >X #Darwin = OS X, and os x does not use root root as stated in email >X INSTALL_OPTIONS = -g wheel -o root >0fa87a25d56a5fdccdc02daa893121d9 >echo x - crunch/distinfo >sed 's/^X//' >crunch/distinfo << 'e74f1cc5c342a6b6baf3d1ef0dd3a18e' >XTIMESTAMP = 1486909070 >XSHA256 (crunch-3.6.tgz) = 6a8f6c3c7410cc1930e6854d1dadc6691bfef138760509b33722ff2de133fe55 >XSIZE (crunch-3.6.tgz) = 38635 >e74f1cc5c342a6b6baf3d1ef0dd3a18e >exit >
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 217036
:
179905
|
180197