Skip to content

Commit 522457d

Browse files
committed
readme modifications
1 parent dd1224a commit 522457d

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15+
1516
1. Go to '...'
1617
2. Click on '....'
1718
3. Scroll down to '....'
@@ -24,8 +25,9 @@ A clear and concise description of what you expected to happen.
2425
If applicable, add screenshots to help explain your problem.
2526

2627
**Desktop (please complete the following information):**
27-
- OS: [e.g. Win, Lin, macOS]
28-
- Docker version [e.g. 22]
28+
29+
- OS: [e.g. Win, Lin, macOS]
30+
- Docker version [e.g. 22]
2931

3032
**Additional context**
3133
Add any other context about the problem here.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@
2626

2727
Docker for pentest is an image with the more used tools to create an pentest environment easily and quickly.
2828

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+
2931
### Table of Contents
3032

3133
- [Features](#features)
34+
- [Requirements](#requirements)
3235
- [Tools installed](#tools-installed)
3336
- [Operative system tools](#operative-system-tools)
3437
- [Network tools](#network-tools)
@@ -61,7 +64,6 @@ Docker for pentest is an image with the more used tools to create an pentest env
6164
- [Other services](#other-services)
6265
- [:memo: Documentation](#memo-documentation)
6366
- [:hammer_and_wrench: Usage](#hammer_and_wrench-usage)
64-
- [Prerequisites](#prerequisites)
6567
- [Option 1 - Use the github repository](#option-1---use-the-github-repository)
6668
- [Option 2 - Use the image from docker hub](#option-2---use-the-image-from-docker-hub)
6769
- [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
9496
- Monitor for linux processes without root permissions
9597
- Zsh shell installed.
9698

99+
## Requirements
100+
101+
- Docker service installed
102+
97103
## Tools installed
98104

99105
### Operative system tools
@@ -322,10 +328,6 @@ See the project's [wiki](https://github.com/aaaguirrep/pentest/wiki) for documen
322328

323329
## :hammer_and_wrench: Usage
324330

325-
### Prerequisites
326-
327-
- Docker service installed
328-
329331
You can use the docker image by the next two options:
330332

331333
### Option 1 - Use the github repository

0 commit comments

Comments
 (0)