Alternate version:

    • will_a113@lemmy.ml
      link
      fedilink
      English
      arrow-up
      26
      ·
      1 year ago

      Could even be his twin - that joke is from 2007, if little Bobby was in kindergarten then he’d be around 22 by now and could be trying to land his first job out of college!

    • HiddenLayer555@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      21
      ·
      1 year ago

      Bypassing authentication or checks by incorporating a statement that always returns true, and doing an ‘or’ operation with the statement being injected. It manipulates the return value of the SQL statement to make it always return true, so if the website is checking if the statement returned true to indicate, for example, the password is correct, it will now think that was the case.

      • wise_pancake@lemmy.ca
        link
        fedilink
        arrow-up
        5
        ·
        1 year ago

        I remember the first time I shipped a website with that SQL injection.

        It got taken over surprisingly quickly.