-
What to do after SQL injection: Finding Admin Panel
We have already talked about Error Based SQL Injection. If you missed my article on that here is the link: http://www.anonhack.in/2018/04/sql-injection-part-4getting-admin-password/ The question that arises after getting the username and MD5 hash as password is “where do you use those credentials?” The answer to this is simple if there is a user table with password, there…
-
Website Reconnaissance
A website reconnaissance is actually knowing the particular website before attacking it.Reconnaissance is gathering as much as information about the anything before attacking it.It would actually make attacking way more easy when you have a lot of information about the particular website or system.A website reconnaissance is a information gathering about the website that you want…