• nieceandtows@programming.dev
    link
    fedilink
    arrow-up
    26
    arrow-down
    2
    ·
    edit-2
    11 months ago
    target = input("Enter target to hack:")
    
    print(f'--Hacking {target}--')
    print('initiating ~~anal penetration~~ backdoor entry')
    
    for progress in range(0,100,20):
        print(f'Hacking {target}: {progress}%')
    print(f'{target} hacked successfully')