Jump to content

SQL Injection


ChrisPHP

Recommended Posts

Hey everyone,

 

I hope that you're doin all great..

 

So I decided to learn about sql injections more to comprehend how hackers actually think..

 

Let's say i know the structure of a database for a certain website, it has client as table and username as field and I want to 'hack' my way to the website; I know about ' or '1'='1 and I know how it actually functions..

 

My question is, can I select a certain row in a field while login in using { or 1= ( SELECT username FROM client ) -- } ?

If yes, what's the proper syntax because it's giving a syntax error

Link to comment
https://forums.phpfreaks.com/topic/272865-sql-injection/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.