hack.lu 2007
# DHCP assigned will be : 192.168.202.1 -> 192.168.202.250
# netmask : 255.255.252.0 (the network is 192.168.200.0/22)
# dns : 192.168.203.253
# gateway : 192.168.203.254
For the CTF from 192.168.203.200 until 192.168.203.220.
OLD hack.lu 2005
Network Design for the Hack.Lu 2005 conference
- Internet subnet - 192.168.1.0/24 (Zyxel to FW)
- Backbone network - 192.168.2.0/24 (connecting FW to WTH switches and some internet connectivity)
- Wireless network - 192.168.200.0/22
- CTF backbone - 192.168.100.0/24 (Game server for WTH and "manager" of the WTH)
- CTF Game server 192.168.100.1
- CTF router 192.168.100.254
- CTF team n - 192.168.10n.0/24
- CTF team server 192.168.10n.1
- CTF team router 192.168.10n.254
FC4 installation
- Services running and installed : MySQL?, Apache HTTP server (mod_php, mod_perl), vsftpd, ssh.
- Firewall : no (disabled)
- SELinux : no (disabled)
- gdb, gcc and dev-tool.
GameServer installation
- FC4 iso images available in HTTP.
Design
Internet <-192.168.1.0/24-> Firewall <----> Backbone (192.168.2.0/24) <---> WTH various
^^^^
||||
\/\/
Wireless (192.168.200.0/22)
CTF services
For the hypothetical Jungle books vendor :
- MathSin?-Echo - a standalone TCP server waiting for a value and reply with the sin(value) using TCP port 5556.
- The server is given in binary only. The sample client is binary only too.
- After the CTF, we give the full source code of the application. (adulau)
- ServicesRPC? - is a standalone Perl HTTP daemon acting as RPC-XML Server on TCP port 8080. (adulau)
- Vendor Management web application (sascha)
*
*