2020-04-29 20:41:51 -04:00
|
|
|
---
|
|
|
|
id: 5ea9997bbec2e9bc47e94dae
|
|
|
|
title: Introduction and Setup
|
|
|
|
challengeType: 11
|
|
|
|
videoId: XeQ7ZKtb998
|
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
2020-08-04 20:56:41 +01:00
|
|
|
|
2020-04-29 20:41:51 -04:00
|
|
|
<section id='description'>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
2020-08-04 20:56:41 +01:00
|
|
|
|
2020-04-29 20:41:51 -04:00
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
2020-05-28 22:40:36 +09:00
|
|
|
text: |
|
|
|
|
What code editor and extension does the instructor recommend for developing penetration testing tools in Python?
|
|
|
|
|
2020-04-29 20:41:51 -04:00
|
|
|
answers:
|
2020-08-04 20:56:41 +01:00
|
|
|
- |
|
|
|
|
Atom and the atom-python-run extension.
|
|
|
|
- |
|
|
|
|
VSCode and Microsoft's Python extension.
|
|
|
|
- |
|
|
|
|
Sublime Text and the Anaconda package.
|
2020-05-28 22:40:36 +09:00
|
|
|
solution: 2
|
2020-04-29 20:41:51 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|