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

<channel>
	<title>My Piece of Mind</title>
	<atom:link href="http://alex13cp.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://alex13cp.wordpress.com</link>
	<description>Random Thoughts From A Stale Mind</description>
	<lastBuildDate>Fri, 15 Jul 2011 10:03:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='alex13cp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Piece of Mind</title>
		<link>http://alex13cp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://alex13cp.wordpress.com/osd.xml" title="My Piece of Mind" />
	<atom:link rel='hub' href='http://alex13cp.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SQL SERVER 2005 – How To Search Strings In All The Stored Procedure Of Your Database</title>
		<link>http://alex13cp.wordpress.com/2011/07/15/sql-server-2005-%e2%80%93-how-to-search-strings-in-all-the-stored-procedure-of-your-database/</link>
		<comments>http://alex13cp.wordpress.com/2011/07/15/sql-server-2005-%e2%80%93-how-to-search-strings-in-all-the-stored-procedure-of-your-database/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 10:03:34 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[SQL SERVER]]></category>
		<category><![CDATA[SQL SERVER 2005]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/?p=126</guid>
		<description><![CDATA[I had a requirement that actually made me for a paticular string in all of my STORED PROCEDURE in my database. After doing a little googling i came across this little snippet of query which was the simplest to use and understand. You can also use it for serching , just replace the string &#8220;Any [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=126&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a requirement that actually made me for a paticular string in all of my STORED PROCEDURE in my database.<br />
After doing a little googling i came across this little snippet of query which was the simplest to use and understand.<br />
You can also use it for serching , just replace the string &#8220;Any String You Want To Search&#8221; with any string you want to search and wallah .</p>
<p>SELECT OBJECT_NAME(id)<br />
    FROM syscomments<br />
    WHERE [text] LIKE &#8216;%Any String You Want To Search%&#8217;<br />
    AND OBJECTPROPERTY(id, &#8216;IsProcedure&#8217;) = 1<br />
    GROUP BY OBJECT_NAME(id)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=126&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2011/07/15/sql-server-2005-%e2%80%93-how-to-search-strings-in-all-the-stored-procedure-of-your-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>
	</item>
		<item>
		<title>Add Copy To And Move To Options Whenever U Right Click On A File.</title>
		<link>http://alex13cp.wordpress.com/2009/09/15/add-copy-to-and-move-to-options-whenever-u-right-click-on-a-file/</link>
		<comments>http://alex13cp.wordpress.com/2009/09/15/add-copy-to-and-move-to-options-whenever-u-right-click-on-a-file/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 08:50:37 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/?p=111</guid>
		<description><![CDATA[Once done, you will be able to right click any file or folder and use the Browse for Folder dialog to choose the location you want to move or copy your file or folder to, without having to go to the destination path, its cool! First we will add the copy and move options to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=111&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3></h3>
<div id="attachment_110" class="wp-caption alignnone" style="width: 237px"><img class="size-full wp-image-110" title="Right Click Menu" src="http://alex13cp.files.wordpress.com/2009/09/untitled.jpg?w=227&#038;h=534" alt="Right Click Menu" width="227" height="534" /><p class="wp-caption-text">Right Click Menu</p></div>
<p>Once done, you will be able to right click any file or folder and use the Browse for Folder dialog to choose the <a href="http://click.adbrite.com/mb/click.php?sid=545940&amp;banner_id=12727577&amp;variation_id=1414414&amp;uts=1252308841&amp;cpc=302e30323134&amp;keyword_id=2963469&amp;inline=y&amp;ab=168296551&amp;sscup=a100a3aed2fbeab5e6095199183df196&amp;sscra=225c20ada77609e24f1867d27c1761ca&amp;ub=3537151444&amp;guid=dda774fd-48ff-4c27-919b-ca2a01ba3eeb&amp;odc=svx&amp;rs=&amp;r=" target="_top">location</a> you want to move or copy your file or folder to, without having to go to the destination path, its cool!</p>
<p>First we will add the copy and move options to the right click menu of all FILES.</p>
<p>CLICK Start&gt;Run, type REGEDIT and click OK to open up the registry editor and make your way to this key:</p>
<p>HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers</p>
<p>Right click the ContextMenuHandlers key and choose New&gt;Key.<br />
Name the new key “Copy To” (without the quotes).<br />
Repeat the above and create another new key named Move To.</p>
<p>You should now have two new subkeys under the ContextMenuHandlers key:</p>
<p>HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Copy To<br />
HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Move To</p>
<p>Select the Copy To key and in the right hand pane, double click “Default”<br />
Enter this clsid value as the value data:</p>
<p>{C2FBB630-2971-11d1-A18C-00C04FD75D13}</p>
<p>Next , select the Move To key and in the right hand pane set the default value to:</p>
<p>{C2FBB631-2971-11d1-A18C-00C04FD75D13}</p>
<p>This now takes care of the Copy and Move options for the right click context menu of all your files.<br />
Now all that is left is to add the same options to the right click menu of all your folders.<br />
The procedure will be the same as for files but at a different key:</p>
<p>HKEY_CLASSES_ROOT\Directory\shellex\ContextMenuHan dlers</p>
<p>Right click ContextMenuHandlers and create a new key named Copy To.<br />
Right click it again and create another new key named Move To.</p>
<p>left click on the right hand pane, add the same default values as you did for Files:</p>
<p>For Copy To:<br />
{C2FBB630-2971-11d1-A18C-00C04FD75D13}<br />
For the Move To:<br />
{C2FBB631-2971-11d1-A18C-00C04FD75D13}</p>
<p>Exit the registry and you are done.</p>
<p>Now when you right click on a file or folder, you should see two new options: Copy to Folder and Move to Folder</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=111&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2009/09/15/add-copy-to-and-move-to-options-whenever-u-right-click-on-a-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>

		<media:content url="http://alex13cp.files.wordpress.com/2009/09/untitled.jpg" medium="image">
			<media:title type="html">Right Click Menu</media:title>
		</media:content>
	</item>
		<item>
		<title>Approximation = Whole ?</title>
		<link>http://alex13cp.wordpress.com/2009/09/07/approximation-whole/</link>
		<comments>http://alex13cp.wordpress.com/2009/09/07/approximation-whole/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 04:48:03 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[0.999...]]></category>
		<category><![CDATA[confusing]]></category>
		<category><![CDATA[maths]]></category>
		<category><![CDATA[recurring decimals]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/?p=103</guid>
		<description><![CDATA[X = 0.999… 10X = 0.999… 10X-X = 0.999… -9.999… 9X = 9 X = 1 0.999… = 1 This is not a trick it actually holds in mathematics Here&#8217;s a joke to end it Q: How many mathematicians does it take to screw in a lightbulb? A: 0.999999….<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=103&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td width="67" valign="top">
<p style="text-align:center;"><strong>X</strong></p>
</td>
<td width="24" valign="top">
<p align="center"><strong>=</strong></p>
</td>
<td width="144" valign="top">
<p align="center"><strong>0.999…</strong></p>
</td>
</tr>
<tr>
<td width="67" valign="top">
<p align="center"><strong>10X</strong></p>
</td>
<td width="24" valign="top">
<p align="center"><strong>=</strong></p>
</td>
<td width="144" valign="top">
<p align="center"><strong>0.999…</strong></p>
</td>
</tr>
<tr>
<td width="67" valign="top">
<p align="center"><strong>10X-X</strong></p>
</td>
<td width="24" valign="top">
<p align="center"><strong>=</strong></p>
</td>
<td width="144" valign="top">
<p align="center"><strong>0.999… -9.999…</strong></p>
</td>
</tr>
<tr>
<td width="67" valign="top">
<p align="center"><strong>9X</strong></p>
</td>
<td width="24" valign="top">
<p align="center"><strong>=</strong></p>
</td>
<td width="144" valign="top">
<p align="center"><strong>9</strong></p>
</td>
</tr>
<tr>
<td width="67" valign="top">
<p align="center"><strong>X</strong></p>
</td>
<td width="24" valign="top">
<p align="center"><strong>=</strong></p>
</td>
<td width="144" valign="top">
<p align="center"><strong>1</strong></p>
</td>
</tr>
<tr>
<td width="67" valign="top">
<p align="center"><strong>0.999…</strong></p>
</td>
<td width="24" valign="top">
<p align="center"><strong>=</strong></p>
</td>
<td width="144" valign="top">
<p align="center"><strong>1</strong></p>
</td>
</tr>
</tbody>
</table>
<p style="text-align:center;"><strong><br />
This is not a trick it actually holds in mathematics</strong></p>
<p style="text-align:center;">
<p style="text-align:left;"><strong>Here&#8217;s a joke to end it</strong></p>
<p><strong> </strong></p>
<p><strong>Q: How many mathematicians does it take to screw in a lightbulb?</strong></p>
<p><strong>A: 0.999999….</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=103&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2009/09/07/approximation-whole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 10 Fuzzing Tools</title>
		<link>http://alex13cp.wordpress.com/2009/09/07/top-10-fuzzing-tools/</link>
		<comments>http://alex13cp.wordpress.com/2009/09/07/top-10-fuzzing-tools/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 04:24:34 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Information And Tools for Computer Security Professionals]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[Application Testing]]></category>
		<category><![CDATA[Fuzzing]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Top 10]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/?p=99</guid>
		<description><![CDATA[1. SPIKE Proxy It is a professional-grade tool for looking for application-level vulnerabilities in web applications. SPIKE Proxy covers the basics, such as SQL Injection and cross-site-scripting, but it’s completely open Python infrastructure allows advanced users to customize it for web applications that other tools fall apart on. SPIKE Proxy is available for Linux and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=99&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. <a href="http://www.immunitysec.com/resources-freesoftware.shtml">SPIKE Proxy </a><br />
It is a professional-grade tool for looking for application-level vulnerabilities in web applications. SPIKE Proxy covers the basics, such as SQL Injection and cross-site-scripting, but it’s completely open Python infrastructure allows advanced users to customize it for web applications that other tools fall apart on. SPIKE Proxy is available for Linux and Windows.</p>
<p>2. <a href="http://www.owasp.org/index.php/OWASP_WebScarab_NG_Project">WebScarab</a><br />
WebScarab is a framework for analyzing applications that communicate using the HTTP and HTTPS protocols. It is written in Java, and is thus portable to many platforms. WebScarab has several modes of operation, implemented by a number of plugins.<br />
Parameter fuzzer plugin performs automated substitution of parameter values that are likely to expose incomplete parameter validation, leading to vulnerabilities like Cross Site Scripting (XSS) and SQL Injection.</p>
<p>3. <a href="http://www.portswigger.net/intruder/">Burp Intruder</a><br />
Burp intruder is a highly configurable java web application security tool and can be used to automate a wide range of attacks against applications, including testing for common web application  vulnerabilities such as SQL injection, cross-site scripting, buffer overflows and directory traversal; brute force attacks against authentication schemes; enumeration; parameter manipulation; trawling for hidden content and functionality; session token sequencing and session hijacking; data mining; concurrency attacks; and application-layer denial-of-service attacks.</p>
<p>4. <a href="http://wapiti.sourceforge.net/">Wapiti</a><br />
Wapiti allows you to audit the security of your web applications.It performs &#8220;black-box&#8221; scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable.<br />
5. <a href="http://rfuzz.rubyforge.org/">RFuzz The Web Destroyer</a><br />
RFuzz is a Ruby library to easily test web applications from the outside using a fast HttpClient and wicked evil RandomGenerator allowing the average programmer to use advanced fuzzing techniques for just pennies a day.</p>
<p>6. <a href="http://www.owasp.org/index.php/Category:OWASP_WSFuzzer_Project">OWASP WSFuzzer</a><br />
WSFuzzer is a GPL’d program, written in Python, that currently targets Web Services. In the current version HTTP based SOAP services are the main target. This tool was created based on, and to automate, some real-world manual SOAP pen testing work.</p>
<p>7. <a href="http://www.spidynamics.com/products/webinspect/index.html">SPI Fuzzer</a> (member of SPI Dynamics WebInspect suite)<br />
It identifies buffer overflows using HTTP fuzzing or modification of input variables.Trial version available for download.</p>
<p>8.<a href="http://www.sensepost.com/research/suru/"> Suru Web Proxy</a><br />
Suru gives the analyst the ability to fuzz ANY part of the HTTP request. This obviously includes GET and POST parameters, but can also be extended to Host: fields, Content-length: etc. The analyst can choose to fuzz any point of the HTTP request header or body. These &#8220;Fuzz control points&#8221; can be fuzzed with any value – and Suru includes some sample fuzz strings by default.</p>
<p>9.<a href="http://www.watchfire.com/products/appscan/appscan.aspx"> AppScan</a><br />
AppScan scans and tests for all common web application vulnerabilities – including those identified in the WASC threat classification – such as SQL-Injection, Cross-Site Scripting and Buffer Overflow.</p>
<p>10. <a href="http://michaeldaw.org/projects/asp-auditor-v2/">ASP Auditor</a><br />
The purpose of this tool is to look for common misconfiguration and information leaks in ASP.NET applications.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=99&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2009/09/07/top-10-fuzzing-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>
	</item>
		<item>
		<title>Trace Email</title>
		<link>http://alex13cp.wordpress.com/2009/08/05/tracing-email/</link>
		<comments>http://alex13cp.wordpress.com/2009/08/05/tracing-email/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 13:12:49 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Information And Tools for Computer Security Professionals]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Trace]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/2009/09/05/tracing-email/</guid>
		<description><![CDATA[Tracing IP Address Of the Sender In Hotmail!! # Log into your Hotmail account with your username and password. # Click on the Mail tab on the top. # Open the mail. # If you do not see the headers above the mail message, your headers are not displayed . To display the headers, * [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=94&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tracing IP Address Of the Sender In Hotmail!!</p>
<p># Log into your Hotmail account with your username and password.<br />
# Click on the Mail tab on the top.<br />
# Open the mail.<br />
# If you do not see the headers above the mail message, your headers are not displayed . To display the headers,</p>
<p>* Click on Options on the top-right corner<br />
* In the Mail Options page, click on Mail Display Settings<br />
* In Message Headers, make sure Advanced option is checked.<br />
* Click on Ok button<br />
* Go back to the mails and open that mail.</p>
<p># If you find a header with X-Originating-IP: followed by an IP address, that is the sender&#8217;s IP address</p>
<p>* Hotmail headers : Daniel ,In this case the IP address of the sender is [68.34.60.59]. This is be the IP address of the sender.</p>
<p># If you find a header with Received: from followed by a Gmail proxy like this</p>
<p>* Hotmail headers : Daniel<br />
* Look for Received: from followed by IP address within square brackets[]. In this case, the IP address of the sender is [69.140.7.58].</p>
<p># Or else if you have headers like this</p>
<p>* Hotmail headers : Daniel<br />
* Look for Received: from followed by IP address within square brackets[].<br />
In this case, the IP address of the sender is [61.83.145.129] .</p>
<p># If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com.</p>
<p>Tracing IP Address of the sender in Yahoo Mail!!<br />
# Log into your Yahoo! mail with your username and password.<br />
# Click on Inbox or whichever folder you have stored your mail.<br />
# Open the mail.<br />
# If you do not see the headers above the mail message, your headers are not displayed . To display the headers,</p>
<p>* Click on Options on the top-right corner<br />
* In the Mail Options page, click on General Preferences<br />
* Scroll down to Messages where you have the Headers option<br />
* Make sure that Show all headers on incoming messages is selected<br />
* Click on the Save button<br />
* Go back to the mails and open that mail.</p>
<p># You should see similar headers like this:</p>
<p>* Yahoo! headers : Daniel.</p>
<p># Look for Received: from followed by the IP address between square brackets [ ]. Here, it is 202.65.138.109.<br />
# That is be the IP address of the sender!</p>
<p>Tracing IP Address of the sender in Gmail !!</p>
<p>When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender.</p>
<p>* Log into your Gmail account with your username and password.<br />
* Open the mail.<br />
* To display the headers,<br />
o Click on More options corresponding to that thread. You should get a bunch of links. Click on Show original<br />
* You should get headers like this:<br />
o Gmail headers : Daniel<br />
* Look for Received: from followed by a few hostnames and an IP address between square brackets. In this case, it is 65.119.112.245.<br />
* That is be the IP address of the sender!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=94&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2009/08/05/tracing-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>
	</item>
		<item>
		<title>Lockheed Martin into cyber security !!! Check it out</title>
		<link>http://alex13cp.wordpress.com/2009/07/22/lockheed-martin-into-cyber-security-check-it-out/</link>
		<comments>http://alex13cp.wordpress.com/2009/07/22/lockheed-martin-into-cyber-security-check-it-out/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:05:41 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[Information And Tools for Computer Security Professionals]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/?p=84</guid>
		<description><![CDATA[Maan if they are going to do here ,what they did for aviation industry it would sure be a sight to watch. so bring out your popcorn and enjoy.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=84&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="text-align:center; display: block;"><a href="http://alex13cp.wordpress.com/2009/07/22/lockheed-martin-into-cyber-security-check-it-out/"><img src="http://img.youtube.com/vi/S2J8hiajDyE/2.jpg" alt="" /></a></span><br />
Maan if they are going to do here ,what they did for aviation industry it would sure be a sight to watch.</p>
<p>so bring out your popcorn and enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=84&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2009/07/22/lockheed-martin-into-cyber-security-check-it-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 10 Password Crackers</title>
		<link>http://alex13cp.wordpress.com/2009/07/22/top-10-password-crackers/</link>
		<comments>http://alex13cp.wordpress.com/2009/07/22/top-10-password-crackers/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 11:23:33 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Information And Tools for Computer Security Professionals]]></category>
		<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[Crackers]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Top 10]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/?p=68</guid>
		<description><![CDATA[#1 Cain and Abel : The top password recovery tool for Windows UNIX users often smugly assert that the best free security tools support their platform first, and Windows ports are often an afterthought. They are usually right, but Cain &#38; Abel is a glaring exception. This Windows-only password recovery tool handles an enormous variety [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=68&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table id="table1" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#1</span></td>
<td valign="top"><a href="http://www.oxid.it/cain.html">Cain and  		Abel</a> : The top  		password recovery tool for Windows<br />
UNIX users often smugly assert that the best free security tools support  		their platform first, and Windows ports are often an afterthought. They  		are usually right, but Cain &amp; Abel is a glaring exception. This  		Windows-only password recovery tool handles an enormous variety of  		tasks. It can recover passwords by sniffing the network, cracking  		encrypted passwords using Dictionary, Brute-Force and Cryptanalysis  		attacks, recording VoIP conversations, decoding scrambled passwords,  		revealing password boxes, uncovering cached passwords and analyzing  		routing protocols. It is also <a href="http://www.oxid.it/ca_um/">well  		documented</a>.</td>
</tr>
</tbody>
</table>
<hr />
<table id="table2" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#2</span></td>
<td valign="top"><a href="http://www.openwall.com/john/">John the  		Ripper</a> : A powerful, flexible, and <em>fast</em> multi-platform  		password hash cracker<br />
John the Ripper is a fast password cracker, currently available for many  		flavors of Unix (11 are officially supported, not counting different  		architectures), DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to  		detect weak Unix passwords. It supports several crypt(3) password hash  		types which are most commonly found on various Unix flavors, as well as  		Kerberos AFS and Windows NT/2000/XP LM hashes. Several other hash types  		are added with contributed patches. You will want to start with some  		wordlists, which you can find 		<a href="ftp://ftp.mirrorgeek.com/openwall/wordlists">here</a>, 		<a href="ftp://ftp.ox.ac.uk/pub/wordlists/">here</a>, or 		<a href="http://www.outpost9.com/files/WordLists.html">here</a>.</td>
</tr>
</tbody>
</table>
<hr />
<table id="table3" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#3</span></td>
<td valign="top"><a href="http://www.thc.org/thc-hydra/">THC Hydra</a> : A Fast network  		authentication cracker which supports many different services<br />
When you need to brute force crack a remote authentication service,  		Hydra is often the tool of choice. It can perform rapid dictionary  		attacks against more then 30 protocols, including telnet, ftp, http,  		https, smb, several databases, and much more. Like 		THC Amap this release  		is from the fine folks at <a href="http://www.thc.org/">THC</a>.</td>
</tr>
</tbody>
</table>
<hr />
<table id="table4" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#4</span></td>
<td valign="top"><a href="http://www.aircrack-ng.org/">Aircrack</a> : The fastest available WEP/WPA cracking tool<br />
Aircrack is a suite of tools for 802.11a/b/g WEP and WPA cracking. It  		can recover a 40 through 512-bit WEP key once enough encrypted packets  		have been gathered. It can also attack WPA 1 or 2 networks using  		advanced cryptographic methods or by brute force. The suite includes  		airodump (an 802.11 packet capture program), aireplay (an 802.11 packet  		injection program), aircrack (static WEP and WPA-PSK cracking), and  		airdecap (decrypts WEP/WPA capture files).</td>
</tr>
</tbody>
</table>
<hr />
<table id="table5" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#5</span></td>
<td valign="top"><a href="http://www.l0phtcrack.com/">L0phtcrack</a> : Windows password auditing and recovery application<br />
L0phtCrack attempts to crack Windows passwords from hashes which it can  		obtain (given proper access) from stand-alone Windows workstations,  		networked servers, primary domain controllers, or Active Directory. In  		some cases it can sniff the hashes off the wire. It also has numerous  		methods of generating password guesses (dictionary, brute force, etc).  		LC5 was discontinued by Symantec in 2006, then re-acquired by the  		original L0pht guys and <a href="http://www.l0phtcrack.com/">reborn as  		LC6 in 2009</a>. For free alternatives, consider 		<a href="http://ophcrack.sourceforge.net/">Ophcrack</a>, 		Cain and Abel, or 		John the Ripper.</td>
</tr>
</tbody>
</table>
<hr />
<table id="table6" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#6</span></td>
<td valign="top"><a href="http://airsnort.shmoo.com/">Airsnort</a> : 802.11 WEP Encryption Cracking Tool<br />
AirSnort is a wireless LAN (WLAN) tool that recovers encryption keys. It  		was developed by the <a href="http://www.shmoo.com/">Shmoo Group</a> and  		operates by passively monitoring transmissions, computing the encryption  		key when enough packets have been gathered. You may also be interested  		in the similar 		Aircrack.</td>
</tr>
</tbody>
</table>
<hr />
<table id="table7" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#7</span></td>
<td valign="top"><a href="http://www.solarwinds.net/"> </a><a href="http://www.solarwinds.net/">SolarWinds</a> : A plethora of  		network discovery/monitoring/attack tools<br />
SolarWinds has created and sells dozens of special-purpose tools  		targeted at systems administrators. Security-related tools include many  		network discovery scanners, an SNMP brute-force cracker, router password  		decryption, a TCP connection reset program, one of the fastest and  		easiest router config download/upload applications available and more.Also categorized as:  		traffic monitoring  		tools</td>
</tr>
</tbody>
</table>
<hr />
<table id="table8" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#</span>8</td>
<td valign="top"><a href="http://www.foofus.net/fizzgig/pwdump/">Pwdump</a> : A window password recovery tooll<br />
Pwdump is able to extract NTLM and LanMan hashes from a Windows target,  		regardless of whether Syskey is enabled. It is also capable of  		displaying password histories if they are available. It outputs the data  		in L0phtcrack-compatible form, and can write to an output file.</td>
</tr>
</tbody>
</table>
<hr />
<table id="table9" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#</span>9</td>
<td valign="top"><a href="http://www.antsight.com/zsl/rainbowcrack/"> RainbowCrack</a> : An Innovative Password Hash Crackerr<br />
The RainbowCrack tool is a hash cracker that makes use of a large-scale  		time-memory trade-off. A traditional brute force cracker tries all  		possible plaintexts one by one, which can be time consuming for complex  		passwords. RainbowCrack uses a time-memory trade-off to do all the  		cracking-time computation in advance and store the results in so-called  		&#8220;rainbow tables&#8221;. It does take a long time to precompute the tables but  		RainbowCrack can be hundreds of times faster than a brute force cracker  		once the precomputation is finished.</td>
</tr>
</tbody>
</table>
<hr />
<table id="table10" border="0">
<tbody>
<tr valign="top">
<td width="30" valign="TOP"><span style="font-size:xx-small;">#</span>10</td>
<td valign="top"><a href="http://www.hoobie.net/brutus/">Brutusss</a> : A  		network brute-force authentication cracker<br />
This Windows-only cracker bangs against network services of remote  		systems trying to guess passwords by using a dictionary and permutations  		thereof. It supports HTTP, POP3, FTP, SMB, TELNET, IMAP, NTP, and more.  		No source code is available. UNIX users should take a look at 		THC Hydraa.</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=68&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2009/07/22/top-10-password-crackers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>
	</item>
		<item>
		<title>How to hide a file using nothing but xp !!!!</title>
		<link>http://alex13cp.wordpress.com/2009/06/18/how-to-hide-a-file-using-nothing-but-xp/</link>
		<comments>http://alex13cp.wordpress.com/2009/06/18/how-to-hide-a-file-using-nothing-but-xp/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 19:54:45 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Information And Tools for Computer Security Professionals]]></category>
		<category><![CDATA[Steganography]]></category>
		<category><![CDATA[Hide]]></category>
		<category><![CDATA[Steganoagraphy]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/?p=66</guid>
		<description><![CDATA[Steps to hide files behind an Image: 1. Create a new folder (I created in drive C: named “a”). 2. Place all the documents/files in it that you want to hide (I stored z.txt in it). 3. Copy any image of yours in it (I stored x.jpg in it). 4. Make a rar archive of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=66&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Steps to hide files behind an Image:<br />
1.    Create a new folder (I created in drive C: named “a”).<br />
2.    Place all the documents/files in it that you want to hide (I stored z.txt in it).<br />
3.    Copy any image of yours in it (I stored x.jpg in it).<br />
4.    Make a rar archive of all the files that you need to hide (I created one named z.rar).</p>
<p>5.    Now open cmd (Start-&gt;Run-&gt;cmd)<br />
6.    Go to the folder’s location by typing cd location like for me it was cd C:\a<br />
7.    Now just type the following command with name that corresponds to your file<br />
copy /b x.jpg + z.rar x.jpg</p>
<p>The screen will look like as shown above.<br />
Steps to see/recover file back:<br />
1.    Just rename the final image to rar that is x.jpg to x.rar<br />
2.    The archive will be having your file</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=66&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2009/06/18/how-to-hide-a-file-using-nothing-but-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>
	</item>
		<item>
		<title>Blackhat USA 2008 materials (slides/papers) now available</title>
		<link>http://alex13cp.wordpress.com/2009/06/04/blackhat-usa-2008-materials-slidespapers-now-available/</link>
		<comments>http://alex13cp.wordpress.com/2009/06/04/blackhat-usa-2008-materials-slidespapers-now-available/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 10:24:17 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Information And Tools for Computer Security Professionals]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/?p=63</guid>
		<description><![CDATA[Michael Boman has made the slides and papers available on his site: http://michaelboman.org/blog/2008/08/07/blackhat-2008-slides-available-get-your-copy-here/ I’m really thrilled to start reading through some of this . These may not necessarily be the final slides as-presented, as it comes from the CD that was handed out to conference attendees.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=63&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Michael Boman has made the slides and papers available on his site:</p>
<ul>
<li><a title="http://michaelboman.org/blog/2008/08/07/blackhat-2008-slides-available-get-your-copy-here/" href="http://michaelboman.org/blog/2008/08/07/blackhat-2008-slides-available-get-your-copy-here/" target="_blank">http://michaelboman.org/blog/2008/08/07/blackhat-2008-slides-available-get-your-copy-here/</a></li>
</ul>
<p>I’m really thrilled to start reading through some of this <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
<p>These may not necessarily be the final slides as-presented, as it comes from the CD that was handed out to conference attendees.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=63&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2009/06/04/blackhat-usa-2008-materials-slidespapers-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Rich or Die Trying &#8211; Making Money on the Web the black hat way</title>
		<link>http://alex13cp.wordpress.com/2009/06/04/get-rich-or-die-trying-making-money-on-the-web-the-black-hat-way/</link>
		<comments>http://alex13cp.wordpress.com/2009/06/04/get-rich-or-die-trying-making-money-on-the-web-the-black-hat-way/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 10:16:45 +0000</pubDate>
		<dc:creator>alex13cp</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Information And Tools for Computer Security Professionals]]></category>

		<guid isPermaLink="false">http://alex13cp.wordpress.com/?p=58</guid>
		<description><![CDATA[Great Video showing how you could make money on  the web for free .<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=58&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Great Video showing how you could make money on  the web for free .</p>
<span style="text-align:center; display: block;"><a href="http://alex13cp.wordpress.com/2009/06/04/get-rich-or-die-trying-making-money-on-the-web-the-black-hat-way/"><img src="http://img.youtube.com/vi/SIMF8bp5-qg/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/alex13cp.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/alex13cp.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/alex13cp.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/alex13cp.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/alex13cp.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/alex13cp.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/alex13cp.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/alex13cp.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/alex13cp.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/alex13cp.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/alex13cp.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/alex13cp.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/alex13cp.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/alex13cp.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=alex13cp.wordpress.com&amp;blog=4122928&amp;post=58&amp;subd=alex13cp&amp;ref=&amp;feed=1" width="1" height="1" /><div class="sharedaddy sd-like-enabled"></div>]]></content:encoded>
			<wfw:commentRss>http://alex13cp.wordpress.com/2009/06/04/get-rich-or-die-trying-making-money-on-the-web-the-black-hat-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6791e987b5f348540d9d2958a52c7af3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">alex13cp</media:title>
		</media:content>
	</item>
	</channel>
</rss>
