Quote:
Originally Posted by operat0r
I was listening to podcast pauldotcom.com was talking about evilgrade
what about ettercap /dns spoof that would replace and update agent that is a http get to an EXE or any executable for that matter.
what ever app what gets and EXE file over HTTP is replaced with a MS payload EXE
can this be done with say a simple 302 redirect for all EXE's maybe .. err
|
I don't really see why it couldn't be. The only issue I see is that you would need to perhaps write a script to rename your payload .EXE to that of the original. Otherwise, the user might catch it and either delete it and retry or start poking around for clues as to why they keep downloading the same file over and over again....
Quote:
Originally Posted by operat0r
Humm is that possible to have an ettercap filter pass a var to a shell script ?
think about all the apps that have updates that are not listed in the evilgrade .. adobe etc... even add support for some kind of md5 MIM so if it trys to get some md5 hash just send it the hash for your MS payload...
Code:
java updates
http://java.sun.com/update/1.6.0/map-1.6.0.xml
http://javadl-esd.sun.com/update/1.6.0/map-1.6.0.xml
http://javadl-esd.sun.com/update/1.6.0/1.6.0_07-b06.xml
maybe some kind of apache mod_rewrite that does the renaming of the file for you.. if ettercap can't do regex etc ... ?
|
Sounds feasible to me, but there's only one way to know for sure right?
Quote:
Originally Posted by operat0r
shoud I put exe\n or exe\r ??
still can't get it working ..
as in match exe and the new line or carriage return ?
|
I would assume that it'd be \n as \r is just a hard coded "Enter" correct? I'll tfiddle around with it in a while and let you know the outcome.