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 577860 Details for
Bug 769919
Review Request: hydra - Very fast network log-on cracker
[?]
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.
[patch]
hydra-7.2-destdir.patch
hydra-7.2-destdir.patch (text/plain), 2.95 KB, created by
Michal Ambroz
on 2012-04-17 00:11:40 UTC
(
hide
)
Description:
hydra-7.2-destdir.patch
Filename:
MIME Type:
Creator:
Michal Ambroz
Created:
2012-04-17 00:11:40 UTC
Size:
2.95 KB
patch
obsolete
>diff -ru hydra-7.2-src/dpl4hydra.sh hydra-7.2-src.new/dpl4hydra.sh >--- hydra-7.2-src/dpl4hydra.sh 2012-02-08 19:19:48.000000000 +0100 >+++ hydra-7.2-src.new/dpl4hydra.sh 2012-04-16 01:47:37.285702377 +0200 >@@ -8,6 +8,18 @@ > # Credits: Thanks to van Hauser for support and fixing portability issues. > # "The universe is an intelligence test." -Timothy Leary (R.I.P.) > >+DATADIR="@@DATADIR@@" >+ >+LC_ALL=C >+export LC_ALL >+FULLFILE="${DATADIR}dpl4hydra_full.csv" >+OLDFILE="${DATADIR}dpl4hydra_full.old" >+LOCALFILE="${DATADIR}dpl4hydra_local.csv" >+INDEXSITE="${DATADIR}dpl4hydra_index.tmp" >+SUBSITES="${DATADIR}dpl4hydra_subs.tmp" >+CLEANFILE="${DATADIR}dpl4hydra_clean.tmp" >+SITE="http://open-sez.me/passwd.htm" >+ > usage () > { > cat <<EOF >@@ -150,15 +162,6 @@ > fi > } > >-LC_ALL=C >-export LC_ALL >-FULLFILE="dpl4hydra_full.csv" >-OLDFILE="dpl4hydra_full.old" >-LOCALFILE="dpl4hydra_local.csv" >-INDEXSITE="dpl4hydra_index.tmp" >-SUBSITES="dpl4hydra_subs.tmp" >-CLEANFILE="dpl4hydra_clean.tmp" >-SITE="http://open-sez.me/passwd.htm" > > case $# in > 0) usage >diff -ru hydra-7.2-src/Makefile.am hydra-7.2-src.new/Makefile.am >--- hydra-7.2-src/Makefile.am 2012-02-08 19:23:04.000000000 +0100 >+++ hydra-7.2-src.new/Makefile.am 2012-04-16 02:10:40.885917594 +0200 >@@ -6,6 +6,7 @@ > # -Wall -ggdb -pedantic > LIBS=-lm > DIR=/bin >+DATA=/share/hydra/ > > SRC = hydra-vnc.c hydra-pcnfs.c hydra-rexec.c hydra-nntp.c hydra-socks5.c \ > hydra-telnet.c hydra-cisco.c hydra-http.c hydra-ftp.c hydra-imap.c \ >@@ -32,7 +33,7 @@ > EXTRA_DIST = README README.arm README.palm CHANGES TODO INSTALL LICENSE \ > hydra-mod.h hydra.h crc32.h d3des.h > >-all: pw-inspector hydra $(XHYDRA_SUPPORT) >+all: pw-inspector hydra $(XHYDRA_SUPPORT) > @echo > @echo Now type "make install" > >@@ -55,12 +56,15 @@ > strip $(BINS) > -echo OK > /dev/null && test -x xhydra && strip xhydra || echo OK > /dev/null > >-install: strip >- -mkdir -p $(PREFIX)$(DIR) >- cp $(BINS) dpl4hydra* $(PREFIX)$(DIR) && cd $(PREFIX)$(DIR) && chmod 755 $(BINS) >- -echo OK > /dev/null && test -x xhydra && cp xhydra $(PREFIX)$(DIR) && cd $(PREFIX)$(DIR) && chmod 755 xhydra || echo OK > /dev/null >- -mkdir -p $(PREFIX)/man/man1 >- -cp -f hydra.1 xhydra.1 pw-inspector.1 $(PREFIX)/man/man1 >+install: all >+ sed -i -e "s|@@DATADIR@@|$(PREFIX)$(DATA)|" dpl4hydra.sh >+ install -d $(DESTDIR)$(PREFIX)$(DIR) >+ install -m 755 $(BINS) dpl4hydra.sh $(DESTDIR)$(PREFIX)$(DIR) >+ install -d $(DESTDIR)$(PREFIX)$(DATA) >+ install -m 644 dpl4hydra*.csv $(DESTDIR)$(PREFIX)$(DATA) >+ install -d $(DESTDIR)$(PREFIX)/share/man/man1 >+ install -m 644 hydra.1 xhydra.1 pw-inspector.1 $(DESTDIR)$(PREFIX)/share/man/man1 >+ install -m 755 xhydra $(DESTDIR)$(PREFIX)$(DIR) > > clean: > rm -rf xhydra pw-inspector hydra *.o core *.core *.stackdump *~ Makefile.in Makefile dev_rfc hydra.restore arm/*.ipk arm/ipkg/usr/bin/* hydra-gtk/src/*.o hydra-gtk/src/xhydra hydra-gtk/stamp-h hydra-gtk/config.status hydra-gtk/errors hydra-gtk/config.log hydra-gtk/src/.deps hydra-gtk/src/Makefile hydra-gtk/Makefile
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 769919
: 577860