Popular recipes by Bill Sharer http://code.activestate.com/recipes/users/4168512/2009-02-25T20:30:15-08:00ActiveState Code RecipesFallout 3 "terminal hacking" minigame cracker (Python) 2008-12-20T11:18:35-08:00Bill Sharerhttp://code.activestate.com/recipes/users/4168512/http://code.activestate.com/recipes/576590-fallout-3-terminal-hacking-minigame-cracker/ <p style="color: grey"> Python recipe 576590 by <a href="/recipes/users/4168512/">Bill Sharer</a> (<a href="/recipes/tags/dictionaries/">dictionaries</a>, <a href="/recipes/tags/fallout_3_minigame/">fallout_3_minigame</a>, <a href="/recipes/tags/lists/">lists</a>, <a href="/recipes/tags/sets/">sets</a>, <a href="/recipes/tags/text/">text</a>). </p> <p>crackerhacker.py is a script I wrote as a Python learning exercise to help solve Fallout 3's "terminal hacking" minigame. Many of you may already be aware of this annoying mind challenge after playing the popular waste of time from Bethesda Softworks on your favorite pc or console.</p> <p>more details in the script</p> Tripwire policy file creator (Python) 2009-02-25T20:30:15-08:00Bill Sharerhttp://code.activestate.com/recipes/users/4168512/http://code.activestate.com/recipes/576670-tripwire-policy-file-creator/ <p style="color: grey"> Python recipe 576670 by <a href="/recipes/users/4168512/">Bill Sharer</a> (<a href="/recipes/tags/os_walk/">os_walk</a>, <a href="/recipes/tags/re/">re</a>, <a href="/recipes/tags/text/">text</a>, <a href="/recipes/tags/tripwire/">tripwire</a>). </p> <p>gen_twpol.py is a script that can be used to generate a tripwire policy source (twpol.txt) for your system.</p> <p>This script may be distributed under the terms of the Gnu Public License GPLv2 or later.</p> <p>For more information on the open source version of tripwire see <a href="http://sourceforge.net/projects/tripwire/" rel="nofollow">http://sourceforge.net/projects/tripwire/</a></p> <p>The tripwire source package usually ships with a an example twpol.txt file based on a RedHat Enterprise (RHEL) distribution, typically an RHEL4 or RHEL5 version. It doesn't do much good to have this get parked by your Gentoo ebuild (nor other distro packager) as all sorts of stuff in /boot, /lib/modules and other places will be out of sync, differently named or just plain missing. In addition, your system may have extra stuff that isn't present in the file but critical to the distro.</p>