in reply to Re: SQL Injection Queries in Perl/CGI
in thread SQL Injection Queries in Perl/CGI

That's so great to hear it! But how can i fix this 403 forbidden?
  • Comment on Re^2: SQL Injection Queries in Perl/CGI

Replies are listed 'Best First'.
Re^3: SQL Injection Queries in Perl/CGI
by hardburn (Abbot) on Dec 11, 2015 at 14:50 UTC

    From what I can tell, there's nothing that needs to be fixed. If the app is meant to throw a 403 when an invalid username is sent, then it's doing the right thing as it is.

    Is it supposed to do something else when it gets an invalid user?


    "There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.

      there's nothing that needs to be fixed

      Except that it's logging in as root and not another user.

        Ahh, yes, in the initial database handle setup. That should be something other than root.


        "There is no shame in being self-taught, only in not trying to learn in the first place." -- Atrus, Myst: The Book of D'ni.