|
1 | 1 | <!-- markdownlint-disable MD033 MD041 -->
|
2 |
| -<h2>VPS - Docker for pentest</h2> |
| 2 | +<h2>Offensive Docker VPS</h2> |
3 | 3 |
|
4 |
| -Create a VPS on Google Cloud Platform or Digital Ocean easily with the [docker for pentest](https://github.com/aaaguirrep/pentest) included to launch the assessment to the target. |
| 4 | +Create a VPS on Google Cloud Platform or Digital Ocean easily to use [Offensive Docker](https://github.com/aaaguirrep/offensive-docker) and launch the assessments to the targets. |
5 | 5 |
|
6 | 6 | :tada::tada:**Digital Ocean Bonus**:tada::tada:
|
7 | 7 | You can sign up with my referral link <https://m.do.co/c/0d2d40f6a8a1> and get $100 free credit to try it out!
|
@@ -39,7 +39,7 @@ You can sign up with my referral link <https://m.do.co/c/0d2d40f6a8a1> and get $
|
39 | 39 | #### 1.- Clone the repository
|
40 | 40 |
|
41 | 41 | ```console
|
42 |
| -git clone --depth 1 https://github.com/aaaguirrep/vps-docker-for-pentest.git vps |
| 42 | +git clone --depth 1 https://github.com/aaaguirrep/offensive-docker-vps.git vps |
43 | 43 | cd vps
|
44 | 44 | ```
|
45 | 45 |
|
|
55 | 55 |
|
56 | 56 | - Create a new project.
|
57 | 57 | - Create service account with "Compute Admin" role and download a key in json format in credentials folder.
|
58 |
| -- Rename the key to pentest.json |
| 58 | +- Rename the key to gcp.json |
59 | 59 | - Enable "Compute Engine API" for the project.
|
60 | 60 |
|
61 | 61 | ##### For Digital Ocean
|
|
64 | 64 |
|
65 | 65 | ##### SSH Private and Public keys
|
66 | 66 |
|
67 |
| -- Inside credentials folder run `ssh-keygen -t rsa -f pentest` in the terminal. Empty passphrase is ok. |
| 67 | +- Inside credentials folder run `ssh-keygen -t rsa -f offensive` in the terminal. Empty passphrase is ok. |
68 | 68 | - It creates two files: private and public key.
|
69 | 69 |
|
70 | 70 | #### 3.- Terraform
|
@@ -142,7 +142,7 @@ ok: [x.x.x.x] => {
|
142 | 142 |
|
143 | 143 | ```Console
|
144 | 144 | # Access to VPS
|
145 |
| -$ ssh pentest@x.x.x.x -i ../credentials/pentest |
| 145 | +$ ssh offensive@x.x.x.x -i ../credentials/offensive |
146 | 146 | ```
|
147 | 147 |
|
148 | 148 | **Demo**
|
@@ -175,7 +175,7 @@ Thanks for your donations, are always appreciated.
|
175 | 175 |
|
176 | 176 | ### :chart_with_upwards_trend: Stargazers over time
|
177 | 177 |
|
178 |
| -[](https://starchart.cc/aaaguirrep/vps-docker-for-pentest) |
| 178 | +[](https://starchart.cc/aaaguirrep/offensive-docker-vps) |
179 | 179 |
|
180 | 180 | ### License
|
181 | 181 |
|
|
0 commit comments