<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hacking on OiePoie!</title>
    <link>https://www.oiepoie.nl/tags/hacking/</link>
    <description>Recent content in Hacking on OiePoie!</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 09 Mar 2008 15:02:08 +0100</lastBuildDate><atom:link href="https://www.oiepoie.nl/tags/hacking/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>BackTrack 3 on a USB stick (ultimate hacker tool on your keychain)</title>
      <link>https://www.oiepoie.nl/2008/03/09/backtrack-3-on-a-usb-stick-ultimate-hacker-tool-on-your-keychain/</link>
      <pubDate>Sun, 09 Mar 2008 15:02:08 +0100</pubDate>
      
      <guid>https://www.oiepoie.nl/2008/03/09/backtrack-3-on-a-usb-stick-ultimate-hacker-tool-on-your-keychain/</guid>
      <description>&lt;p&gt;One year (and a bit) ago i wrote a post on &lt;a href=&#34;https://www.oiepoie.nl/2006/12/20/bootable-security-distro-on-your-usb-stick/&#34;&gt;how to install Backtrack 2 onto an USB stick&lt;/a&gt;. Recently the beta version of BackTrack 3 is released and the guys from BackTrack even made a special version to install on a 1GB USB stick: &lt;a class=&#34;extlink&#34; href=&#34;http://www.offensive-security.com/bt3b141207.rar.torrent&#34; target=&#34;_blank&#34;&gt;grab the torrent here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Among the many uses of BackTrack are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Penetration Testing&lt;/li&gt;
&lt;li&gt;Digital Forensics&lt;/li&gt;
&lt;li&gt;Zero Trace usage of a computer (harddisk is untouched)&lt;/li&gt;
&lt;li&gt;Wireless sniffing, WEP crack, wardriving, etc.&lt;/li&gt;
&lt;li&gt;Listening to SomaFM radio&lt;/li&gt;
&lt;li&gt;Cracking various passwords&lt;/li&gt;
&lt;li&gt;and much more….&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The USB stick version fully utilizes the space available to cram it with tools, a total of 953 MB. Also this version includes a script to make the USB stick bootable, so it’s almost childplay now to make your own hacker toolkit keychain. Here is a step by step howto.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 1&lt;/strong&gt;&lt;br/&gt;
Mount a 1GB USB stick. If your system does not automatically mount the filesystem, have a look with &lt;b&gt;dmesg | tail&lt;/b&gt; and mount it by hand, e.g.&lt;br/&gt;
&lt;b&gt;mkdir FF ; mount /dev/sdc1 /FF&lt;/b&gt;&lt;br/&gt;
Wipe all info from the stick: &lt;b&gt;rm -rf /FF/*&lt;/b&gt; and check there is enough space available:&lt;/p&gt;
&lt;pre&gt;
[root ~]# df -h /FF
Filesystem            Size  Used Avail Use% Mounted on
/dev/sdf1             972M  4.0K  972M   1% /FF
&lt;/pre&gt;
&lt;p&gt;You will need at least 953 MB there.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Step 2&lt;/strong&gt;&lt;br/&gt;
Download BT3 from the &lt;a class=&#34;extlink&#34; href=&#34;http://www.offensive-security.com/bt3b141207.rar.torrent&#34; target=&#34;_blank&#34;&gt;torrent&lt;/a&gt; or use one of the &lt;a class=&#34;extlink&#34; href=&#34;http://www.remote-exploit.org/backtrack_download.html&#34; target=&#34;_blank&#34;&gt;mirrors&lt;/a&gt; to download with your browser, wget, curl, whatever.&lt;br/&gt;
Check the checksum with &lt;b&gt;md5sum&lt;/b&gt; or &lt;b&gt;sha1sum&lt;/b&gt; and if you’re paranoid, use both.&lt;/p&gt;
&lt;p&gt;Extract the contents onto the USB stick:&lt;/p&gt;
&lt;pre&gt;
[root ~]# cd /FF
[root /FF]# unrar x /tmp/bt3b141207.rar
[root /FF]# ls -l
drwxrwxr-x 6 root root 4096 2007-12-13 18:50 boot
drwxrwxr-x 7 root root 4096 2007-12-13 18:22 BT3
-rw-rw-r-- 1 root root  284 2007-12-13 19:13 INSTALL.txt
&lt;/pre&gt;
&lt;center&gt;&lt;/center&gt;
&lt;p&gt;Read the extensive installation information&lt;/p&gt;
&lt;pre&gt;
[root /FF]# more INSTALL.txt 
USB Install:
&lt;p&gt;Copy the &amp;ldquo;boot&amp;rdquo; and &amp;ldquo;BT3&amp;rdquo; Directory to the root of your USB device.
Under Linux, change directory to the freshly copied /boot directory on the USB device.
MAKE sure your&amp;rsquo;re in the &amp;ldquo;boot&amp;rdquo; directory on the USB device!
run ./boostinst.sh
unmount usb device.
Voila.
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Step 3&lt;/b&gt;&lt;br/&gt;
And do the deed:&lt;/p&gt;
&lt;pre&gt;
[root /FF]# cd boot
[root /FF/boot]#./bootinst.sh
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
                        Welcome to Slax boot installer                         
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
&lt;p&gt;This installer will setup disk /dev/sdc1 to boot only Slax.&lt;/p&gt;
&lt;p&gt;Warning! Master boot record (MBR) of /dev/sdc will be overwritten.
If you use /dev/sdc to boot any existing operating system, it will not work
anymore. Only Slax will boot from this device. Be careful!&lt;/p&gt;
&lt;p&gt;Press any key to continue, or Ctrl+C to abort&amp;hellip;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;press return, and:&lt;/p&gt;
&lt;pre&gt;
Flushing filesystem buffers, this may take a while...
Setting up MBR on /dev/sdc...
The Master Boot Record of  /dev/sdc  has been updated.
Activating partition /dev/sdc1...
No partition table modifications are needed.
Updating MBR on /dev/sdc...
Setting up boot record for /dev/sdc1...
Disk /dev/sdc1 should be bootable now. Installation finished.
&lt;p&gt;Read the information above and then press any key to exit&amp;hellip;
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;All that is left to do is reboot your system and boot from the USB stick.&lt;br/&gt;
On Dell laptops you might have to press &lt;b&gt;F12&lt;/b&gt; to select the boot medium.&lt;/p&gt;
&lt;p&gt;If everything went well, you will be greeted by the boot image:&lt;br/&gt;
&lt;img border=&#34;0&#34; halign=&#34;center&#34; src=&#34;https://www.oiepoie.nl/pics/bt3-boot.png&#34;/&gt;&lt;br/&gt;
Have fun &amp;amp; stay safe.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
