Jump to content

Problems installing hydra


3 posts in this topic

Recommended Posts

B:~/Desktop/Lab/UNIX/hydra-5.3-src Berlin$ make install

test -e hydra.exe && touch Makefile || strip hydra pw-inspector

strip: file: /Users/Berlin/Desktop/Lab/UNIX/hydra-5.3-src/hydra is not writable (Permission denied)

strip: file: /Users/Berlin/Desktop/Lab/UNIX/hydra-5.3-src/pw-inspector is not writable (Permission denied)

make: [strip] Error 1 (ignored)

test -e hydra.exe && strip hydra.exe pw-inspector.exe || touch hydra

touch: hydra: Permission denied

make: [strip] Error 1 (ignored)

test -e xhydra && strip xhydra || touch Makefile

test -e hydra.exe && touch Makefile || cp hydra pw-inspector /usr/local/bin && cd /usr/local/bin && chmod 755 hydra pw-inspector

cp: /usr/local/bin/pw-inspector: Permission denied

cp: /usr/local/bin/hydra: Permission denied

make: [install] Error 1 (ignored)

test -e hydra.exe && cp hydra.exe pw-inspector.exe /usr/local/bin && cd /usr/local/bin && chmod 755 hydra.exe pw-inspector.exe || touch Makefile

test -e xhydra && cp xhydra /usr/local/bin && cd /usr/local/bin && chmod 755 xhydra

make: [install] Error 1 (ignored)

 

what should i do?

i repaired my disk permission but it still doesnt work.

 

thanks

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
 Share

×
×
  • Create New...