mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
readme updates
This commit is contained in:
parent
99f2e990ad
commit
1415b72731
2 changed files with 12 additions and 5 deletions
2
README
2
README
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
H Y D R A
|
H Y D R A
|
||||||
|
|
||||||
(c) 2001-2014 by van Hauser / THC
|
(c) 2001-2016 by van Hauser / THC
|
||||||
<vh@thc.org> http://www.thc.org
|
<vh@thc.org> http://www.thc.org
|
||||||
many modules were written by David (dot) Maciejak @ gmail (dot) com
|
many modules were written by David (dot) Maciejak @ gmail (dot) com
|
||||||
BFG code by Jan Dlabal <dlabaljan@gmail.com>
|
BFG code by Jan Dlabal <dlabaljan@gmail.com>
|
||||||
|
|
15
web/README
15
web/README
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
H Y D R A
|
H Y D R A
|
||||||
|
|
||||||
(c) 2001-2014 by van Hauser / THC
|
(c) 2001-2016 by van Hauser / THC
|
||||||
<vh@thc.org> http://www.thc.org
|
<vh@thc.org> http://www.thc.org
|
||||||
co-maintained by David (dot) Maciejak @ gmail (dot) com
|
many modules were written by David (dot) Maciejak @ gmail (dot) com
|
||||||
BFG code by Jan Dlabal <dlabaljan@gmail.com>
|
BFG code by Jan Dlabal <dlabaljan@gmail.com>
|
||||||
|
|
||||||
Licensed under AGPLv3 (see LICENSE file)
|
Licensed under AGPLv3 (see LICENSE file)
|
||||||
|
@ -119,7 +119,7 @@ Via the command line options you specify which logins to try, which passwords,
|
||||||
if SSL should be used, how many parallel tasks to use for attacking, etc.
|
if SSL should be used, how many parallel tasks to use for attacking, etc.
|
||||||
|
|
||||||
PROTOCOL is the protocol you want to use for attacking, e.g. ftp, smtp,
|
PROTOCOL is the protocol you want to use for attacking, e.g. ftp, smtp,
|
||||||
http-get or many others are vailable
|
http-get or many others are available
|
||||||
TARGET is the target you want to attack
|
TARGET is the target you want to attack
|
||||||
OPTIONS are optional values which are special per PROTOCOL module
|
OPTIONS are optional values which are special per PROTOCOL module
|
||||||
|
|
||||||
|
@ -164,6 +164,14 @@ target entry in the file, e.g.:
|
||||||
127.0.0.1
|
127.0.0.1
|
||||||
127.0.0.1:2121
|
127.0.0.1:2121
|
||||||
|
|
||||||
|
Note that if you want to attach IPv6 targets, you must supply the -6 option
|
||||||
|
and *must* put IPv6 addresses in brackets in the file(!) like this:
|
||||||
|
foo.bar.com
|
||||||
|
target.com:21
|
||||||
|
[fe80::1%eth0]
|
||||||
|
[2001::1]
|
||||||
|
[2002::2]:8080
|
||||||
|
[2a01:24a:133:0:00:123:ff:1a]
|
||||||
|
|
||||||
|
|
||||||
LOGINS AND PASSWORDS
|
LOGINS AND PASSWORDS
|
||||||
|
@ -321,7 +329,6 @@ BUGS & FEATURES
|
||||||
Hydra:
|
Hydra:
|
||||||
Email me or David if you find bugs or if you have written a new module.
|
Email me or David if you find bugs or if you have written a new module.
|
||||||
vh@thc.org (and put "antispam" in the subject line)
|
vh@thc.org (and put "antispam" in the subject line)
|
||||||
David (dot) Maciejak @ gmail (dot) com
|
|
||||||
|
|
||||||
|
|
||||||
You should use PGP to encrypt emails to vh@thc.org :
|
You should use PGP to encrypt emails to vh@thc.org :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue