• zalgotext@sh.itjust.works
    link
    fedilink
    arrow-up
    30
    ·
    1 month ago

    A technical and advanced forgery would have corrected the checksums. Any script kiddie that knows a bit of python can forge packets with the scapy library, or any number of other packet manipulation libraries.

    • dependencyinjection@discuss.tchncs.de
      link
      fedilink
      arrow-up
      5
      ·
      1 month ago

      What would some use cases be for forging packets, aside from trying to claim a stolen election.

      I’m not really asking because I want to do anything nefarious; just pure curiosity with these kind of things. Darknet Diaries is a great podcast for this kind of thing.

      • cheet@infosec.pub
        link
        fedilink
        arrow-up
        10
        ·
        1 month ago

        Funny packets make things behave funny sometimes. Sometimes you just need to see how something behaves when you send it illegal packets that the real software would never send.

        It also makes it possible to cheat in some games by lying to the game server about interactions in game.

        Essentially hackers need a way to talk to machines at every level of every protocol and Scapy is a pretty standard way of achieving that.