Skip to content

missoum1307/RES-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this was created as part of research conducted about vulnerability (XSS) in IE browser.

RES-Project

  1. Create a resource source file:

filename: resource.rc that contains the following:

/* standard resource # for HTML */ #define HTML 23

/* include all resource from external files */ XSS HTML "index.html" HELP HTML "help.html"

  1. Compile the source file:

CMD: rc.exe resource.rc

Output: resource.res

  1. Create EXE file from .res file, the output from pervious step. resource.res

CMD: GoLink.exe resource.res

  1. Render file on IE as follow: res://C:\path\to\resource.exe/XSS or using iframe as follow:
<iframe src="res://C:\path\to\resource.exe/XSS" height="400" width="400"></iframe>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages