Hi:
I am trying to inject a library inside the memory space of another process. Currently I am using SetWindowsHookEx to create a CBT hook and when the first window of the application is created...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20242001.html
OK, looking at my site I have realised that I need to fix security issues. The main problem at the moment is that if you sign up with a username of, for example, </table> it will completely screw ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
Could you please tell me where i can find infomation and book
talk about SQL injection
Please help
http://www.experts-exchange.com/Database/Miscellaneous/Q_21274485.html
Zones:
DatabasesDate Answered: 01/09/2006 Grade: A Views: 0
I'm moving data from access to sql and having some unforseen difficulties. My SQL is getting alot better but I have of gaps in my knowledge.
Part 1:
I'm used to using the following code with ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_21395912.html
Zones:
VB DBDate Answered: 04/21/2005 Grade: A Views: 0
Hi,
Got some injections, this is an example:
'%20and%20char(124)%2Buser%2Bchar(124)=0%20and%20''='
They are appended to the querystring in my page url every day for a few months!
Can you te...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_22102089.htm...
Zones:
ASPDate Answered: 01/01/2007 Grade: B Views: 0
Im trying to learn application injection, so i created an "ActiveX DLL" that is named prjSecurity and has a class name clsSecurity with a function thats as follows
Function MyMessageBox()
MsgBo...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_22716053.html
Zones:
Visual BasicDate Answered: 08/12/2007 Grade: B Views: 38
Hi!
Just wondering: what's the easiest /safest way of sanitizing MySQL input...
Example:
$string = isset($_REQUEST['string']) ? $_REQUEST['string'] : '';
$query = mysql_query("SELECT * FR...
http://www.experts-exchange.com/Database/MySQL/Q_22742440.html
hi
how to inject a .dll into another process?
I want to use setwindowshookex() but i dont know what kind of hook i should creat,mouse ,key or what?
Are there better way?
thanx.
...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10279583.html
This is a followup question to:
http://www.experts-exchange.com/Programming/Programming_Languages/Cplusplus/Q_20397604.html
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20401630.html
Zones:
C++Date Answered: 12/29/2002 Grade: A Views: 0
i'm trying to inject a DLL into a newly created process that hooks the createProcess function, so that every time that a child process is created, it will also be hooked. ultimately, it's intended ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_20407000.html