<?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; pentesting</title>
	<atom:link href="http://pctechtips.org/category/pentesting/feed/" rel="self" type="application/rss+xml" />
	<link>http://pctechtips.org</link>
	<description>Articles and tutorials about information technology</description>
	<lastBuildDate>Sat, 05 May 2012 01:31:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Macxchange Script to Change MAC and Hostname in Backtrack.</title>
		<link>http://pctechtips.org/script-to-change-mac-and-hostname-in-backtrack/</link>
		<comments>http://pctechtips.org/script-to-change-mac-and-hostname-in-backtrack/#comments</comments>
		<pubDate>Thu, 05 May 2011 12:07:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[pentesting]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[hostname change]]></category>
		<category><![CDATA[mac change]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=1091</guid>
		<description><![CDATA[When conducting a pentest, the first thing the pentester should do is to change its computer mac address and hostname because they are recorded in the logs and dhcp server. Macxchange is a very simple script. It is meant to work with backtrack or any other linux distro. It selects a random word from john [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/script-to-change-mac-and-hostname-in-backtrack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<category><![CDATA[vmware]]></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>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>Cracking WPA Key with Backtrack and Aricrack-ng.</title>
		<link>http://pctechtips.org/cracking-wpa-key-with-backtrack-and-aricrack-ng/</link>
		<comments>http://pctechtips.org/cracking-wpa-key-with-backtrack-and-aricrack-ng/#comments</comments>
		<pubDate>Sat, 09 May 2009 23:42:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[pentesting]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[backtrack3]]></category>
		<category><![CDATA[cracking wireless]]></category>
		<category><![CDATA[cracking wpa]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=778</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-key-with-backtrack-and-aricrack-ng/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mapping WAP&#8217;s with Netstumbler, Google Earth, and Knsgem.</title>
		<link>http://pctechtips.org/wardriving-with-netstumbler-google-earth-and-knsgem/</link>
		<comments>http://pctechtips.org/wardriving-with-netstumbler-google-earth-and-knsgem/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 16:31:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[pentesting]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[knsgem]]></category>
		<category><![CDATA[mapping access points]]></category>
		<category><![CDATA[netstumbler]]></category>
		<category><![CDATA[wardriving]]></category>

		<guid isPermaLink="false">http://pctechtips.org/?p=625</guid>
		<description><![CDATA[Recently I decided to do a bit of WarDriving (mapping Access Points) and bought a cheap but very easy to install GPS receiver (GlobalSat BU-353) on Amazon.com, so I put together this quick guide for wardrving. This is only one of the many ways of doing wardriving, for this article I chose Netstumbler for detecting [...]]]></description>
		<wfw:commentRss>http://pctechtips.org/wardriving-with-netstumbler-google-earth-and-knsgem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

