blaze login page [SQLi-initial]

I checked that this login page is vulnearble to SQLI.

From the error, it is clear that the underlying system is MySQL.

offsec' OR 1=1 -- //

I will use this payload for authenticatoin bypass. Got the hashes.

Note: Repeatedly executing the SQL injection command results in the error shown below.

Found hashes

It looks like MD5 password. I will use crackstation website to crack this. But it stays it is unrecoganized hash format.

Given above as username and password I am unable to login.

Trying RCE [Failed]

Tried to get the shell using RCE payload but I dont have permission to write to the file.

Cracking Hash [Worked]

I will try cyberchef to crack this password.

Now Let's try to login.

We are able to login with james username and password but failed to do the same with cameron username and password.

In the website, I found terminal there. I will run the reverse shell command and get the shell.

Got the shell.

Stabilize it.

Last updated

Was this helpful?