Someone tried to hack my server | The Art of Command Injection | Java Geoserver exploit

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ต.ค. 2024

ความคิดเห็น • 2

  • @furkanpnr
    @furkanpnr 15 วันที่ผ่านมา +2

    Can you give me a resource on how to protect my backend server?

    • @idenver_bot
      @idenver_bot  15 วันที่ผ่านมา

      I mean it really depends on what you mean by this. Starting from basic things like verification of content type, handling authorisation and authentication roles correctly, utilising encryption for sensitive data(like passwords if you handling authorisation manually), implementing rate-limiting.
      And ending with setting up reverse proxy with the right config and utilising TLS/SSL.
      From what I can recommend - github.com/shieldfy/API-Security-Checklist
      Nice small checklist of most things that you would want to cover.