Files
EnglishRolePlayGame/data.js
T
NonoL3Robot 45003a3124 IHM
2021-10-14 10:43:43 +02:00

83 lines
3.2 KiB
JavaScript

let data = [
{
question:"You conceived a virus: do you sell it?",
answers: ["Yes","No"]
},
{
question:"You have to protect the NASA from cyber attacks, what do you do?",
answers: ["I implement a password manager","I raise employee awareness"]
},
{
question: "Do you send a phishing email to E-Corp (a NASA subsidiary) with your virus?",
answers: ["Yes","No"]
},
{
question: "Today, half of the company's computers have crashed: all the processors have imploded and caused a fire in the building, what do you do?",
answers: ["I put water to put out the fire","I cut the company's power supply in an emergency"]
},
{
question: "Do I get information about NASA employees?",
answers: ["Yes","No"]
},
{
question:"Do you update the company's VPS virus database?",
answers: ["Yes","No"]
},
{
question:"You develop a Trojan horse, do you want to publish it on the darkweb?",
answers: ["Yes","No"]
},
{
question:"Do you spend all day surfing hacking forums?",
answers: ["Yes","No"]
},
{
question:"Do you want to launch a DDoS attack on the delivery website of the local pizzeria?",
answers: ["Yes","No"]
},
{
question:"Although you have tried to protect the company, you are a victim of ransomware, what do you do?",
answers: ["I disconnect all the power supplies and the company network","I wait for the director to pay the ransom"]
},
{
question:"To protect your money do you convert it into Bitcoin?",
answers: ["Yes","No"]
},
{
question:"You have discovered a virus with interesting technology.",
answers: ["You try to trace the hacker from it","You show it to the police and inform the director"]
},
{
question:"You become more and more known in the hacking world and you decide to set up a team, do you attack the NSA?",
answers: ["Yes","No"]
},
{
question:"While surfing on darkweb forums, you heard about the creation of a suspicious team of hackers.",
answers: ["You try to infiltrate them","You hire someone to track them down"]
},
{
question:"A member of your team reported you to the authorities, what do you do?",
answers: ["I move all my money to another bank and change my identity","I move to another country"]
},
{
question:"You just got a promotion for your investment in the company. Do you invite your friends to celebrate this good news?",
answers: ["Yes","No, I'm already invited to another party"]
},
{
question:"Friends invite me to a party, do you go?",
answers: ["Yes, no worries, my group will carry out an attack during the night","No, I could be attacked when I'm away"]
},
{
question:"During your party you get a call from your boss who informs you that someone has entered the HoneyPot you set up.",
answers: ["I continue the party because I am confident in my technology","I leave the party and drive back to work (drink driving again...)"]
},
{
question:"You program a website that sells the NASA information, do you put up the information of your friend who works there?",
answers: ["Yes","No"]
},
{
question:"You hack the website and have access to the information of the hackers, do you want to reveal their identities to the public?",
answers: ["Yes","No"]
}
];