Advertisement
squelch

fbctf.json

May 18th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. {
  2. "levels": [
  3. {
  4. "type": "quiz",
  5. "title": "Network Enumeration",
  6. "active": true,
  7. "description": "Developed by Gordon Lyon, this is an industry-standard network enumeration tool, used to scan and map devices connected to a network.",
  8. "entity_iso_code": "CA",
  9. "category": "Quiz",
  10. "points": 5,
  11. "bonus": 30,
  12. "bonus_dec": 10,
  13. "bonus_fix": 30,
  14. "flag": "nmap",
  15. "hint": "Google it.",
  16. "penalty": 3,
  17. "links": [],
  18. "attachments": []
  19. },
  20. {
  21. "type": "quiz",
  22. "title": "Subnetting",
  23. "active": true,
  24. "description": "How many valid hosts are on the network 192.168.170.0\/24?",
  25. "entity_iso_code": "CA",
  26. "category": "Quiz",
  27. "points": 5,
  28. "bonus": 30,
  29. "bonus_dec": 10,
  30. "bonus_fix": 30,
  31. "flag": "254",
  32. "hint": "This is also called a Class C network.",
  33. "penalty": 3,
  34. "links": [],
  35. "attachments": []
  36. }
  37. ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement