<?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/"
	>

<channel>
	<title>PHX2600</title>
	<atom:link href="http://www.phx2600.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phx2600.org</link>
	<description>The Phoenix, Arizona Network of Hackers</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Password Cracking on UNIX</title>
		<link>http://www.phx2600.org/archive/2010/08/30/password-cracking-unix/</link>
		<comments>http://www.phx2600.org/archive/2010/08/30/password-cracking-unix/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 04:44:46 +0000</pubDate>
		<dc:creator>maxwell</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Save our Site Contest]]></category>
		<category><![CDATA[John the Ripper]]></category>
		<category><![CDATA[Password Cracking]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=837</guid>
		<description><![CDATA[Introduction This article describes the basics of cracking user passwords stored in the /etc/passwd and /etc/shadow directories. The passwd directory stores information regarding groups, uids, usernames, and passwords, in the following format: misty:x:501:501::/home/misty:/bin/bash where x is the password. This article will use John the Ripper to crack user passwords and display them as plain text. [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction</h3>
<p>This article describes the basics of cracking user passwords stored in the /etc/passwd and /etc/shadow directories. The passwd directory stores information regarding groups, uids, usernames, and passwords, in the following format:</p>
<pre>misty:x:501:501::/home/misty:/bin/bash</pre>
<p></p>
<p>where x is the password. This article will use John the Ripper to crack user passwords and display them as plain text.</p>
<p><strong>Note:</strong> The methods described in the following text were performed on Red Hat Enterprise Linux 5 Server Edition. Although that shouldn&#8217;t matter and this information should be accurate in any UNIX environment, if something is not working and you use Ubuntu, that may be the problem. However, if you are using Ubuntu, you have much more serious problems than we can solve here.</p>
<h3>Installing John the Ripper</h3>
<p>The first step is to download John the Ripper (http://www.openwall.com/john/g/john-1.7.6.tar.gz) and install it. To install extract everything to your home directory (or whatever directory you want, but I use /root/) and go into the src directory. Enter the command &#8220;make&#8221; and then enter the command &#8220;make clean generic&#8221;. Now go into the &#8220;run&#8221; directory and test out the program through the following commands:</p>
<pre>cd ../run
./john --test</pre>
<p></p>
<h3>Running John the Ripper</h3>
<p>Now that you have successfully installed john the ripper (if you haven&#8217;t, try using &#8220;john&#8221; instead of &#8220;./john&#8221;) it is time to use it to crack user passwords on your UNIX system. Type the following commands into your terminal to give the program the information it needs to begin brute forcing password hashes (by the way I highly recommend adding more words to the file password.lst in the run directory, since this is the wordlist we will be using to try and crack passwords with):</p>
<pre>./john password.lst
./unshadow /etc/passwd /etc/shadow &gt; /tmp/crack.password.db</pre>
<p></p>
<p>check the file /tmp/crack.password.db and see where the x used to be, and the string now there instead of that x is the password. If it still isnt showing the password, use the following command:</p>
<pre>./john /tmp/crack.password.db</pre>
<p></p>
<p>Be warned that that process takes forever, but once it&#8217;s finally done, check ./john &#8211;show and you should be able to see each password that was cracked along with the corresponding username.</p>
<p>Congrats! You&#8217;ve just cracked the passwords of the users on your UNIX system!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/08/30/password-cracking-unix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Joys of Rooting Your Android Phone Part 2</title>
		<link>http://www.phx2600.org/archive/2010/08/01/joys-rooting-android-phone-part-2/</link>
		<comments>http://www.phx2600.org/archive/2010/08/01/joys-rooting-android-phone-part-2/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 20:44:53 +0000</pubDate>
		<dc:creator>HalfSight</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Save our Site Contest]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Droid X]]></category>
		<category><![CDATA[HalfSight]]></category>
		<category><![CDATA[Motorola]]></category>
		<category><![CDATA[SoS Entry]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=815</guid>
		<description><![CDATA[Recently I got a new Motorola Droid X. This article will be more information than actual hacking or modding. Google bought the Android OS in 2005 and it has had a rocky path to success. Often being compared with the iPhone, the Android operating system offers one main difference, openness. Programmed in Java and run [...]]]></description>
			<content:encoded><![CDATA[<p>Recently  I got a new Motorola Droid X. This article will be more information  than actual hacking or modding. Google bought the Android OS in 2005 and  it has had a rocky path to success. Often being compared with the  iPhone, the Android operating system offers one main difference,  openness. Programmed in Java and run on a Linux kernel, Android offers a  lot to the phone community. Although Android&#8217;s success has been through  openness, as other big manufacturers get their fingers in the jar we are  seeing some things being locked down and controlled a bit more. The  newest Moto Droid X is a prime example of corporate control. This phone  has a locked bootloader will continue to be locked until the encrypted  technology can be hacked through. On the original G1, Google&#8217;s flagship  Android phone, you were able to change the bootloader to different  versions with relative ease.This process puts you in danger if bricking  your phone if you are inexperienced, so if you are thinking about  flashing a new bootloader, do your research.</p>
<p><span id="more-815"></span></p>
<p>As  I get into Motorola that brings us into fragmentation. Many people  believe that so many companies making so many different iterations of  Android is diluting the system. Many Androids now have some form of  proprietary software (bloatware) installed on them. Some of the  companies even slap their own skin on the OS. HTC has Sense, Motorola  has Blur and there are a few others. And these different OS&#8217;s come in  different major Android versions. Some are 2.2 or 1.6 or 2.1. However as  far as i can see this is no different than windows. If I can&#8217;t install  Windows 7 x64 on a Pentium 3 from gateway does that make Windows  fragmented? We have 4 or 5 different versions of windows on every  release, however they are not called out on fragmentation. In recent  news, Google has reported that when Gingerbread, Android 3.0, is  released, there will be more high end hardware requirements. Like a 1  Ghz processor and at least a 3.5 in. screen for starters. However I  don&#8217;t see a reason to get annoyed that the software is advancing with  the hardware.</p>
<p>So  as we move forward and more companies start focusing on blocking the  hack, we will most likely see more creative ways of modding in the  community. Many of these companies say that the locked bootloaders are  for our benefit, after all, we would be running “unstable” software  version. They say this may create an unsatisfactory user experience.  This type of corporate reasoning does not even give the user a choice.  Many people have rooted their phones without issue since the first G1.  The community has done the trial and error and provided free R &amp; D  for the Android phones they are hacking. Many of these developers do  this on their own time, and they do a very good job. Before I learned to  root my android phones the experience was slow and cumbersome. I  believe rooting unlocks the potential of the Android OS on any device.  Here is a great example of how far people have taken the android OS:</p>
<p>Dream Drone: <a href="http://forum.xda-developers.com/showthread.php?t=615204&amp;highlight=Dream+drone%21">http://forum.xda-developers.com/showthread.php?t=615204&amp;highlight=Dream+drone!</a></p>
<p>Nexus one Launched 5 Miles in the air for testing as a viable satellite.<br />
<a href="http://www.wired.com/gadgetlab/2010/07/nexus-one-phone-rides-a-rocket-up-28000-feet/">http://www.wired.com/gadgetlab/2010/07/nexus-one-phone-rides-a-rocket-up-28000-feet/</a></p>
<p>Once  you have rooted your phone the possibilities seem endless, from Drones  to Satellite testing, I think android will stand the test of time.  Hopefully Google will continue to produce Developers phones that are  made to root and hack with. Maybe we will even see a company that only  does Rooted Android phones out of the box. The future is bright for this  Linux OS and we will be hoping for the best from our favorite  companies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/08/01/joys-rooting-android-phone-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Joys of Rooting Your Android Phone</title>
		<link>http://www.phx2600.org/archive/2010/07/26/joys-rooting-android-phone/</link>
		<comments>http://www.phx2600.org/archive/2010/07/26/joys-rooting-android-phone/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 00:59:32 +0000</pubDate>
		<dc:creator>HalfSight</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Save our Site Contest]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Cyanogen]]></category>
		<category><![CDATA[HalfSight]]></category>
		<category><![CDATA[Rooting]]></category>
		<category><![CDATA[SoS Entry]]></category>
		<category><![CDATA[XDA]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=804</guid>
		<description><![CDATA[I get a lot of people asking me exactly why I root my phone. My general response to this inquiry is why don’t you root your phone? Once someone has achieved the initial root exploit, rooting is pretty easy. There are guides every where on the net for rooting your android phone. The most popular [...]]]></description>
			<content:encoded><![CDATA[<p>I get a lot of people asking me exactly why I root my phone. My general response to this inquiry is why don’t you root your phone? Once someone has achieved the initial root exploit, rooting is pretty easy. There are guides every where on the net for rooting your android phone. The most popular group for rooting are the teams over at XDA Developers (http://www.xda-developers.com/). There are many other rooting websites popping up all over the Internet, XDA is simply the largest and has the most content. You can also do a search for your phone model on Google and you will receive hits to www.theunlockr.com for many excellent guides on gaining root access. If you have a Moto Droid feel free to check out www.Droidforums.net for the latest guides to rooting your phone.</p>
<p><span id="more-804"></span></p>
<p>“What is root?” People ask me this question all the time. Root on a Linux or Android phone is the equivalent of Administrator control on a Windows machine. Having Root access gives you unrestricted control over almost every aspect of the operating system. This unprecedented control opens up many possibilities. From Internet Tethering of your data connection to being able to make a backup of the current state of your OS. Rooting your phone unlocks the potential of your OS and hardware. You can install Android flavors from other devices and there are many more customization options.</p>
<p>If a device can be built it can be broken. Many phone manufacturers frown upon the practice of taking root control of android phones. With the exception of a couple of HTC Google branded phones,  most phones take some time to exploit. I have seen Root on a phone before it was released and up to 6 months after the release. It is all a matter of how complicated the manufacturer made the bootloader. One example of this is the new Droid X. This phone was built with a locked bootloader. This can only be unlocked with proprietary keys from Motorola. However, someone has at least rooted this phone. Now you may ask, “But doesn’t rooted mean they can do all the stuff you talked about?” The answer is a resounding no. Although you may get root access on the Moto Droid X, you cannot change the locked bootloader, which stops you from loading a custom OS, or ROM as it is more commonly referred too.</p>
<p>One of the most dedicated Android Community Developers is Steve Kondik, A.K.A. Cyanogen. Cyanogen is the most infamous coder in the community. His ROMs are smooth and usable. This coder writes from google source and has formed a team that is developing the Official CyanogenMod 6 version for the Nexus One, Droid, G1, myTouch 3G, Desire, Incredible and the Evo. The CyanogenMod team seems to be taking over the android world, with fragmentation becoming less of an issue if you are rooted with CyanogenMod.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/07/26/joys-rooting-android-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kool Numberz: The Quickest Way to Cool!</title>
		<link>http://www.phx2600.org/archive/2010/07/24/kool-numberz-quickest-cool/</link>
		<comments>http://www.phx2600.org/archive/2010/07/24/kool-numberz-quickest-cool/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 01:41:46 +0000</pubDate>
		<dc:creator>dual_parallel</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Save our Site Contest]]></category>
		<category><![CDATA[Dual_Parallel]]></category>
		<category><![CDATA[Phreaking]]></category>
		<category><![CDATA[scanning]]></category>
		<category><![CDATA[SoS Entry]]></category>
		<category><![CDATA[telephonic exploration]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=796</guid>
		<description><![CDATA[Fascinated by phreaking? Want to taste the excitement of telephonic exploration, but just don’t have the time? Well, this article is for you! With this simple method, you’ll fly through the phone lines, finding the coolest numbers before you can say “toll fraud!” This article details the items you need to scan and how and [...]]]></description>
			<content:encoded><![CDATA[<p>Fascinated  by phreaking? Want to taste the excitement of telephonic exploration,  but just don’t have the time? Well, this article is for you! With this  simple method, you’ll fly through the phone lines, finding the coolest  numbers before you can say “toll fraud!”</p>
<p>This  article details the items you need to scan and how and where to scan to  find the coolest numbers, quick. Let’s begin with the few free things  you need to start impressing friends and family with cool numbers right  away! Let’s go!</p>
<p>First,  you need toll access. You likely have a cell phone or a VoIP line, and  if you’re lucky you big spender you, you have a land line with toll  access. You will be making “long distance&#8221; calls within the NANPA, most  likely the US and Canada. Next you need internet access. Yes, you need  to access the online to get the infos on the juiciest exchanges. You  will need a text editor or word processor. Notepad++ on Windows or nano  on Linux are examples. Mac is not supported for cool stuff.</p>
<p><span id="more-796"></span></p>
<p>The  last thing you need is your finger. Because you’ll be di, di, dialing  your way to cool in no time! It helps to have a desktop set with  programmable dialing so you can at least program the *67 1, or more if  you find a particularly interesting exchange. With everything in place,  head to <a href="http://bellsmind.net">bellsmind.net</a> and click “frontend” to access the Bell’s Mind  NPA-NXX/CLLI search. That’s where you’ll determine where to scan.</p>
<p>Enter  the NPA of the area you’re interested in to get a list of exchanges.  Cycle through the list of assigned exchanges to find those assigned to  RBOCs or CLECs. Once you find one, start dialing from 9990 to 9999 to  find the coolest numbers. Once you find one, record it in your text  editor using the BM2L format so you can easily share and search your  numbers later on. What’s that you say? You want to save even more time?  Ok! You can even just dial 9999 to find cool numbers! Wow! What kind of  numbers will you find? Test lines, parked error messages, carriers,  voicemail access lines and more!</p>
<p>So  you found a cool number, what now? Record the number and see if you can  extend its coolfulness. If it’s a voicemail system hit * or #. Try  biblical names in directories, like Michael, Paul and John, and try  passwords like 1111, 1234 and the extension. If you find cool numbers,  maybe extend your scan. Try different one-thousand blocks, like 0000 to  0009. Or go to handscan.net and generate a 100 or 1000 list and scan the  day away!</p>
<p>The  limits are limitless! With this simple scanning method, you too can  show cool numbers to your friends and family and the get the same blank  stares a real phreak gets in no time! So scan safe, my friend, remember  to write those numbers down and use a cool accent when someone answers.  Because you’re officially a phreak! With Kool Numberz! Guaranteed!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/07/24/kool-numberz-quickest-cool/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Citizen Journalism (A Media Hacking Primer)</title>
		<link>http://www.phx2600.org/archive/2010/07/24/citizen-journalism-a-media-hacking-primer/</link>
		<comments>http://www.phx2600.org/archive/2010/07/24/citizen-journalism-a-media-hacking-primer/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 18:19:08 +0000</pubDate>
		<dc:creator>Terrordrone</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Save our Site Contest]]></category>
		<category><![CDATA[citizen journalism]]></category>
		<category><![CDATA[guerrilla journalism]]></category>
		<category><![CDATA[media hacking]]></category>
		<category><![CDATA[public journalism]]></category>
		<category><![CDATA[SoS Entry]]></category>
		<category><![CDATA[TerrorDrone]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=787</guid>
		<description><![CDATA[Does Glenn Beck or Kieth Olberman speak for you? Me neither (if they do just stop reading now as this article may induce vomiting, head ache and uncontrollable rage.) Now I&#8217;m not here to put anyone down both of the above men and their brethren on cable news networks and local news are very good [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: small;">Does  Glenn Beck or Kieth Olberman speak for you? Me neither (if they do just  stop reading now as this article may induce vomiting, head ache and  uncontrollable rage.) Now I&#8217;m not here to put anyone down both of the  above men and their brethren on cable news networks and local news are  very good at their jobs. Unfortunately the main focus of the job is not  reporting news, it&#8217;s selling a product. Commercial news sources are a  business and businesses exist to turn a profit. Commercial news does  this with sponsors be it television, radio, Internet or print. There in  lies the problem the businesses can&#8217;t afford to upset the sponsors. So  ideas such as ethics, integrity and honor fall aside for profit. Citizen  journalism </span><span style="font-size: small;">also known as &#8220;public&#8221;,  &#8220;participatory&#8221;, &#8220;democratic”, “guerrilla&#8221; or &#8220;street journalism&#8221; has no  sponsor, no editors, no corporate overlords to appease.<br />
</span></p>
<p><span style="font-size: small;">Citizen  journalism is not a modern phenomena in fact we can trace it back to  the earliest forms of communication. Throughout history powerful and  often corrupt organizations have done everything within their power to  spin public opinion to view facts and ideas to suit themselves. Most  fortunate for us, people and groups stood up against churches,  governments and the such in power to spread other truths and ideas.  Benjamin Franklin had &#8220;Poor Richard&#8217;s Almanac&#8221; and Martin Luther had “95  Theses”. In the modern era technology has given us much better tools in  our arsenal.</span></p>
<p><span id="more-787"></span></p>
<p><span style="font-size: small;">Our  first tool is also the oldest form of mass media next to screaming in  the streets. Printed word. Some will say the printed word is dead.  I  say they are wrong.  First, we have the old media style of paper and  ink. Every town has a store like Kinkos, Staples or even better, a  locally owned store that can make mass copies at a decent price. Get  some copies of your report or get together with some friends who write  get a stapler and you have yourself a &#8216;Zine. This can be a bit tricky to  distribute when starting out. So we have a cheaper and even easier way  for you to get your written words out. WordPress and Tumblr are just two  examples of free blog services out there. Get a blog, start writing and  spread the word it&#8217;s really that simple. Also out there are micro blog  services like Twitter and Facebook which allow you to easily connect  with friends and family and have them see your work.</span></p>
<p><span style="font-size: small;">Our  next weapon against the corporate fueled media is the radio or the  spoken word. First, let me point out that I fully support and will help  defend pirate radio broadcast but alas it is still illegal and the  government can and will do everything they can to shut you down and  punish you. If you are still interested in starting a pirate broadcast I  suggest googling and reading “Radio is my Bomb” and check out Free  Radio Berkley for good information on the technology, building, running,  legal issues and history of this form of citizen journalism. Worried  about the FCC kicking in your door and slamming you face first to the  floor? Fear not there is a legal outlet for you, too. Pod-casts.  Pod-casts are great, they require little technical skill, very little  equipment and there are free hosting sites out there such as Podbean and  Mypodcast. The best part is your listeners can download and take it  with them to listen whenever they have the time.</span></p>
<p><span style="font-size: small;">Youtube  is the king of free video hosting and a fairly easy service to use and  with a wide variety  of video cameras out there you have your counter to  the for profit video media. Youtube does have its problems though  mainly a lot of bogus DMCA take downs. So be warned if you say something  that pisses someone off, be prepared for them to come up with some BS  to try and take you down. In fact that applies for all the above. People  in power absolutely loath people exercising freedom.<br />
</span></p>
<p><span style="font-size: small;">Yes,  its true you may see something or report on something that will really  get under someone&#8217;s skin (that is why we do this to expose what the  corporate news won&#8217;t or expose the spin they put on </span><span style="font-size: small;">it)  and they will probably have some lawyer who will try and twist the law  to go after you, but you are not alone. The EFF is a great source for  legal advice and are out there fighting for your rights. So support them  for they support you.</span></p>
<p><span style="font-size: small;">Okay,  so you have to tools, you have the will, now what do you report on? The  beauty of it is whatever you want. Whatever floats your boat. Your  rants don&#8217;t even need a motif. If you want to write about your local  hackerspace then follow it up with an article about local government  corruption, go ahead, you&#8217;re your own boss in this, you make the rules.  Your local hackerspace is more likely to talk to you than a politician  or big business will, but I think an article on how one of these avoided  your questions says a lot about the person running away from you.</span></p>
<p><span style="font-size: small;">Now,  just because you run the show doesn&#8217;t give you the right to abuse it.  First, have some integrity. Maybe you don&#8217;t like someone, that&#8217;s cool,  but don&#8217;t go editing comments or video to make this person look the way  you want them to. The commercial media does this enough. Second, be  firm, but don&#8217;t be an ass. If you score an interview with someone you  don&#8217;t agree with, ask your questions, challenge their comments, but  don&#8217;t go in there and insult them. Now I&#8217;m not telling you to pucker up  for them either. Question and challenge everything, just don&#8217;t be a tool  while doing it. Once again, the corporate media already does this.  Lastly, you don&#8217;t have to go alone. Check out your local free press,  local 2600 meetings or just get together with like minded friends. Now  get out there, find some truth and show it to the world.</span></p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/07/24/citizen-journalism-a-media-hacking-primer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save our Site Contest</title>
		<link>http://www.phx2600.org/archive/2010/07/22/save-our-site-contest/</link>
		<comments>http://www.phx2600.org/archive/2010/07/22/save-our-site-contest/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 21:05:40 +0000</pubDate>
		<dc:creator>PHLAK</dc:creator>
				<category><![CDATA[Anouncement]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[competition]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=761</guid>
		<description><![CDATA[Ladies and gentleman of the Phoenix hacker community, we need your help!  Over the years, the PHX2600 has been a thriving community with dozens of bright minded individuals, each with a unique set of ideas and skills and a desire to share their knowledge with their fellow hackers.  There would be meeting after meeting with [...]]]></description>
			<content:encoded><![CDATA[<div>Ladies and gentleman of the Phoenix hacker community, we need your help!  Over the years, the PHX2600 has been a thriving community with dozens of bright minded individuals, each with a unique set of ideas and skills and a desire to share their knowledge with their fellow hackers.  There would be meeting after meeting with presentation after presentation.  Hackers helping hackers (and interested sheeple as well) learn and expand their knowledge.</p>
<p>That brings us to today.  As of late it seems the PHX2600 forum/blog seems to have quieted down a considerable amount and, at times, feels empty and forgotten.  The meetings are still going on and, for the most part, are of a reasonable size and bring lots of good information and occasionally presentations, but the bulk of our community discussions seemed to always come from the site.  In an effort to reinvigorate some contribution to our site and potentially drive more traffic to it, I&#8217;d like to announce the Save our Site Contest.</p>
<h3>Contest Overview</h3>
<p>As a participant, write an article on a topic of your choice that is in some way relevant to the PHX2600 (hacking, modding, phreaking, etc..).  These articles will be published via our blog after review and voted upon by our members at the end of the competition.  The article with the most number of votes at the end of the competition will be awarded a $30 credit to our swag store (<a href="http://www.cafepress.com/phx2600">http://www.cafepress.com/phx2600</a>) paid for by me.  If anyone else would like to contribute to the winners pool, we may be able to have a second and third prize as well (please contact me if interested in contributing).</p>
<h3><span id="more-761"></span></h3>
<h3>Rules</h3>
<ul>
<li>The article must pertain to the PHX2600 scene in some way.  This can be as directly relevant as an article explaining how to pen test LAMP servers or as loosely relevant as &#8220;hacking together&#8221; the perfect formula of pony food to give them a pretty coat.</li>
<li>400 words + is desired, but not required.  If you can make a good, coherent article in 300 words, great!</li>
<li>Original content is a must. Copy/pasta (plagiarism) will be means for immediate disqualification.  Currently published content (on PHX2600.org or another website) will not be counted for entry (sorry Penguin, Evil1 and anyone else who&#8217;s already contributed&#8230; we still love you!).</li>
<li>Images/diagrams are desired (if relevant).</li>
<li>All articles must be submitted to PHLAK by the deadline in one of the following formats: .txt, .odt, .doc, Google Docs or by creating a draft on the blog (email me if you need access to this).</li>
<li>You do not have to be signed up on the forums or blog or regularly attend meetings to submit an article.  If you don&#8217;t have an account though, make sure to provide me with some contact information.</li>
<li>Multiple articles will be accepted for multiple entries.  If you submit more than one article, each article will be weighted separately for quality and poor quality articles will not be count for entry. (Basically, if you submit 10 x 200 word articles, there&#8217;s a good chance none will qualify for entry)</li>
<li>Any and all entries submitted are subject to be posted on the blog, even if they do not qualify for entry to the competition. And we reserve the right﻿ to not post any entry we feel is inappropriate or does not meet the criteria stated above.  All entries published will be released under the<a href="http://creativecommons.org/licenses/by/3.0/"> Creative Commons Attribution 3.0</a> license and credited to the author properly.</li>
<li><strong><span style="color: #3366ff;"><span style="color: #339966;">AMENDMENT:</span> <span style="font-weight: normal;"><span style="color: #000000;">PHX2600 Wiki articles will also be accepted for entry.</span></span></span></strong></li>
</ul>
</div>
<div>
<h3>Deadline</h3>
<p>All submissions must be received by midnight (Arizona time) Friday, September 3rd 2010.  Articles will then be voted upon by the community and a winner will be chosen.<a href="http://twitter.com/phlak"></a></p>
<h3>Ideas and Inspirations</h3>
<p>Don&#8217;t know what to write about? Here&#8217;s a few ideas to get you rolling:</p>
<ul>
<li>Detailed method on how to pen test a particular system in wide use.</li>
<li>Tutorial on installing and using a piece of software (John the Ripper, nmap, git, etc.).</li>
<li>An article about how many people are &#8220;hackers&#8221; in their daily lives but don&#8217;t know it.</li>
<li>A breakdown and analysts of a piece of hardware and it&#8217;s internal components.</li>
<li>A story about urban exploration and/or socially engineering.</li>
<li>Interesting topics from Defcon or another convention.</li>
</ul>
<h3>Final Thoughts</h3>
<p>Even if you&#8217;re not interested in the prizes, we&#8217;d like to encourage you to contribute anyway.  The purpose of this contest is to stimulate the community and possibly drive some traffic to us as well.  If you don&#8217;t have something to write about or just don&#8217;t feel like it, help out by spreading the word, and not just to your &#8220;hacker&#8221; friends, but to anyone you think could make a contribution.</p>
<h3>PHLAK&#8217;s Contact Info</h3>
<p>Email / G-Talk / G-Docs: <a href="mailto:Chris@ChrisKankiewicz.com">Chris@ChrisKankiewicz.com</a><br />
Twitter:<a href="http://twitter.com/phlak"> @PHLAK</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/07/22/save-our-site-contest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Strange Radio Goes Off-line</title>
		<link>http://www.phx2600.org/archive/2010/06/16/strange-radio-off-line/</link>
		<comments>http://www.phx2600.org/archive/2010/06/16/strange-radio-off-line/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:14:03 +0000</pubDate>
		<dc:creator>Terrordrone</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[HAM]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[UVB 76]]></category>
		<category><![CDATA[Weird]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=751</guid>
		<description><![CDATA[The call sign UBV 76 out of Russia on the short wave frequency 4625 kHz is pretty well known among the radio community and it has apparently gone off-line. No one really knows what it was used if anything at all. Since around 1982 it has been transmitting and buzzing tone 25 times a minute 24 [...]]]></description>
			<content:encoded><![CDATA[<p>The call sign UBV 76 out of<br />
Russia on the short wave frequency 4625 kHz is pretty well known among the radio community and it has apparently gone off-line. No one really knows what it was used if anything at all. Since around 1982 it has been transmitting and buzzing tone 25 times a minute 24 hours a day.<a href="http://www.youtube.com/watch?v=tMFAYqyU0HM">As heard here.</a><br />
To even add to the strange transmission 3 times during the 25 plus years voice transmission has been heard in Russian one translates to this &#8220;75-59-75-59. 39-52-53-58. 5-5-2-5. Konstantin-1-9-0-9-0-8-9-8-Tatiana-Oksana-Anna-Elena-Pavel-Schuka. Konstantin 8-4. 9-7-5-5-9-Tatiana. Anna Larisa Uliyana-9-4-1-4-3-4-8.&#8221;<br />
Wikipedia has a good article about this stations <a href="http://en.wikipedia.org/wiki/UVB-76">here.</a><br />
I have heard from other radio nerds that the have received the buzz tones again from this station but I have not been able to again if any other radios geeks out there do manage to get it please try to record it and let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/06/16/strange-radio-off-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forum Maintenance @ 1268096400</title>
		<link>http://www.phx2600.org/archive/2010/03/05/forum-maintenance-1268096400/</link>
		<comments>http://www.phx2600.org/archive/2010/03/05/forum-maintenance-1268096400/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 15:45:47 +0000</pubDate>
		<dc:creator>PHLAK</dc:creator>
				<category><![CDATA[Anouncement]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Forum]]></category>
		<category><![CDATA[Scheduled Maintenance]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=737</guid>
		<description><![CDATA[We have a scheduled maintenance to upgrade the forums on Monday March 8th at 7pm. Please expect approximately one hour of down time. The blog will not be down at this time.]]></description>
			<content:encoded><![CDATA[<p>We have a scheduled maintenance to upgrade the forums on Monday March 8th at 7pm.  Please expect approximately one hour of down time.  The blog will not be down at this time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/03/05/forum-maintenance-1268096400/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aether Tap (BOM)</title>
		<link>http://www.phx2600.org/archive/2010/02/25/aether-tap-bom/</link>
		<comments>http://www.phx2600.org/archive/2010/02/25/aether-tap-bom/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 17:23:15 +0000</pubDate>
		<dc:creator>Penguin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Aether Tap]]></category>
		<category><![CDATA[bom]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=731</guid>
		<description><![CDATA[Forgot to post this earlier so here it is. I found a Mouser part number for everything except the reset switch I&#8217;m using which is just a simple SMD pushbutton. I have a project set up for this on Mouser, if anyone else has an account there and would like me to share the project [...]]]></description>
			<content:encoded><![CDATA[<p>Forgot to post this earlier so here it is.</p>
<p>I found a <a href="http://mouser.com/">Mouser</a> part number for everything except the reset switch I&#8217;m using which is just a simple SMD pushbutton.</p>
<p>I have a project set up for this on <a href="http://mouser.com/">Mouser</a>, if anyone else has an  account there and would like me to share the project let me know.</p>
<p><!--   		BODY,DIV,TABLE,THEAD,TBODY,TFOOT,TR,TH,TD,P { font-family:"Arial"; font-size:x-small } --></p>
<table border="0" cellspacing="0" rules="NONE">
<col width="57"></col>
<col width="163"></col>
<col width="105"></col>
<col width="166"></col>
<tbody>
<tr>
<td width="57" height="17" align="LEFT">Part</td>
<td width="163" align="LEFT">Value</td>
<td width="105" align="LEFT">Package</td>
<td width="166" align="LEFT">Mouser Part #</td>
</tr>
<tr>
<td height="17" align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
<td align="LEFT"></td>
</tr>
<tr>
<td height="17" align="LEFT">C1-10</td>
<td align="LEFT">0.1uF</td>
<td align="LEFT">0805</td>
<td align="LEFT">80-C0805C104M5R</td>
</tr>
<tr>
<td height="17" align="LEFT">C11-14</td>
<td align="LEFT">27pF</td>
<td align="LEFT">0805</td>
<td align="LEFT">140-CC501N270J-RC</td>
</tr>
<tr>
<td height="17" align="LEFT">C15-18</td>
<td align="LEFT">10uF</td>
<td align="LEFT">1206</td>
<td align="LEFT">74-293D106X96R3A2TE3</td>
</tr>
<tr>
<td height="17" align="LEFT">IC1</td>
<td align="LEFT">ENC28J60</td>
<td align="LEFT">SO28W</td>
<td align="LEFT">579-ENC28J60-I/SO</td>
</tr>
<tr>
<td height="17" align="LEFT">IC2</td>
<td align="LEFT">PIC24FJ64GA002</td>
<td align="LEFT">SO28W</td>
<td align="LEFT">579-PIC24FJ64GA002SO</td>
</tr>
<tr>
<td height="17" align="LEFT">IC3</td>
<td align="LEFT">LM317D2TG</td>
<td align="LEFT">D2PACK</td>
<td align="LEFT">863-LM317D2TG</td>
</tr>
<tr>
<td height="17" align="LEFT">ICSP</td>
<td align="LEFT">ICSP Header</td>
<td align="LEFT">1X6 Pin Header</td>
<td align="LEFT">538-22-28-8062</td>
</tr>
<tr>
<td height="17" align="LEFT">JP1-4</td>
<td align="LEFT">IO Header</td>
<td align="LEFT">1X3 Pin Header</td>
<td align="LEFT">517-2314-6111TG</td>
</tr>
<tr>
<td height="17" align="LEFT">JP5</td>
<td align="LEFT">Power Header</td>
<td align="LEFT">1X2 Pin Header</td>
<td align="LEFT">517-2314-6111TG</td>
</tr>
<tr>
<td height="17" align="LEFT">L1</td>
<td align="LEFT">60Ohm</td>
<td align="LEFT">0805</td>
<td align="LEFT">81-BLM21BB600SN1D</td>
</tr>
<tr>
<td height="17" align="LEFT">LED1-4</td>
<td align="LEFT">Green</td>
<td align="LEFT">0805</td>
<td align="LEFT">645-598-8170-107F</td>
</tr>
<tr>
<td height="17" align="LEFT">Q1</td>
<td align="LEFT">32Khz</td>
<td align="LEFT">MM20SS</td>
<td align="LEFT">695-CM200C-327KF-U</td>
</tr>
<tr>
<td height="17" align="LEFT">Q2</td>
<td align="LEFT">25Mhz</td>
<td align="LEFT">HC49UP</td>
<td align="LEFT">815-ABLS-25-B2</td>
</tr>
<tr>
<td height="17" align="LEFT">R1-2</td>
<td align="LEFT">2K0</td>
<td align="LEFT">0805</td>
<td align="LEFT">292-2.0K-RC</td>
</tr>
<tr>
<td height="17" align="LEFT">R3-7</td>
<td align="LEFT">390</td>
<td align="LEFT">0805</td>
<td align="LEFT">71-CRCW0805-390</td>
</tr>
<tr>
<td height="17" align="LEFT">R8</td>
<td align="LEFT">240</td>
<td align="LEFT">0805</td>
<td align="LEFT">71-CRCW0805-240</td>
</tr>
<tr>
<td height="17" align="LEFT">R9-12</td>
<td align="LEFT">49.9</td>
<td align="LEFT">0805</td>
<td align="LEFT">71-CRCW0805-49.9</td>
</tr>
<tr>
<td height="17" align="LEFT">RJ1</td>
<td align="LEFT">Ethernet Jack</td>
<td align="LEFT">RJ45</td>
<td align="LEFT">673-J1006F21</td>
</tr>
<tr>
<td height="17" align="LEFT">S1</td>
<td align="LEFT">PushButton</td>
<td align="LEFT">SMD</td>
<td align="LEFT">On Hand</td>
</tr>
<tr>
<td height="17" align="LEFT">SD1</td>
<td align="LEFT">SD Card Slot</td>
<td align="LEFT">MICROSD</td>
<td align="LEFT">517-2908-05WB-MG</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/02/25/aether-tap-bom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aether Tap (Toaster Oven Reflow)</title>
		<link>http://www.phx2600.org/archive/2010/02/24/aether-tap-toaster-oven-reflow/</link>
		<comments>http://www.phx2600.org/archive/2010/02/24/aether-tap-toaster-oven-reflow/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 18:23:51 +0000</pubDate>
		<dc:creator>Penguin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Aether Tap]]></category>
		<category><![CDATA[reflow]]></category>
		<category><![CDATA[Soldering]]></category>
		<category><![CDATA[toaster oven]]></category>

		<guid isPermaLink="false">http://www.phx2600.org/?p=718</guid>
		<description><![CDATA[Most of the passive components for this project are 0805 surface mount devices measuring 2.0 mm × 1.25 mm, anyone who has dealt with surface mount devices knows that they can be a real pain to solder, especially if you don&#8217;t have a variable temp iron with a small diameter tip, So for this project [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the passive components for this project are 0805 surface mount devices measuring 2.0 mm × 1.25 mm, anyone who has dealt with surface mount devices knows that they can be a real pain to solder, especially if you don&#8217;t have a variable temp iron with a small diameter tip, So for this project I decided to forgo that mess and purchase a slightly used toaster oven from a second hand store, unfortunately it is missing a knob but besides that its in pretty good shape.</p>
<p>The basic process goes something like this:<br />
1) Tin all your pads.<br />
2) Apply flux to your tinned pads.<br />
3) Stick the components where they go using tweezers / forceps using the flux as a sort of tacky glue.<br />
4) Heat the entire board until the solder &#8220;re-flows&#8221; and binds the components to the board.<br />
5)Immediately remove the board from the oven to prevent heat damage.</p>
<p>The key to toaster oven reflow is the temperature, basically you want to get to 180-190 Degrees Celsius without getting any higher than ~210 Degrees Celsius. At 180 Celsius most solder will begin to melt, by 190 it will all have become liquid, By 210 Many components will begin to burn, By 230 the entire board and copper substrate will begin to burn.</p>
<p>In the photo&#8217;s below you can see the toaster oven I used as well as a multimeter connected to a thermocouple device for monitoring the temperature inside the toaster oven. There are also a couple images of the final board minus some headers attached to a pic-kit 3 for programming.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-44-718">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-644" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.phx2600.org/wp-content/gallery/reflow/IMG_1577 (Large).JPG" title=" " class="thickbox" rel="set_44" >
								<img title="IMG_1577 (Large)" alt="IMG_1577 (Large)" src="http://www.phx2600.org/wp-content/gallery/reflow/thumbs/thumbs_IMG_1577 (Large).JPG" width="75" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-645" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.phx2600.org/wp-content/gallery/reflow/IMG_1578 (Large).JPG" title=" " class="thickbox" rel="set_44" >
								<img title="IMG_1578 (Large)" alt="IMG_1578 (Large)" src="http://www.phx2600.org/wp-content/gallery/reflow/thumbs/thumbs_IMG_1578 (Large).JPG" width="75" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-646" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.phx2600.org/wp-content/gallery/reflow/IMG_1580 (Large).JPG" title=" " class="thickbox" rel="set_44" >
								<img title="IMG_1580 (Large)" alt="IMG_1580 (Large)" src="http://www.phx2600.org/wp-content/gallery/reflow/thumbs/thumbs_IMG_1580 (Large).JPG" width="75" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-647" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.phx2600.org/wp-content/gallery/reflow/IMG_1590 (Large).JPG" title=" " class="thickbox" rel="set_44" >
								<img title="IMG_1590 (Large)" alt="IMG_1590 (Large)" src="http://www.phx2600.org/wp-content/gallery/reflow/thumbs/thumbs_IMG_1590 (Large).JPG" width="75" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-648" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.phx2600.org/wp-content/gallery/reflow/IMG_1591 (Large).JPG" title=" " class="thickbox" rel="set_44" >
								<img title="IMG_1591 (Large)" alt="IMG_1591 (Large)" src="http://www.phx2600.org/wp-content/gallery/reflow/thumbs/thumbs_IMG_1591 (Large).JPG" width="75" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.phx2600.org/archive/2010/02/24/aether-tap-toaster-oven-reflow/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
