13
leksyib
6y

I just tried playing with Sqlmap (since I'm currently free of tasks at work), then tried using it on a university's site. I realized those fuckers stored html tags in their database. What the fuck is wrong with people these days?! This is fucking HTML and it belongs on the front end alone. Fuck!

Comments
  • 0
    shit, there's more
  • 3
    When all enriched content becomes dynamic, you have to store it somewhere.
  • 3
    @C0D4 You don't store tags, if you store the strings, it's much better but tags?!!
  • 2
    @C0D4 It doesn't even make any sense. now if the front end dev wants to change the css class for that tag he has to contact the backend dev to do it from database? bullshit
  • 2
    @leksyib lazy dev πŸ˜‰

    Actually it looks like font awesome tags so yea dynamic content with dynamic css classes for a library.

    Quick and dirty compared to... actually looping through the records and applying the tags before output 😏

    You’ll probably find the front end dev is the back end dev too πŸ˜‚
  • 1
    @C0D4 πŸ˜‚ Exactly. the front end dev is the backend dev. The guy's life history is in the database alongside other staffπŸ˜‚
  • 1
    You didn't see anything I saw whole js stored in db.
  • 1
    @shahidcodes Wow. That kind of db belongs in a garbage dump site.
  • 0
    Might as well store the entire HTML doc :)
Add Comment