<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://wiki.twelvetacos.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.twelvetacos.com/feed.php">
        <title>DokuWiki</title>
        <description></description>
        <link>https://wiki.twelvetacos.com/</link>
        <image rdf:resource="https://wiki.twelvetacos.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-11T13:45:05-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.twelvetacos.com/doku.php?id=cori_s_guide_to_linux&amp;rev=1489365858&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.twelvetacos.com/doku.php?id=debian_initial_config&amp;rev=1488737736&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.twelvetacos.com/doku.php?id=dns&amp;rev=1488737736&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.twelvetacos.com/doku.php?id=grapefruit_thrower&amp;rev=1521207918&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.twelvetacos.com/doku.php?id=installing_xen_on_a_debian_wheezy_host&amp;rev=1488737736&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.twelvetacos.com/doku.php?id=start&amp;rev=1521207750&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.twelvetacos.com/doku.php?id=useful_xen_mgmt_commands&amp;rev=1488737736&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.twelvetacos.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>DokuWiki</title>
        <link>https://wiki.twelvetacos.com/</link>
        <url>https://wiki.twelvetacos.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.twelvetacos.com/doku.php?id=cori_s_guide_to_linux&amp;rev=1489365858&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-12T20:44:18-04:00</dc:date>
        <title>cori_s_guide_to_linux</title>
        <link>https://wiki.twelvetacos.com/doku.php?id=cori_s_guide_to_linux&amp;rev=1489365858&amp;do=diff</link>
        <description>Cori's Guide to Linux

Connecting to the server

The server is running at twelvetacos.com and ssh is open on port 2222. Either pull up a terminal and connect to ssh using ssh -p 2222 twelvetacos.com or browse to &lt;https://shell.twelvetacos.com&gt; and log in there. The terminal will probably have a faster and more responsive experience.</description>
    </item>
    <item rdf:about="https://wiki.twelvetacos.com/doku.php?id=debian_initial_config&amp;rev=1488737736&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-05T13:15:36-04:00</dc:date>
        <title>debian_initial_config</title>
        <link>https://wiki.twelvetacos.com/doku.php?id=debian_initial_config&amp;rev=1488737736&amp;do=diff</link>
        <description>Debian Initial Config

First we have to install basic utilities that weren't included already.


   apt-get install sudo vim tcpdump dns-utils
   useradd &lt;user&gt;
   usermod -a -G sudo &lt;user&gt;


Once everything is installed, update '/etc/ssh/sshd_config' to remove root login.</description>
    </item>
    <item rdf:about="https://wiki.twelvetacos.com/doku.php?id=dns&amp;rev=1488737736&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-05T13:15:36-04:00</dc:date>
        <title>dns</title>
        <link>https://wiki.twelvetacos.com/doku.php?id=dns&amp;rev=1488737736&amp;do=diff</link>
        <description>Installing Bind-chroot on a Debian Wheezy Host

Creating the Host

Using Xen, create the host on the command line as follows.


   xen-create-image --hostname=dns \
   --vcpus=1 \
   --pygrub


If a second interface needs to be added, modify /etc/xen/dns.cfg to look as follows:</description>
    </item>
    <item rdf:about="https://wiki.twelvetacos.com/doku.php?id=grapefruit_thrower&amp;rev=1521207918&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-16T09:45:18-04:00</dc:date>
        <title>grapefruit_thrower</title>
        <link>https://wiki.twelvetacos.com/doku.php?id=grapefruit_thrower&amp;rev=1521207918&amp;do=diff</link>
        <description>Grapefruit Thrower

Write your exploit using the below template and slack it to shockley. Let him know if you have external dependencies.

Template:


def runJob(ip):
	# any stdout in here gets redirected to the log file
	# you can check this log by either looking at the log file (same directory),
	# or by using the command 'print &lt;job name&gt; [number of lines]' in the launcher
	print &quot;hello cruel world&quot;, &quot;my ip is&quot;, ip

	return &quot;l00k_@t_th1s_1337_fl@g&quot; # return flag if successful, False otherwise…</description>
    </item>
    <item rdf:about="https://wiki.twelvetacos.com/doku.php?id=installing_xen_on_a_debian_wheezy_host&amp;rev=1488737736&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-05T13:15:36-04:00</dc:date>
        <title>installing_xen_on_a_debian_wheezy_host</title>
        <link>https://wiki.twelvetacos.com/doku.php?id=installing_xen_on_a_debian_wheezy_host&amp;rev=1488737736&amp;do=diff</link>
        <description>Installing Xen on a Debian Wheezy Host

All information in the guide was taken from the following link:
XenProject PV Guest tutorial

Enable Virtualization Support in BIOS

The virtualization option appears differently in different BIOS builds but generally it is referred to as “Enable Virtualisation Technology” or “Enable Intel VT” for Intel chipsets, however in some cases it can be listed as “Vanderpool Technology”. Oftentimes this option can be found under the “Advanced Chipset Features” menu…</description>
    </item>
    <item rdf:about="https://wiki.twelvetacos.com/doku.php?id=start&amp;rev=1521207750&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-03-16T09:42:30-04:00</dc:date>
        <title>start</title>
        <link>https://wiki.twelvetacos.com/doku.php?id=start&amp;rev=1521207750&amp;do=diff</link>
        <description>Welcome to the wiki

Cori's guide to linux

Useful Xen Mgmt commands

Installing Xen on a Debian Wheezy Host

Grapefruit Thrower


Installing Services

Now that Xen is installed, it's time to start standing up services. See the pages below for detailed information.

DNS

Mail

Web

VPN

Wiki/Internal Web</description>
    </item>
    <item rdf:about="https://wiki.twelvetacos.com/doku.php?id=useful_xen_mgmt_commands&amp;rev=1488737736&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-03-05T13:15:36-04:00</dc:date>
        <title>useful_xen_mgmt_commands</title>
        <link>https://wiki.twelvetacos.com/doku.php?id=useful_xen_mgmt_commands&amp;rev=1488737736&amp;do=diff</link>
        <description>Xen Mgmt Commands

Creating a PV Guest

XenProject PV Guest tutorial

   sda1 - /boot 200MB

   sda2 - / 15GB

   sda3 - swap

   sda4 - reserved for LVM

   
aptitude install lvm2 xen-linux-system xen-tools

pvcreate /dev/sda4

vgcreate vg0 /dev/sda4

lvcreate -n&lt;name of the volume&gt; -L&lt;size, you can use G and M here&gt; &lt;volume group&gt;</description>
    </item>
</rdf:RDF>
