Changes
Wargame
,no edit summary
== Current Round ==
{| class="wikitable" style="text-align: center;"
|+ Targets in the current round:
| 10.10.3.22 || Easy || Ever used metasploit?
|}
== Updating BT4 ==
There is a bug in the version of Hydra included in BackTrack4 R2. We recommend downloading and compiling the [http://freeworld.thc.org/releases/hydra-6.0-src.tar.gz latest version from the THC website].
<code>
$ wget http://freeworld.thc.org/releases/hydra-6.0-src.tar.gz
$ tar zxf hydra-6.0-src.tar.gz
$ cd hydra-6.0-src
$ ./configure
$ make
$ ./hydra
OR
$ ./xhydra
</code>