<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>dmac blog</title>
<link>http://dmacattack.com/weblog/</link>
<description></description>
<copyright>Copyright 2006</copyright>
<lastBuildDate>Fri, 31 Mar 2006 23:44:43 -0600</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.17</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Accepted Password Characters Standard Please???</title>
<description><![CDATA[<p>I could be completely wrong, but to my knowledge there is not a Standard for accepted password characters.  For those of you that have ever developed an authentication/account management system on the web, you know that deciding what password characters you are going to accept is somewhat of a pain.  You want to protect against multiple types of injection attacks, yet still provide your users with as much flexibility as possible.  Every type of user input on your site is one more gateway to a malicious hay day.  </p>

<p>When developing your own system, the accepted password characters are up to you.  You make the decision based on what type of security you want to provide your users.  They choose the password that follows your guidelines and case dismissed.  Here is the show stopper.  What if the project you were developing actually managed passwords from other sites? Then you have to be able accept dang near every character there is yet still protect your users and yourself against injection attacks.  </p>

<p>When other sites (Some Big Names) allow characters such as:</p>

<p>' " < > ? { } ....</p>

<p>You are now forced to allow your users the ability to enter these characters so that you can manage their actual passwords.  Allowing these characters is like handing them a loaded gun and saying, "I trust you won't shoot me".</p>

<p>Using input sanitation techniques is out of the question.  Your normal password is stored after being ran through a <a href="http://en.wikipedia.org/wiki/Hash_function">Hash Function</a> (md5, sha1, sha256, etc).  Your sanitation strips characters for protection and creates the hash.  Repeating this process every time the user enters their password will result in the hashes matching and the user will authenticate.  The user never knows that characters are actually being stripped.  When using <a href="http://en.wikipedia.org/wiki/Symmetric_key_algorithm">Symmetric Key Algorithms</a> such as TDES and AES, your recovered clear text must match the users initial submitted clear text.  See the problem??</p>

<p>There are ways around these problems and I use them quite regularly, however a strict password character standard could solve all our woes.</p>]]></description>
<link>http://dmacattack.com/weblog/archives/2006/03/accepted_passwo.php</link>
<guid>http://dmacattack.com/weblog/archives/2006/03/accepted_passwo.php</guid>
<category>TechTalk</category>
<pubDate>Fri, 31 Mar 2006 23:44:43 -0600</pubDate>
</item>
<item>
<title>Bye Bye Bible Run</title>
<description><![CDATA[<p>The Bible Run has officially been ended by yours truly.  I gave it the  old "rm -rf" for the geeks out there.  I am as much to blame as everyone else.  I honestly think that Sozo would have been the only one to stick with it (Great Job Bro).  A straight through reading of the bible is probably not the best approach.  I hope many of you are still reading the bible daily.  It was fun while it lasted.</p>]]></description>
<link>http://dmacattack.com/weblog/archives/2006/03/bye_bye_bible_r.php</link>
<guid>http://dmacattack.com/weblog/archives/2006/03/bye_bye_bible_r.php</guid>
<category>Ministry</category>
<pubDate>Sun, 19 Mar 2006 19:32:22 -0600</pubDate>
</item>
<item>
<title>It has been a while</title>
<description><![CDATA[<p>I figured I would make post and catch everyone up.  As you probably already know I have not made a post in sometime.  I have been pouring blood, sweat, and tears into an "Identity Protection Suite" I like to call DEFYGO.  We are currently finishing up some of the latest features and we are getting ready to do some advanced testing.  Basically, I am going to try to break it every way I can so that we can debug as much as possible.  After about 10,000+ lines of Server/Client side code, it is nice to finally do some testing.  Who knows, it might just be available for download in the near future.  Expect a link!  </p>]]></description>
<link>http://dmacattack.com/weblog/archives/2006/03/it_has_been_a_w.php</link>
<guid>http://dmacattack.com/weblog/archives/2006/03/it_has_been_a_w.php</guid>
<category>MyBabblings</category>
<pubDate>Wed, 08 Mar 2006 14:37:00 -0600</pubDate>
</item>
<item>
<title>Are you up for the CHALLENGE??</title>
<description><![CDATA[<p>I am personally challenging all those who read my blog to join "The Bible Run".  It is a little idea that I have come up with and want to share with all those that are interested.  The question is, "Can You Handle It".</p>

<p><a href="http://www.dmacattack.com/the_bible_run/">CLICK HERE FOR MORE</A></p>]]></description>
<link>http://dmacattack.com/weblog/archives/2006/01/are_you_up_for.php</link>
<guid>http://dmacattack.com/weblog/archives/2006/01/are_you_up_for.php</guid>
<category>Ministry</category>
<pubDate>Sat, 28 Jan 2006 19:25:07 -0600</pubDate>
</item>
<item>
<title>Are you in my class?</title>
<description><![CDATA[<p>I just found out about 5 minutes ago that I am officially teaching "Network Systems Security I" online for the Telecommunications Systems Management program at Murray State University.  The class number is TSM 352 and it is only taken by students who are specializing in InfoSec. This is an exciting opportunity and I plan teach more classes next semester.</p>

<p>Addition:  I wanted to clarify that I am actually teaching this online.</p>]]></description>
<link>http://dmacattack.com/weblog/archives/2006/01/are_you_in_my_c.php</link>
<guid>http://dmacattack.com/weblog/archives/2006/01/are_you_in_my_c.php</guid>
<category>TechTalk</category>
<pubDate>Fri, 13 Jan 2006 16:51:38 -0600</pubDate>
</item>
<item>
<title>It&apos;s Nice To Be Noticed</title>
<description><![CDATA[I was browsing the "Internets" when I came across the <a href="http://www.aks-labs.com/blog/">"Applied Computer Security Blog"</a>. It is a blog ran by the folks over at <a href="http://www.findprotected.com">Find Protected</a>.  Two particular posts they made grabbed my attention.  They are as follows:
<ul>
<li><a href="http://www.aks-labs.com/blog/2005/10/09/weakest-link-in-security-strategy.html">Weakest Link In Security Strategy</a></li>
<li><a href="http://www.aks-labs.com/blog/2005/12/18/we-must-transform-our-way-of-thinking.html">We Must Transform Our Way of Thinking</a></li>
</ul>
 Both of these posts referenced an article I wrote here on the blog titled <a href="http://www.dmacattack.com/weblog/archives/2005/05/the_day_when_se.html">"The Day When Security and Laziness Combine"</a>.  You never know when people are actually reading the things you type.  ]]></description>
