Stuck with salted hashes and can’t go any further (via SQLMAP and Sql Injection) [closed]

Long story short, I scanned a website and found an sql injection bug. (Did it several times and that was the only thing I could find).
So I used sqlmap to retrieve databases, tables, and columns. This website is using Oracle database. (Ora… Continue reading Stuck with salted hashes and can’t go any further (via SQLMAP and Sql Injection) [closed]

How can Freeradius detect if the password provided is right when only the salted hash is stored in the database without the salt

I am discovering both Freeradius and the password hashing mechanism. I built a database (in MySQL) to store the passwords of some users. I have a user with the password in clear text, another one hashed in SHA256 without salt and the last … Continue reading How can Freeradius detect if the password provided is right when only the salted hash is stored in the database without the salt