Forensic

Tuesday 26 June 2018, 04:17  #1
Forensic - Log Analysis - web attack
jtanadi
  • 1 posts

So I realized what type of SQL injection attack this is (not sure if I’m allowed to say the name of the attack in the forum) after looking at the queries but now i’m stuck on what to do after that.
Do we need to test it against a server? or do we need to get all the output of the sql queries, and compile it to get the password?

Wednesday 27 June 2018, 13:28  #2
Forensic - Log Analysis - web attack
Lexis
  • 2 posts

Hi!

You could start by understanding each command in the first request. After that, try to understand how these combined commands can be dangerous.

Good luck!  🙂