@
kevo54
dont know how to code the hack
Get involved with something like API Hooking, you can use Microsoft Detours, put hook on the functions that are used browser, modify the parameters and call the original function.
API hooking is not a simple issue. Download Detours and somewhere there should be a PDF with a description, but the general rule is:
First create their own versions of the library functions, that is, for WSASend () do MyWSASend (), but with the same arguments.
Second in MyWSASend (), we can modify the arguments, save the file, and generally do what we want with what occurred, and finally call the original function.
3rd Create a program injecting this library in the selected process.
Maybe this will help you:
http://www.codepr...MS-Detours
You can also use a proxy type of proxyshark. The project itself seems to be in its infancy, I do not know whether you will fit, but it's always something to go on an alternative to digging meanders MS documentation
The only truly secure system is one that is
powered off, cast in a block of concrete and
sealed in a lead-lined room with armed guards -
and even then I have my doubts.
- Eugene H. Spafford