Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Wargame

1,055 bytes added, 07:08, 3 January 2018
no edit summary
The VTLUUG's wargame is an opportunity for students interested in network security to learn and develop their skills in a safe and legal hacking environment. The wargame network is completely isolated from the Internet, and has a myriad of vulnerable, and misconfigured machines on it at any time.
Any Virginia Tech students student can log on to the network by using their PID credentials ([http://wargame.vtluug.org/play.html following these instructions] using their PID credentials).
Due to the open (to VT students) nature of the network, students can practice their network penetration skills in a real life environment. As When a player successfully attacks a machine, he/she will have to switch hats and begin defending the target from others. Due to this game dynamic, students will develop offensive and defensive network security skills. Furthermore, as players exploit the targets and attempt to lock down the computer, the dynamics of the environment will change requiring students to adapt and keep an open mind. Furthermore To give players incentive to attack and then secure the targets, when there is a player successfully attacks scoring system in place to award points to whoever controls a machine, he/she box. Players are encouraged to work in teams to share the point distribution. Periodically the wargame referees will have to switch hats step in and replace or reconfigure the targets and begin defending reset the target from others. Due points to this keep the game dynamic, students will develop offensive exciting and defensive network security skillsinteresting for all players. The referees can be contacted at wargame@vtluug.org.
== Current Round ==
 
Targets in the current round:
{| class="wikitable" style="text-align: center;"
|+ Multiplication tableTargets in the current round:
|-
! scope="col" | Name
! scope="col" | IP
! scope="col" | Difficulty
! scope="col" | Hint
|-
! scope="row" | Brute
| 10.10.3.20 || Easy || I hope you have a dictionary.
|-
! scope="row" | Sploitable
| 10.10.3.22 || Easy || Ever used metasploit?|-! scope="row" | xpsp2| 10.10.3.25 || Easy || It's XP SP2. Try Metasploit.
|}
 
= Updating BT4 =
 
Update BT4 packages to the latest version.
 
<pre>
$ apt-get update
$ apt-get upgrade
</pre>
 
== Hydra ==
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].
 
<pre>
$ 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
</pre>
 
[[Category:VTLUUG:Projects]]
[[Category:Deprecated]]
Anonymous user