<?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>PCtechtips.org &#187; security</title>
	<atom:link href="http://pctechtips.org/category/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://pctechtips.org</link>
	<description>Articles and tutorials about information security, programming, network administration, and technology.</description>
	<lastBuildDate>Fri, 25 Nov 2011 01:48:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Scanning Hosts Anonymously with Nmap and Proxychains.</title>
		<link>http://pctechtips.org/scanning-hosts-anonymously-with-nmap-and-proxychains/</link>
		<comments>http://pctechtips.org/scanning-hosts-anonymously-with-nmap-and-proxychains/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 00:23:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[networking]]></category>
		<category><![CDATA[pentesting]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[anonymous scan]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[proxychains]]></category>
		<category><![CDATA[tor]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1060</guid>
		<description><![CDATA[In order to achieve complete anonymity while scanning a host, proxychains is as good as it gets because it uses Tor and Privoxy to tunnel the Nmap scan. In other words, you feed an application to proxychains, in this case Nmap, and it uses Tor for the scan. ProxyChains allows you to use SSH, Telnet, [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/scanning-hosts-anonymously-with-nmap-and-proxychains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metasploit: Dropping Backdoor Through a Meterpreter Session.</title>
		<link>http://pctechtips.org/metasploit-dropping-backdoor-through-a-meterpreter-session/</link>
		<comments>http://pctechtips.org/metasploit-dropping-backdoor-through-a-meterpreter-session/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 06:41:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[metasploit]]></category>
		<category><![CDATA[pentesting]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[backdoor]]></category>
		<category><![CDATA[meterpreter]]></category>
		<category><![CDATA[persistent]]></category>
		<category><![CDATA[scheduleme]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1046</guid>
		<description><![CDATA[There are different ways to drop a backdoor on a target machine with meterpreter. For example, netcat can be uploaded to the victim and with a few registry hacks the backdoor runs when the user login, allowing for shell access; however, there are a few drawbacks with this method. First, it requires to edit the [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/metasploit-dropping-backdoor-through-a-meterpreter-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metasploit: Bypassing Antivirus with Msfencode</title>
		<link>http://pctechtips.org/metasploit-bypassing-antivirus-with-msfencode/</link>
		<comments>http://pctechtips.org/metasploit-bypassing-antivirus-with-msfencode/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 08:14:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[metasploit]]></category>
		<category><![CDATA[pentesting]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[binaries]]></category>
		<category><![CDATA[Bypassing AV]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1034</guid>
		<description><![CDATA[One of the cool features of Metasploit is the ability to encode your payload into an executable; furthermore, msfencode &#8220;-x&#8221; option allows you to select a profile, which could be a legit executable like: putty, calc, notepad, etc, to embed your payload, and; therefore, making it more difficult to detect. Now, when trying to bypass [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/metasploit-bypassing-antivirus-with-msfencode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metasploit: Getting User Password with keylogrecorder.</title>
		<link>http://pctechtips.org/metasploit-getting-user-password-with-keylogrecorder/</link>
		<comments>http://pctechtips.org/metasploit-getting-user-password-with-keylogrecorder/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 04:48:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[pentesting]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[keylogrecorder]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[meterpreter]]></category>
		<category><![CDATA[user password]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1022</guid>
		<description><![CDATA[So you got a meterpreter session on a remote client, and now you want to get password hashes; but sometimes you can&#8217;t use &#8220;hashdump&#8221; from meterpreter, specially if your session is not running as user with admin privileges. So how could you get the remote user password? Well, Metasploit has a script called &#8220;keylogrecorder,&#8221; which [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/metasploit-getting-user-password-with-keylogrecorder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cracking WPA with Backtrack 4 (updated).</title>
		<link>http://pctechtips.org/cracking-wpa-with-backtrack-4/</link>
		<comments>http://pctechtips.org/cracking-wpa-with-backtrack-4/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 04:17:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[pentesting]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[cracking wpa]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1016</guid>
		<description><![CDATA[Ok, the previous video was kind of out dated, so I posted a new one. Credits to g0tmi1k. This video goes beyond just cracking wpa, it also shows how the different tools perform. This video explains the methodology really simple. Let me say that cracking WPA is not like cracking WEP, in WEP you&#8217;re exploiting [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/cracking-wpa-with-backtrack-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing VMware-Tools in Backtrack 4 &#8211; VM Workstation</title>
		<link>http://pctechtips.org/installing-vmware-tools-in-backtrack-4-vmware-wrokstation/</link>
		<comments>http://pctechtips.org/installing-vmware-tools-in-backtrack-4-vmware-wrokstation/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 06:29:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[pentesting]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=962</guid>
		<description><![CDATA[If you&#8217;re like me that test pretty much any os and apps in some sort of virtual environment. In my case I use VMware Workstation, so when I decided to test Backtrack 4 final, I needed to install the vmware Tools, and here I go over the commands needed to install the vmware tools. 1- [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/installing-vmware-tools-in-backtrack-4-vmware-wrokstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking Users Activity in Linux.</title>
		<link>http://pctechtips.org/checking-users-activity-in-linux/</link>
		<comments>http://pctechtips.org/checking-users-activity-in-linux/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 11:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Checking users activity in Linux]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=895</guid>
		<description><![CDATA[After you have created users accounts, and let those users loose on your somputer, there are different commands you can use to keep track of how they are using your computer. There are commands for checking such things as who is logged into your system and getting general information about the users with accounts on [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/checking-users-activity-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Forgotten Password Disk in Vista.</title>
		<link>http://pctechtips.org/the-forgotten-password-disk-in-vista/</link>
		<comments>http://pctechtips.org/the-forgotten-password-disk-in-vista/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 09:11:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[forgot password]]></category>
		<category><![CDATA[reset password disk]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=878</guid>
		<description><![CDATA[Windows Vista contains a handy hint mechanism for helping you recall you password if you&#8217;ve forgotten it. But what about if you&#8217;ve completely forgotten both your password and the interpretation of the hint. In that situation your work and email will be locked inside your computer (Well, ok, probably your administrator could recover it for [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/the-forgotten-password-disk-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watching Logs in Linux With Tail and Grep Command.</title>
		<link>http://pctechtips.org/watching-logs-in-real-time-with-tail-command/</link>
		<comments>http://pctechtips.org/watching-logs-in-real-time-with-tail-command/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 18:28:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[pentesting]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[linux security]]></category>
		<category><![CDATA[logs file]]></category>
		<category><![CDATA[watching logs in real-time]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=869</guid>
		<description><![CDATA[Some times you need to keep a close watch on a machine that has been compromise; therefore, you might want to see the logs in real time. Well, &#8221;tail&#8221; allows you to watch the logs in real time. Most systems related messages are logged to the &#8220;messages&#8221; log file, and security related messages are send to the &#8220;secure&#8221; log [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/watching-logs-in-real-time-with-tail-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using VNC on Untrusted Networks with SSH.</title>
		<link>http://pctechtips.org/using-vnc-on-untrusted-networks-with-ssh/</link>
		<comments>http://pctechtips.org/using-vnc-on-untrusted-networks-with-ssh/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:20:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[ssh tunnel]]></category>
		<category><![CDATA[vnc over ssh tunnel]]></category>
		<category><![CDATA[vnc tunnel]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=856</guid>
		<description><![CDATA[VNC over untrusted network]]></description>
		<wfw:commentRss>http://pctechtips.org/using-vnc-on-untrusted-networks-with-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

