I am currently writing a hacking software in Python (tkinter) that hacks scripts and looks for wireless devices… But it’s fake!! It only pretends to do stuff and has nice graphics but it’s like those websites that pretend you’re hacking. Would that be nice?? And it’s open source too, so it will not harm anyone.

  • TheEighthDoctor@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    Why make it fake? Why not spend time making a port scanner or something that looks for wireless networks and checks for weak credentials instead? Sounds like a better beginner project to me.

      • Deuces@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        11 months ago

        Hacking software is always two sided. Blue team and red team both need it. Besides anything you make when you’re starting off isn’t going to compare to what’s already out there. I mean, if you’re making a pineapple, I can’t think of many legit reasons for that, but he’s just suggesting trying to make a Wireshark clone which would teach a lot if you’re interested in networking.

        That said, it’s your project, and as long as you’re having fun and pushing yourself, that’s only good!