Welcome to HBH V2 ! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Basic 18


Celahirius's Avatar
Member
0 0

I have no idea what to do. I have found out (using O**** BY command) how many columns there are. Now I'm trying to execute this: /index.php?id=1 U**** A** S***** *, ****, ****, *, **** F Article

According to few threads it should work, but it doesn't.


Huitzilopochtli's Avatar
....
0 9

Weird way of doing it.

Don't leave spaces between columns and check the table name thumbs up


Celahirius's Avatar
Member
0 0

Ok, solved. Thx BTW. why I must put nulls everywhere? "*" wasn't working.


Huitzilopochtli's Avatar
....
0 9

There was no need to use any nulls, as you already knew how many columns there were , you could have just used numbers.

As for the wildcards, * can only be used as a wildcard in a full text search, while % (match 0 or more characters) and _ (match exactly one character) are only applicable in LIKE-queries.