You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -243,11 +316,11 @@ Docker for pentest is an image with the more used tools to create an pentest env
243
316
- apache2
244
317
- squid
245
318
246
-
## 📝 Documentation
319
+
## :memo: Documentation
247
320
248
321
See the project's [wiki](https://github.com/aaaguirrep/pentest/wiki) for documentation.
249
322
250
-
## 🛠️ Usage
323
+
## :hammer_and_wrench: Usage
251
324
252
325
### Prerequisites
253
326
@@ -296,7 +369,7 @@ There are differents use cases for use the image and you should know how to run
296
369
297
370
5. Tools are downloaded in /tools directory.
298
371
299
-
## ⚙️ Nice configurations
372
+
## :gear: Nice configurations
300
373
301
374
You can set up the docker image with nice configurations like as:
302
375
@@ -345,15 +418,17 @@ Create a new Dockerfile with the next steps, build a new image and run a new con
345
418
# Save and load command history in your local environment
346
419
RUN sed -i '1i export HISTFILE="/pentest/.zsh_history"' /root/.zshrc
347
420
348
-
## ✅ Environment tested
421
+
## :white_check_mark: Environment tested
349
422
350
423
The image was tested in the following environments:
351
424
352
425
- Docker service for Mac: Docker version 19.03.5, build 633a0ea
353
426
354
427
- Docker service for Linux instance on Google Cloud Platform: Docker version 19.03.6, build 369ce74a3c
355
428
356
-
## ⚠️ Warning
429
+
- Docker service for Linux droplet on Digital Ocean: Docker version 19.03.6, build 369ce74a3c
430
+
431
+
## :warning: Warning
357
432
358
433
- Do not save information on container directories because it will be lost after delete the container, you should save information in your local environment using the parameter -v when you run the container. For instance:
359
434
@@ -363,19 +438,19 @@ The image was tested in the following environments:
363
438
364
439
- Use hashcat and john the ripper on controlled environments as CTF. You can experiment issues.
365
440
366
-
## Donations
441
+
## :coffee:Donations
367
442
368
443
Thanks for your donations, are always appreciated.
369
444
370
445
While I drink the coffee I check more tools to add in the docker image.
371
446
372
-
<ahref="https://www.buymeacoffee.com/aaaguirrep"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/default-orange.png"alt="Buy Me A Coffee"style="height: 40px!important; width: 174px!important;" ></a>
447
+
<ahref="https://www.buymeacoffee.com/aaaguirrep"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/default-orange.png"alt="Buy Me A Coffee"style="height: 23px!important; width: 100px!important;" ></a>
373
448
374
449
## Contributing
375
450
376
451
[Contributing Guide](CONTRIBUTING.md)
377
452
378
-
## Stargazers over time
453
+
## :chart_with_upwards_trend:Stargazers over time
379
454
380
455
[](https://starchart.cc/aaaguirrep/pentest)
0 commit comments