<link>http://dmacattack.com/weblog/archives/2006/01/its_nice_to_be.php</link>
<guid>http://dmacattack.com/weblog/archives/2006/01/its_nice_to_be.php</guid>
<category>TechTalk</category>
<pubDate>Sun, 08 Jan 2006 20:12:31 -0600</pubDate>
</item>
<item>
<title>You Almost Got Me Steve</title>
<description><![CDATA[<p>For those of you that don't know <a href="http://www.smizell.com">Steve</a>, you are really missing out.  There is one unique thing about Steve.  He loves to do webdev and has a way of talking you into diving into random projects.  Recently, he tricked me into wanting to code my own blogging software.  This can be really simple, but for those of you that know me, I have to go all out.  So I spent a few hours laying out my tables and thinking about the features I wanted to add.  I spent a little while thinking about the things that I like in both Movable Type and WordPress.  After the brainstorming conceptual design phases I asked myself, "WHAT THE HECK AM I DOING. WHY AM I RE-INVENTING THE WHEEL".  </p>

<p>I need a webdev project, but this is not the answer.  Got anything else Steve??</p>]]></description>
<link>http://dmacattack.com/weblog/archives/2006/01/you_almost_got.php</link>
<guid>http://dmacattack.com/weblog/archives/2006/01/you_almost_got.php</guid>
<category>TechTalk</category>
<pubDate>Fri, 06 Jan 2006 16:10:01 -0600</pubDate>
</item>
<item>
<title>Giving The House A Makeover</title>
<description><![CDATA[The wife and I both have this week off and have decided to give our house a bit of a makeover.  The current agenda is as follows:
<br />
<ul>
<li><a href="http://www.lowes.com/lowes/lkn?action=productDetail&amp;productId=114760-000000068-12380&amp;lpage=none">Spackle</a> and sand a few rough spots on our walls to prepare for painting</li>
<li>Paint the Kitchen Sage Green</li>
<li>Paint the accent wall that connects to the vaulted ceiling in our living room maroon</li>
<li>Put up <a href="http://www.closetmaid.com">ClosetMaid</a> Shelving in the Garage for more storage</li>
<li>Put up some additional ClosetMaid shelves in our closets</li>
<li>Paint the back bedroom (color not decided) and make it the Office (e-Liberty Headquarters)</li>
<li>Make the current office a smaller guest bedroom</li>
<li>Re-Paint the baseboards in most of the house</li>
<li><a href="http://www.lowes.com/lowes/lkn?action=productDetail&amp;productId=45550-000000807-153-4809&amp;lpage=none">KILz</a> a few spots on our ceilings</li>
<li>Put a better floor and a light in our attic storage</li>
</ul>
<br />
This is definitely a hefty work load, however I plan on finishing it this week.  It really reminds me of the two years I spent working for McCallum's Custom Paint and Decorating.  I was 12/13 years old at the time.  Wish me luck and hopefully it will be ready to see at the next Monday night gathering.]]></description>
<link>http://dmacattack.com/weblog/archives/2005/12/giving_the_hous.php</link>
<guid>http://dmacattack.com/weblog/archives/2005/12/giving_the_hous.php</guid>
<category>MyBabblings</category>
<pubDate>Tue, 27 Dec 2005 09:13:39 -0600</pubDate>
</item>
<item>
<title>Removing Friend Links</title>
<description><![CDATA[<p>I have noticed recently that two links in my friends section, "BrownHosting" and "Brian's Blog", have been giving me errors.  I am taking them down for now.  Brian and Heath, if you get a site up going soon let me know and I will link you again.</p>]]></description>
<link>http://dmacattack.com/weblog/archives/2005/12/removing_friend.php</link>
<guid>http://dmacattack.com/weblog/archives/2005/12/removing_friend.php</guid>
<category>TechTalk</category>
<pubDate>Mon, 26 Dec 2005 09:33:37 -0600</pubDate>
</item>
<item>
<title>My Christmas Rant</title>
<description><![CDATA[Lately I have come to the realization that I rarely use my blog as a ranting ground.  After all, it is my blog and these actions are fully justified.  So I dedicate this RANT to my cousin <a href="http://johnolh.blogspot.com">johno</a>.
<br /><br />
Ok, so in the last few days my wife had a very strange conversation in which she was told that many Church of Christ do not celebrate Christmas as Christ's birth.  Instead they celebrate it as a time of giving, friends, family, and even Santa.  These are all good reasons for the season, however I had never heard that they didn't celebrate Christ's birth.  I was completely surprised.
<br /><br />
The individual that supported this gave us a few reasons.  I also did a little online research and from all of this I was able to come up with 3 common reasons why SOME (not all) COC's don't celebrate Christ's Birth on Christmas.  They are as follows:
<ul>
<li>Christ was not born in the winter months, he was born in the spring. We know this, as we know when Jews were to pay taxes and Mary and Joseph were going to pay taxes at the time of Jesus’ birth.</li>
<li>Nowhere in the Bible are we asked, commanded or encouraged to celebrate Christ's birth.</li>
<li>December and the Solstice was a Pagan celebration and Catholics borrowed it to celebrate a special Mass or Christ-mas and as such is not a Christian activity. My church celebrates Christ's life everyday of the year, with no day being greater than another.</li>
</ul>
So the RANT starts here.<br />
<blockquote>
Christ was not born in the winter months, he was born in the spring. We know this, as we know when Jews were to pay taxes and Mary and Joseph were going to pay taxes at the time of Jesus’ birth.</blockquote>
<br />
HAHA, so apparently you are not allowed to celebrate anything unless it is historically accurate down to the day.  Assuming this stipulation is a good reason, we need to go ahead and throw out about half of the other days we celebrate over the year.  After all, we are not 100% sure of the exact time of the year of many of them so there is no need to celebrate them.  Historical accuracy is the trump card.  Oh yeah, lets not forget about the Sabbath that you still celebrate on Sunday.  In case you have forgot, Sunday is the first day of the week and God rested on the 7th.  Why are you not moving your services to Saturday??  I guess it was just easier to worship on Sunday with everybody else.  But Christ's Birth??? I guess you will selectively put your foot down on that one.  Moving on..
<br /><br />
<blockquote>nowhere in the Bible are we asked, commanded or encouraged to celebrate Christ's birth.
</blockquote>
<br /><br />
This is my favorite of the 3 points.  Have you asked, commanded or encouraged anyone to celebrate your birthday lately??  You better make sure you get those requests out or WE WILL NOT CELEBRATE IT THIS YEAR!!! After all, we are not going to go above or beyond the call of duty here.  I am almost sure that if Christ wanted his birthday celebrated he would have taken time out while on the Cross to let us know....right??  I am going to have to throw the Bull Crap flag on this one.  Is it even necessary for me to explain how ridiculous this sounds?  As a human my purpose is to Glorify God.  Occasionally, I like to take time to worship him and praise his name without being asked!!  What glory lies in actions that are only to fulfill orders or requests??
<br /><br />
Lastly..<br />
<blockquote>
December and the Solstice was a Pagan celebration and Catholics borrowed it to celebrate a special Mass or Christ-mas and as such is not a Christian activity. My church celebrates Christ's life everyday of the year, with no day being greater than another.
</blockquote>

<br /><br />
This is almost as good as the last one.  So basically they are saying that Catholics decided to create a Christian celebration during a very popular Pagan celebration.  Wow!! That sounds like a really bad idea.  UMM NO!  That sounds like a great idea and a great evangelism tool.  Why do so many churches have activities on Halloween??  You think this might be for the same reason?
<br /><br />
On top of this, you’re saying that Catholics "borrowed" it.  I ask you, are you still celebrating Christmas?  Oh yeah, that’s right you are.  I guess you "borrowed" it from the Catholics to celebrate giving, friends, family and even Santa.  You also improved it by removing that horrible tradition of celebrating Christ's birth.  And all because you "celebrate Christ's life everyday of the year, with no day being greater than another."  This is a decent policy I have to say.  So in support of this belief they don't celebrate Easter either right??  Oh wait, They DO!!  
<br /><br />
I would not have made this post if they would show their true beliefs by not celebrating Christmas.  Instead they choose to celebrate it by making it very clear that Christ's Birth is not the reason.
<br /><br />
I wish you all a VERY MERRY CHRISTMAS from the bottom of my Christ's Birthday Celebrating Heart!!  Jesus didn't ask for it, but he is sure going to get it.  I guess we will call this Birthday Celebration a Surprise and maybe he will forgive us for not getting the day perfect.  Afterall, he is in the forgiving business.]]></description>
<link>http://dmacattack.com/weblog/archives/2005/12/my_christmas_ra.php</link>
<guid>http://dmacattack.com/weblog/archives/2005/12/my_christmas_ra.php</guid>
<category>Ministry</category>
<pubDate>Fri, 23 Dec 2005 15:23:38 -0600</pubDate>
</item>
<item>
<title>A Brief Update</title>
<description><![CDATA[As many of you have probably noticed, it has been a while since I have updated the blog.  So I decided to drop in on it for a little while to implement a new style, xhtml validation once again, and this post.  Over the past few months I have been a busy man to say the least.
<br /><br />
<ul>
<li>Did a complete site redesign on <a href="http://e-liberty.org">e-Liberty.org</a>.  We are getting ready to bring it out of its dorment stage in the near future.</li>
<li>Co-Authored an Identity Protection Suite with <a href="http://yankisms.blogspot.com/">Craig</a> that will be available free on e-Liberty.org in the near future. It is aproximately 7000 lines of code (server side and client side combined).</li>
<li>Learned a great deal of PHP</li>
<li>Just finished my last homework assignment of my undergraduate life an hour ago.</li>
</ul>
<br /><br />
I am sure there are a few more things that probably need to be mentioned, but my brain is currently mush.  ]]></description>
<link>http://dmacattack.com/weblog/archives/2005/12/a_brief_update.php</link>
<guid>http://dmacattack.com/weblog/archives/2005/12/a_brief_update.php</guid>
<category>MyBabblings</category>
<pubDate>Thu, 08 Dec 2005 23:59:38 -0600</pubDate>
</item>
<item>
<title>Office Terminology Explained</title>
<description><![CDATA[<p>Lately I have realized that the talk around the office would almost appear as if encrypted to the unstrained ear.  I wanted to take a little time to explain some of the words.</p>

<p><strong>Gross:</strong><br />
Dictionary: Offensive; disgusting<br />
Office: used to describe a geek form of creativity</p>

<p><strong>Disgusting:</strong><br />
Dictionary:  To excite nausea or loathing in; sicken<br />
Office: used to describe a geek form of unprecedented creativity</p>

<p><strong>Boughetto:</strong><br />
Dictionary:  N/A<br />
Office: a mixture of boughy(French term for rich, fancy, etc) and ghetto(urban term for opposite of boughy)  EX. Authenticating a user by passing credentials to a webpage and then searching for the text "You have successfully logged in" on an authentication page instead of checking it against an encrypted password file is boughetto.</p>

<p><strong>Huge:</strong><br />
Dictionary:  Of exceedingly great size, extent, or quantity<br />
Office: Used to describe a major geek breakthrough.  When used properly it is pronounced more like Hewge!</p>

<p><strong>Hu Huuu:</strong><br />
Dictionary:  ???<br />
Office: Vocal Yelp to relay to others that a time of celebration is at hand in regards to a major geek breakthrough.  This is performed by the individual experiencing the breakthrough screaming "Can I get A" and a co-worker is responsible for yelping "Hu HUUUU".  Leaving someone hanging on a Hu HUUU is punishable by mandatory use of IE for a week (New Policy).</p>

<p><strong>Nuts:</strong><br />
Dictionary:  An indehiscent, hard-shelled, one-loculated, one-seeded fruit, such as an acorn or hazelnut<br />
Office: Used to praise geek efforts, but it really means I don't have time to think about it right now NEXT!</p>

<p><strong>Jim McPete(Totty I may have the spelling wrong):</strong><br />
Dictionary:  Some Dude???<br />
Office: A glorious use of the up yours signal.  Ex.  Man, you should give that jerk the Jim McPete!</p>

<p>I know I have to be leaving something out.  Is there anything else guys??</p>]]></description>
<link>http://dmacattack.com/weblog/archives/2005/10/office_terminol.php</link>
<guid>http://dmacattack.com/weblog/archives/2005/10/office_terminol.php</guid>
<category>MyBabblings</category>
<pubDate>Fri, 21 Oct 2005 16:02:20 -0600</pubDate>
</item>
<item>
<title>I got a bone to pick!</title>
<description><![CDATA[<p>As you all know, many Americans have experience disaster due to hurricane Katrina and Rita.  I am very happy to see many people lending a helping hand.  However, I am somewhat disappointed in the reaction I have seen in many Christians (or at least they call themselves one).  I have heard them say that this is God's punishment on a sinful society or maybe it will teach them a lesson.  My question is, maybe the hurricane victims are not the ones being tested here.  Maybe God is testing Christians to see if they will get off their judgmental butts long enough to lend a helping hand in the name of the Lord.  It's just a thought.</p>

<p>Disgruntled Minister<br />
</p>]]></description>
<link>http://dmacattack.com/weblog/archives/2005/10/i_got_a_bone_to.php</link>
<guid>http://dmacattack.com/weblog/archives/2005/10/i_got_a_bone_to.php</guid>
<category>Ministry</category>
<pubDate>Tue, 11 Oct 2005 09:43:02 -0600</pubDate>
</item>
<item>
<title>Nice Sign!</title>
<description><![CDATA[<p><img src="http://www.dmacattack.com/weblog/images/churchsign.jpg" alt="Church Sign" /></p>

<p>You know you like that!</p>]]></description>
<link>http://dmacattack.com/weblog/archives/2005/09/nice_sign.php</link>
<guid>http://dmacattack.com/weblog/archives/2005/09/nice_sign.php</guid>
<category>Ministry</category>
<pubDate>Fri, 30 Sep 2005 15:17:37 -0600</pubDate>
</item>
<item>
<title>Bypassing Firewall Restrictions using Shunnels (IRC)</title>
<description><![CDATA[I'm probably going to regret showing how simple it is to get around firewall restrictions, but here it is.  This is also a learning experience for administrators.  The first thing you have to remember is that it is "all about the traffic".  A firewall blocks most traffic based on patterns.  For demonstration purposes I am going to use IRC as an example due to it being blocked behind many firewalls.
<br /><br />
First, you must realize that if you can Masquerade IRC to look like an accepted protocol then you GOT IT!  This is how easy it is using a SSH tunnel AKA Shunnel.  
<br /><br />
<strong>Technology needed:</strong>
<ul>
<li>SSH Service to computer outside the firewalled network: <a href="http://www.openssh.com/">Linux OpenSSH</a>, <a href="http://sshwindows.sourceforge.net/">Windows OpenSSH</a></li>
<li>Putty (SSH client): download <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">here</a></li>
<li>One .BAT File (we will create this later)</li>
</ul> 
<br /><br />
<strong>Step 1:</strong> 
Acquire an SSH service outside the firewalled network.  You can use the SSH service for you web hosting or you can install one on a home computer using OpenSSH.  If you are going to setup one at home I recommend using OpenSSH for Windows due to its simplicity and ease of setup (those of you that have Linux boxes feel free to use OpenSSH for Linux).  Below are instructions for installing OpenSSH on a Windows Box.
<br /><br />
<strong>Installing OpenSSH on Windows:</strong>
<ul>
<li>Download the .zip file linked above and unzip it</li>
<li>Run setupssh.exe</li>
<li>Choose to install the client and the server</li>
<li>Now open command prompt and move to C:\Program Files\OpenSSH\bin</li>
<li>Once you are there type the following two commands separately: "mkgroup -l > ..\etc\group" then "mkpasswd -l > ..\etc\passwd"</li>
<li>Now that the install is finished you must start your server.  Open the command prompt and type "net start opensshd".  To stop the server type "net stop opensshd".  You can also create a .bat file with the start command and link it to the Windows Startup Folder if you would like for your server to start automatically on windows boot.</li>
</ul> 
<br /><br />
At this point you should have a SSH connection outside the firewalled network.  If you set this up at home without a static IP I recommend creating an account at <a href="http://www.dyndns.org">DynDns.org</a>.  They will provide you with a free domain name and a client to update your current IP when changed.
<br /><br />
<strong>Step 2:</strong>
Download Putty to a Directory on your computer.
<br /><br />
<strong>Step 3:</strong>
Open up Notepad and type the following line:
<br /><br />
Putty -D 1080 -P 22 -ssh your.domain.com
<br /><br />
"your.domain.com" is the domain of the computer outside the firewalled network that you’re ssh is hosted on.  It can also be the IP address.  Save this file as IRCshunnel.bat in the same directory as Putty.
<br /><br />
<strong>Step 4:</strong>
Now you must configure your IRC client.  We will be using <a href="http://www.mirc.com/">mIRC</a> for our IRC client.  Click the option button or navigate to View-Options.  Under "Connect" on the left sidebar click on "Firewall" and configure as follows:
<br /><br />
<img src="http://www.dmacattack.com/weblog/images/IRCconfig.JPG" alt="IRC Config" />
<br /><br />
Also, make sure that you fill in your information under "Connect".  Example as follows:
<br /><br />
<img src="http://www.dmacattack.com/weblog/images/IRCconfig2.JPG" alt="IRC Config 2" />
<br /><br />
You have now done everything necessary to begin your chat on IRC.  Initiate the session as follows:
<ul>
<li>Click the IRCshunnel.bat</li>
<li>It will open Putty and prompt you for a username and pass for the SSH connection.  Enter your username name and pass.</li>
<li>At this point you should have Putty open to a prompt on your ssh machine outside the firewalled network.  Leave this open.  DO NOT CLOSE IT!!!  You can minimize it if you want to.</li>
<li>Lastly, Open mIRC and connect to your favorite server.</li>
</ul>
<br /><br />
Don't be afraid to smile when you finally get to chat on IRC again.  If you have any problems setting this up just leave me a comment and I will try to help you out.
<br /><br />
<strong>Other Suggestions:</strong>
If your firewall does not allow outgoing SSH or If you just want to show off, open the config file for you’re SSH server and edit it to listen on port 443 instead of 22.  Then edit your batch file to the following:
<br /><br />
Putty -D 1080 -P 443 -ssh your.domain.com
<br /><br />
This will make your Shunnel appear as if it is a HTTPS connection which is allowed to pass on most all firewalls.
<br /><br />
This Shunneling technique is not limited to IRC.  It works with anything that allows a Sock4 or Socks5 configuration.  You can create other .Bat files for Internet Explorer, Firefox, and other messaging clients.  Configure their SOCKS proxy settings to point to server 127.0.0.1 and the port of your choice (make sure to edit the port in you .BAT file).  You will then use the IP of your home computer when using these programs.]]></description>
<link>http://dmacattack.com/weblog/archives/2005/09/bypassing_firew.php</link>
<guid>http://dmacattack.com/weblog/archives/2005/09/bypassing_firew.php</guid>
<category>TechTalk</category>
<pubDate>Tue, 06 Sep 2005 08:15:44 -0600</pubDate>
</item>


</channel>
</rss>