Update data.js

This commit is contained in:
NonoL3Robot
2021-10-14 09:33:06 +02:00
parent de80c2be34
commit de7c3050f6
+40 -40
View File
@@ -1,102 +1,102 @@
let data = [ let data = [
{ {
id: 1, id: 1,
question:, question:"You are a hacker and you conceived a virus: do you sell it?",
answers: [,] answers: ["Yes","No"]
}, },
{ {
id: 2, id: 2,
question:, question:"You have to protect the NASA from cyber attacks, what do you do?",
answers: [,] answers: ["I implement a password manager","I raise employee awareness"]
}, },
{ {
id: 3, id: 3,
question: "", question: "Do you send a phishing email to E-Corp (a NASA subsidiary) with your virus?",
answers: ["",""] answers: ["Yes","No"]
}, },
{ {
id: 4, id: 4,
question: "", 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: ["",""] answers: ["I put water to put out the fire","I cut the company's power supply in an emergency"]
}, },
{ {
id: 5, id: 5,
question: "", question: "Do I get information about NASA employees?",
answers: ["",""] answers: ["Yes","No"]
}, },
{ {
id: 6, id: 6,
question:"", question:"Do you update the company's VPS virus database?",
answers: ["",""] answers: ["Yes","No"]
}, },
{ {
id: 7, id: 7,
question:"", question:"You develop a Trojan horse, do you want to publish it on the darkweb?",
answers: ["",""] answers: ["Yes","No"]
}, },
{ {
id: 8, id: 8,
question:"", question:"Do you spend all day surfing hacking forums?",
answers: ["",""] answers: ["Yes","No"]
}, },
{ {
id: 9, id: 9,
question:"", question:"Do you want to launch a DDoS attack on the delivery website of the local pizzeria?",
answers: ["",""] answers: ["Yes","No"]
}, },
{ {
id: 10, id: 10,
question:"", question:"Although you have tried to protect the company, you are a victim of ransomware, what do you do?",
answers: ["",""] answers: ["I disconnect all the power supplies and the company network","I wait for the director to pay the ransom"]
}, },
{ {
id: 11, id: 11,
question:"", question:"To protect your money do you convert it into Bitcoin?",
answers: ["",""] answers: ["Yes","No"]
}, },
{ {
id: 12, id: 12,
question:"", question:"You have discovered a virus with interesting technology.",
answers: ["",""] answers: ["You try to trace the hacker from it","You show it to the police and inform the director"]
}, },
{ {
id: 13, id: 13,
question:"", 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: ["",""] answers: ["Yes","No"]
}, },
{ {
id: 14, id: 14,
question:"", question:"While surfing on darkweb forums, you heard about the creation of a suspicious team of hackers.",
answers: ["",""] answers: ["You try to infiltrate them","You hire someone to track them down"]
}, },
{ {
id: 15, id: 15,
question:"", question:"A member of your team reported you to the authorities, what do you do?",
answers: ["",""] answers: ["I move all my money to another bank and change my identity","I move to another country"]
}, },
{ {
id: 16, id: 16,
question:"", question:"You just got a promotion for your investment in the company. Do you invite your friends to celebrate this good news?",
answers: ["",""] answers: ["Yes","No, I'm already invited to another party"]
}, },
{ {
id: 17, id: 17,
question:"", question:"Friends invite me to a party, do you go?",
answers: ["",""] answers: ["Yes, no worries, my group will carry out an attack during the night","No, I could be attacked when I'm away"]
}, },
{ {
id: 18, id: 18,
question:"", question:"During your party you get a call from your boss who informs you that someone has entered the HoneyPot you set up.",
answers: ["",""] answers: ["I continue the party because I am confident in my technology","I leave the party and drive back to work (drink driving again...)"]
}, },
{ {
id: 19, id: 19,
question:"", question:"You program a website that sells the NASA information, do you put up the information of your friend who works there?",
answers: ["",""] answers: ["Yes","No"]
}, },
{ {
id: 20, id: 20,
question:"", 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: ["",""] answers: ["Yes","No"]
} }
]; ];