Remote Exploit Forums

Go Back   Remote Exploit Forums > Specialist Topics > Programming


Programming A place for our community to discuss their own security related coding projects.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-07-2009, 05:07 PM
Snayler's Avatar
Senior Member
 
Join Date: Jul 2009
Location: World
Posts: 360
Default .avi .mpg or .wmv injection

Good Evening, Community

I'm now taking a degree of electronics engineering and I'm starting to learn programming in C. I don't have enough knowledge on that matter to call myself a programmer, but I have some basic concepts and experience in programming. Security issues are something that concerns me.

So, I'm looking for the possibility of inject malicious code under a movie/video file. Every now and then I watch some video clips and small movies and I'm looking for the possibility to get my machine infected doing this. Is this possible? If so, a regular anti-virus would detect it?

Thanks in advance.

Last edited by Snayler; 10-07-2009 at 05:10 PM.
Reply With Quote
  #2 (permalink)  
Old 10-08-2009, 09:09 AM
Senior Member
 
Join Date: Jun 2008
Posts: 358
Default

Having a look at some graphics functions
Quote:
void plot_pixel_slow(int x,int y,int color)
{
union REGS regs;

regs.h.ah = WRITE_DOT;
regs.h.al = color;
regs.x.cx = x;
regs.x.dx = y;
int86(VIDEO_INT, &regs, &regs);
}
olydbg of a mpg shows al and dx being used, i guess just look into that.

Last edited by compaq; 10-08-2009 at 09:36 AM.
Reply With Quote
  #3 (permalink)  
Old 10-11-2009, 09:44 PM
Just burned his ISO
 
Join Date: May 2009
Posts: 1
Default

Use Limewire and download some AV files.
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:08 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2