Kali Linux is an open-source, Debian-based Linux distribution geared towards various information security tasks, such as Penetration Testing, Security Research, Computer Forensics and Reverse Engineering.

  • john89
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    4 hours ago

    If you ever get involved in hacking, a lot and I mean a LOT of the tools are written in Python.

    It can be a real PITA to set up a ton of different, standalone python programs, so kali linux comes with most of what people will need installed and ready to go.

    Personal rant: Stop writing your programs in Python. If it’s meant to be distributed, use a compiled language.