• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle












  • Kerb@discuss.tchncs.detoProgrammer Humor@programming.devLife Hack
    link
    fedilink
    arrow-up
    38
    arrow-down
    1
    ·
    edit-2
    3 months ago

    its an sql injection attack.
    its rather unlikely that it works in a modern app.

    assuming this would work,
    it injects a command in the sql database.

    it is assumed that the app runs a sql querry with the input field as a parameter e.g.
    INSERT INTO "bills" (item, ammount, tip) VALUES ("steak", "20,00 $", "content of the custom tip goes here");

    the semicolon indicates the end of the querry,
    so the the text would cause the app to run an unfinished querry, and then start a new querry that messes up the content of the bills table.





  • its been a long time

    i think around 2013 i started occasionally tinkering with ubuntu,
    i then quickly started distrohopping
    (mint, debian, kubuntu, antergos and probably more)

    in 2017 i started seriously using antergos (i3wm) on my work pc

    i was still only occasionally tinkering at home,
    untill 2022, when i learned about proton,
    and fully migrated my private computer from win 10 to fedora(kde)