Advertisement

1 - 10 of 120 containing alltags:("injection") (0 seconds)
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...
Zones: Windows ProgrammingDate Answered: 12/22/2001 Grade: C Views: 0
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 ...
Zones: PHP and DatabasesDate Answered: 06/28/2004 Grade: A Views: 0
Could you please tell me where i can find infomation and book talk about SQL injection Please help
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 ...
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...
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...
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...
Zones: MySQL Server, PHP and DatabasesDate Answered: 09/07/2007 Grade: A Views: 0
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. ...
Zones: Windows ProgrammingDate Answered: 02/02/2000 Grade: A Views: 0
This is a followup question to: http://www.experts-exchange.com/Programming/Programming_Languages/Cplusplus/Q_20397604.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 ...
Zones: Windows ProgrammingDate Answered: 04/02/2004 Grade: A Views: 4