Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

How is SQL Injection real?

Name: Anonymous 2018-10-19 8:11

What kind of a backwards language do you have to use that doesn't have the simple feature of protecting you from it out of the box? Are you building you queries by concatenating strings like a CS freshman?

Name: Anonymous 2018-10-21 17:24

>>12
do string concatenation for the SQL query but only insert source level constants

table_names = {'users': 'users'}
table_name = table_names.get(user_input)
if table_name:
query("select * from " + table_name)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List