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.

  • Deestan@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    7 months ago

    Yes, that is a good beginner project if you’re learning Python.

    It has a lot of flexibility in scale, scope and presentation and bugs don’t matter much. This makes it easier to make progress as you can just drop or change parts that are too big, complex or hard right now. Or add stuff at random if it looks like a good idea at the time. It also has a tangible visual output, which is motivating.

    Don’t worry about it being confused for any real hacking tool. Legit hackers can tell at a glance - even if you were to try your best to pretend it’s real :) Labeling it “toy” or “fake” will make it clear for anyone else.

    Go for it! Have fun!