SQL Injection

Valentin N

Level 2
Thread author
Feb 25, 2011
1,314
Here are two video that give a proper explanation what SQL inject means and how it's performed.



 
Last edited by a moderator:

Hungry Man

New Member
Jul 21, 2011
669
SQL Injection is fun and simple. It basically attacks a concept that's mitigation on host OS's by DEP. You have code and you have data - to the computer they look the same, if it reads something it treats it as code. NXBit or DEP tells it to treat some things as data.

SQLInjection basically works by giving data and having it treated as code. You send garbage data, the system freaks out and dumps information or something more complex.

Easily mitigated by sanitizing all input to be data.
 

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top