|
26 | 26 |
|
27 | 27 | Docker for pentest is an image with the more used tools to create an pentest environment easily and quickly.
|
28 | 28 |
|
| 29 | +:arrow_right: **Note:** Check out the next repo to know how to launch the docker for pentest in a VPS in Google Cloud Platform or Digital Ocean. [VPS for docker for pentest](https://github.com/aaaguirrep/vps-docker-for-pentest) |
| 30 | + |
29 | 31 | ### Table of Contents
|
30 | 32 |
|
31 | 33 | - [Features](#features)
|
| 34 | +- [Requirements](#requirements) |
32 | 35 | - [Tools installed](#tools-installed)
|
33 | 36 | - [Operative system tools](#operative-system-tools)
|
34 | 37 | - [Network tools](#network-tools)
|
@@ -61,7 +64,6 @@ Docker for pentest is an image with the more used tools to create an pentest env
|
61 | 64 | - [Other services](#other-services)
|
62 | 65 | - [:memo: Documentation](#memo-documentation)
|
63 | 66 | - [:hammer_and_wrench: Usage](#hammer_and_wrench-usage)
|
64 |
| - - [Prerequisites](#prerequisites) |
65 | 67 | - [Option 1 - Use the github repository](#option-1---use-the-github-repository)
|
66 | 68 | - [Option 2 - Use the image from docker hub](#option-2---use-the-image-from-docker-hub)
|
67 | 69 | - [Considerations to run the container](#considerations-to-run-the-container)
|
@@ -94,6 +96,10 @@ Docker for pentest is an image with the more used tools to create an pentest env
|
94 | 96 | - Monitor for linux processes without root permissions
|
95 | 97 | - Zsh shell installed.
|
96 | 98 |
|
| 99 | +## Requirements |
| 100 | + |
| 101 | +- Docker service installed |
| 102 | + |
97 | 103 | ## Tools installed
|
98 | 104 |
|
99 | 105 | ### Operative system tools
|
@@ -322,10 +328,6 @@ See the project's [wiki](https://github.com/aaaguirrep/pentest/wiki) for documen
|
322 | 328 |
|
323 | 329 | ## :hammer_and_wrench: Usage
|
324 | 330 |
|
325 |
| -### Prerequisites |
326 |
| - |
327 |
| -- Docker service installed |
328 |
| - |
329 | 331 | You can use the docker image by the next two options:
|
330 | 332 |
|
331 | 333 | ### Option 1 - Use the github repository
|
|
0 commit comments