Files
freeCodeCamp/curriculum/challenges/_meta/python-for-penetration-testing/meta.json
Nicholas Carrigan (he/him) 8372623f69 chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order

* chore: update orders

* fix(tests): temporarily ignore cert super

The Relational Databases cert being 'upcomingChanges' is breaking
the tests.

* fix: graphql query here

* fix: use only one meta

* chore: remove unnecessary superOrders

* chore: zero-based indexing

* fix: update mock

* refactor: remove unused fixture

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-12-06 16:55:13 +00:00

41 lines
881 B
JSON

{
"name": "Python for Penetration Testing",
"isUpcomingChange": false,
"dashedName": "python-for-penetration-testing",
"order": 1,
"time": "5 hours",
"template": "",
"required": [],
"superBlock": "information-security",
"superOrder": 9,
"challengeOrder": [
[
"5ea9997bbec2e9bc47e94dae",
"Introduction and Setup"
],
[
"5ea9997bbec2e9bc47e94daf",
"Understanding Sockets and Creating a TCP Server"
],
[
"5ea9997bbec2e9bc47e94db0",
"Creating a TCP Client"
],
[
"5ea9997bbec2e9bc47e94db1",
"Developing an Nmap Scanner part 1"
],
[
"5ea9997bbec2e9bc47e94db2",
"Developing an Nmap Scanner part 2"
],
[
"5ea9997bbec2e9bc47e94db3",
"Developing a Banner Grabber"
],
[
"5ea9997bbec2e9bc47e94db4",
"Developing a Port Scanner"
]
]}