Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

SAL injection-posting in locked threads


ghost's Avatar
0 0

Any idea how this is done my friends???? Am in forum using phpbb and some ppl show off by posting in locked threads. I am interested only in the mechanism of this as it fascinates me. Plz help out. Cheers.


Mr_Cheese's Avatar
0 1

I've never heard of SAL injection.

if you mean SQL injection, why not look for phpbb exploits.


ghost's Avatar
0 0

Basically, a SQL injection is getting your own query into the flow of a query made by some tcp/ip application. If the normal query was SELECT * from PHPBB_Users where UID=5, then you could add a union statement to select their password hash.