Adventures in Game Development -- Day 12

Today I made some more progress in WEP Cracking: The Game. The progress made today was in recording what happens when booting into BackTrack Linux. For those who have never used BackTrack Linux, there is a command prompt at the beginning and it is full of computer jargon. Unfortunately, I had to copy it all down... and it took a while.

Here's what I wrote down:

sd 2:0:0:0: [sda] Assuming drive cache: write through.
sd 2:0:0:0: [sda] Assuming drive cache: write through.
Sleep(600)
Loading, please wait...
Sleep(800)
Setting preliminary keymap...done.
Sleep(50-done-)
Setting the system clock.
Starting basic networking...done.
Starting kernel event manager...done.
Loading hardware drivers...done.
Sleep(400)

.
Setting the system clock.
Loading kernel modules...Loading manual drivers...done.
Sleep(400)
Setting kernel variables (/etc/sysct1.conf)...done.
Setting kernel variables(/etc/sysct1.d/10-console-messages.conf)...done.
Setting kernel variables(/etc/sysct1.d/10-network-security.conf)...done.
Setting kernel variables(/etc/sysct1.d/10-process-security.conf)...done.
Setting kernel variables(/etc/sysct1.d/wine.sysct1.conf)...done.
Starting early crypto disks...done.
Starting remaining crypto disks...done.
Sleep(50-done-)
Checking file systems...fsck 1.41.3 done.
Sleep(50-fsck-)
Mounting local filesystems...done.
Activating swapfile swap...done.
Skipping firewall: wfw(not enabled)...done.
Setting up console font and keymap...done.
Sleep(50-done-)
Loading cpufreq kernel modules...done.
Sleep(50-done-)
Loading ACPI modules...
Starting ACPI services...
Starting system log daemon...
Doing Wacon setup...
Starting kernel log daemon...done
Sleep(100-done-)
Starting system message bus: dbus.
CPUFreq Utilities: Setting ondemand CPUFreq governor...disabled, governor not available...done.
Sleep(200)
xserver-xorg postinst warning: overwriting possibly-customized configuration
file: backup in /etc/X11/xorg.conf.200911261994438
Sleep(50)
Starting Hardware abstraction layer: hald
Starting System Tools Backends: system-tools-backends.
Sleep(50)
Starting periodic command scheduler: crond.
Sleep(50)
Endl;
Backtrack 4 Penetration Testing and Auditing Distribution
Endl;
root9bt:~#

Cin startx

X: warning: process set to priority -1 instead of requested priority 0
Sleep(25)
X.Org X Server 1.5.2
Release Date:10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux bt 2.6.29.4 #3 SMP Mon May 25 18:50:05 EDT 2009 i686
Build Date: 09 March 2009 10:48:54AM
xorg-server Z:1.5.Z-Zubuntu3.1 (builddProthera.buildd)
Build reporting problems, check http://wiki.x.org
to make sure that you have the latest version
Sleep(50)
Module loader present
Markers: (--) probed, (**) from config file, (xx) default setting,
(++) from command line, (!!) notice, (II) informational,
(ww) warning, (EE) error, (N1) not implemented, (??) unkown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Mov 26 19:44:47 2009
(==) Using config file: "/etc/X11/xorg.conf"
The few "Sleep()" functions and such are added in by me for future reference to help me simulate the experience in the game. However, the rest of it is exactly how it appears when booting BackTrack Linux.

Tomorrow I'll blog about how the above is implemented into the code.

11 comments:

Rumiko said...

Good thing you are blogging about this tomorrow, I can't understand more than the words so :D.

Whitelight said...

Looks great!

Miyamoto Karyuu said...

uh that looks so confusing :|

Pool Fool said...

looks like there is something going on

Jesse Crows said...

haha im with you, @miyamoto

Sean said...

I agree. SO confusing

Ivan said...

wow, I'm surprised this isn't already up on the internet.

Triper said...

Cool code, i will try it in my game.

baka1236 said...

wow o.0 this code is... wow o.0 o.0

Moobeat said...

interesting

Mook said...

I should get linux back on my computer, nice piece

Post a Comment