Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
import os
import time
import sys
def delay_print(s):
for c in s:
sys.stdout.write(c)
sys.stdout.flush()
time.sleep(0.05)
print("")
def cls():
os.system('cls' if os.name=='nt' else 'clear')
cls()
delay_print("You are Tony,")
delay_print("You always wanted to become a White Hat Hacker; well that never happened.")
delay_print("You were known for Black Hat hacking,")
delay_print("Many called you an inexperienced vandal merely looking for a thrill")
delay_print("Your dream of getting recognised by the hacking community; well it still remains, a dream...")
delay_print("It's Friday night, you are on the usual website frequented by criminals,")
delay_print("You have been scrolling through the CyberCrime page for a while now.")
delay_print("There it is.")
delay_print("The golden ticket.")
delay_print("~Data Theft, SomeBank LTD, Partner Needed~")
delay_print("Checked all the boxes!")
delay_print("After chatting for a while you decided a date and time you should meet to discuss the plan, before going in on the Bank.")
delay_print("Meanwhile, on Monday...")
delay_print("")
enter = input("Press ENTER to continue")
cls()
delay_print("So you meet Band1T608 at the location. He picks you up in his black van")
delay_print("No introduction, straight to the plan, this guy seemed odd, BUT he knew how to hack Big Corporations; thats all that mattered to you...")
delay_print("The Plan was to aqcuire the key from the manager's Computer and use it to access the server, having access to the server you shall steal the data and then sell it on the Black Market.")
delay_print("Your job was to aqcuire the key, break the 256-bit encryption and get the data. Everything else was up to Bandit, he was supposed to DDoS the Security Server and keep you hidden.")
delay_print("Easy Right? Bandit murmurs")
delay_print("Meanwhile, outside the SomeBank LTD HQ...")
delay_print("")
enter = input("Press ENTER to continue")
cls()
delay_print("You are outside the SomeBank LTD HQ")
delay_print("How do you proceed?")
delay_print("A: Hands on Approach")
delay_print("B: Remote Approach")
choice1 = input("")
cls()
if choice1 == "A":
delay_print("It's 23:33 pm. It's time...")
delay_print("You get out the ban (Gosh the smell in there...Ugh)")
delay_print("You walk close to the fence as you spot the many cameras in the vicinity...")
delay_print("Fear not, you are wearing a hood and a facemask")
delay_print("Facemasks... pretty accecible nowadays... seems like the pandemic happened to teach everyone how to hide their identity in public.")
delay_print("You jump the fence.")
delay_print("There is a guard, but you easily sneak by... he was half asleep anyway...")
delay_print("After some Mad freerunning skills you are inside the main building.")
delay_print("Tik Tok and you are in the manager's office")
delay_print("Even Bandit didn't think you would make it this far...")
delay_print("The janitor probably has a harder time getting in here.")
delay_print("You immediately get to the computer.")
delay_print("You plug in you flash drive and power up the machine.")
delay_print("Next step is to flash the BIOS")
delay_print("")
def rec1():
delay_print("You Press The BIOS Key:")
delay_print("F1")
delay_print("F2")
delay_print("F10")
delay_print("F12")
delay_print("DEL")
choice2 = input("")
cls()
if choice2 == "F1" or choice2 == "F2" or choice2 == "F10" or choice2 == "F12":
delay_print("Nothing happens. The computer starts normally.")
delay_print("You turn it off and try again.")
delay_print("")
enter = input("Press ENTER to turn off the computer")
cls()
rec1()
if choice2 == "DEL":
delay_print("Stricken with agitation you mash the delete button!")
delay_print("There it is! The BIOS opens up. Finally!")
delay_print("Your time is limited, you move as fast as physically possible!")
delay_print("Never thought you would be dealing with Windows XP?!")
delay_print("Huge corporations like this surely have money to upgrade?! You think to yourself")
delay_print("Well time is money and right now you have none of the two.")
delay_print("So you start the procedure.")
delay_print("You've done this many times before.")
delay_print("You install a whole new Windows XP Operating Stystem and overwrite the old one while keeping all the data. Simple enough...")
delay_print("Well this is going to take a while. Windows XP... I wish the IT guys even tried upgrading these shitboxes.")
delay_print("60%!")
delay_print("75%!")
delay_print("100%!")
delay_print("You have now succesfully flashed the bios and installed a whole new Operating System Identical to the one previously installed")
delay_print("You now have the key, so you move onto the server room")
delay_print("")
enter = input("Press ENTER to continue")
rec1()
cls()
delay_print("This is it!")
delay_print("You swiftly walk into the hot aisle and access the server,")
delay_print("Using the key you log into the server terminal")
delay_print("You install a backdoor as per usual and you start downloading the data!")
delay_print("10%...")
delay_print("Something is not right, you feel anxious")
delay_print("20%...")
delay_print("The lights go out!")
delay_print("Your phone rings!")
delay_print("You have a new notification!")
delay_print("")
delay_print("You:")
delay_print("A: Check to see what it is")
delay_print("B: This is not the time!")
choice3 = input("")
cls()
if choice3 == "A":
delay_print("New Message from: Bandit")
delay_print("The servers just went down. it must be an electrical short from the DDoS attack, server must have overloaded. You have 60 Secconds before the backup servers come up, I don't know If I can handle them , so be quick and get out of there before we get caught!")
delay_print("You look back at the data download screen")
delay_print("")
enter = input("Press ENTER to continue")
if choice3 == "B":
pass
cls()
delay_print("60%")
delay_print("70%")
delay_print("Lights are still out.")
delay_print("Acting out of fear you stop the download!")
delay_print("")
enter = input("Press ENTER to stop the download")
cls()
delay_print("You quickly get out of the hot isle!")
delay_print("You see a window and climb out the building!")
delay_print("You rush to the fence and get into Bandit's van that is parked just outside!")
delay_print("")
enter = input("Press ENTER to get into the van")
cls()
delay_print("You made it!")
delay_print("All that is left to do is to:")
delay_print("A: Sell the data on the Black Market")
delay_print("B: Use the data as ransom and get money from The Corporation")
choice4 = input("")
cls()
if choice4 == "A":
delay_print("You go home, you get back on that usual website frequented by criminals")
delay_print("and open up a new listing: Bank details, Addresses, Names, Currenct Home Income, Occupation, Many more, fresh off a bank server!")
delay_print("You are now officially a data thieve!")
delay_print("A few days go by and you have gotten rid of all the data")
delay_print("You and Bandit now share the earnings.")
delay_print("You have now retired with 50 million dollars in your bank account!")
delay_print("")
end = input("THE END. Press ENTER to exit")
cls()
if choice4 == "B":
delay_print("You go home, you wait a few days, making sure no one realised the data breach,")
delay_print("You then contact the bank and use the Data as ransom, threatening you know ways of exploiting their system and that you already have important information that they might not want published!")
delay_print("The bank desperately not having an option they opt to pay you in order to keep their information secure.")
delay_print("You are now officially a data thief!")
delay_print("You and Bandit now share the earnings.")
delay_print("You have now retired with 250 million dollars in your bank account!")
delay_print("")
end = input("THE END. Press ENTER to exit")
cls()
elif choice1 == "B" or choice1 == "b":
delay_print("Using a fake email account, you send malicious malware through a fake email pretending to be a coleague from another bank to the manager's computer, thus spreading the virus to the whole network, recording keystrokes and passwords.")
delay_print("You then wait until nightfall")
delay_print("It's 23:33 pm")
delay_print("")
enter = input("Press ENTER to continue")
cls()
delay_print("It's time...")
delay_print("You enter quietly into the manager's office")
delay_print("You log into the manager's desktop PC...")
delay_print("Luckily there is an exploit that allows you to install a whole new Windows XP Operating Stystem and overwrite the old one while keeping all the data.")
delay_print("You then execute some commands on the terminal that let you change the admin password")
delay_print("The lights go off. Something is up!")
cls()
delay_print("You can:")
delay_print("Choice A: Check the security Cameras")
delay_print("Choice B: Keep on going")
choice5 = input("")
cls()
if choice5 == "A" or choice5 == "a":
delay_print("Since you are in the network you have access to the security cameras")
delay_print("Upon checking the security room, you see a guard closly watching the manager's computer screen; He is all red in the face!")
delay_print("The security guard rushes into the manager's office!")
delay_print("He approaches the computer and tries to access it, but to no avail. The DDos attacks are still holding on!")
delay_print("")
enter = input("Press ENTER to continue")
elif choice5 == "B" or choice5 == "b":
delay_print("You keep on going")
delay_print("")
enter = input("Press ENTER to continue")
cls()
delay_print("You finally manage to get the encryption key and give it to bandit")
delay_print("The packets contrinuously stream into the bank's servers overloading them, temporarily shutting the system down")
delay_print("A teardrop attack follows, leaving no chance for the backup servers to reboot, rendering them even more useless.")
delay_print("One thing you didn't make sure is if you had enough space, so")
delay_print("You retrieve all the data you possibly can...")
delay_print("The secuirty guard is heading outside looking for suspects!")
delay_print("You don't want to be spotted!")
delay_print("")
enter = input("Press ENTER to continue")
cls()
delay_print("You can:")
delay_print("Choice A: You install a backdoor")
delay_print("Choice B: You leave the area")
choice6 = input("What do you do?")
cls()
if choice6 == "a" or choice6 == "A":
delay_print("Bandit suggest you should install a backdoor so you can get back inside later")
delay_print("He sends a virus into the system so that any information going in is immediately deleted, so you can cover your tracks")
delay_print("You notice that someone is launching a black hole filtering, the guard must have called the cyber security team!")
delay_print("The DDos attacks are still going strong so excessive traffic seems to exploit the filtering.")
delay_print("The attacks pass right through the open firwall port that was intended to allow access for legitimate users")
delay_print("The Breach is done!")
delay_print("")
enter = input("Press ENTER to continue")
elif choice6 == "b" or choice6 == "B":
delay_print("You grab the wheel and you immediately leave the area")
delay_print("")
enter = input("Press ENTER to continue")
cls()
delay_print("We leave the area knowing that our tracks are untraceable.")
delay_print("We deleted all the footage from the cameras and none of their attempts to stopping")
delay_print("Our DDoS attacks succeeded!")
delay_print("We are golden!")
delay_print("")
enter = input("Press ENTER to continue")
cls()
delay_print("All that is left to do is:")
delay_print("Choice A: Sell the data on the Black Market")
delay_print("Choice B: Use the data as a ransom and get money from the Corporation")
choice7 = input("What do you do?")
cls()
if choice7 == "a" or choice7 == "A":
delay_print("You go home, you get back on that usual website frequented by criminals and open up a new listing: Bank details,Addresses,Names,Currenct Home Income,Occupation, Many more, fresh off a bank server!")
delay_print("You are now officially a Data thief!")
delay_print("A few days go by and you have gotten rid of all the data")
delay_print("You and Bandit now share the earnings.")
delay_print("You have now retired with 150 million dollars in your bank account!")
delay_print("")
end = input("THE END. Press ENTER to exit")
cls()
elif choice7 == "b" or choice7 == "B":
delay_print("You go home, you wait a few days, making sure no one realised the data breach,")
delay_print("You then contact the bank and use the Data as ransom, threatening you know ways of exploiting their system and that you already have important information that they might not want published!")
delay_print("The bank desperately not having an option they opt to pay you in order to keep their information secure.")
delay_print("You are now officially a data thief!")
delay_print("You and Bandit now share the earnings.")
delay_print("You have now retired with 350 million dollars in your bank account!")
delay_print("")
end = input("THE END. Press ENTER to exit")
cls()