Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major upgrade and some new features #14

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

millaguie
Copy link

This PR upgrades:

  • Ubuntu base version
  • SSLyze version
  • Nikto version
  • Nmap version
  • Curl version

And adds some new features:

  • Some working examples
  • New Makefile options to run examples
  • Add OWASP ZAP to the image
  • Add ZAP API scan to the image
  • Add Heartbleed to the image
  • Add Garmr to the image
  • Improve image layers management
  • Improve Dirbuster installation

@@ -4,6 +4,10 @@ build:
@echo "Building docker container..."
@./build-gauntlt.sh

build-dev:
@echo "Building docker development container..."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need a docker-dev file?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's to build gauntlt from a different branch or repo, for example while developping a new feature.

* Add support for development branch builds

* ADD Real support for zap-api-scan

* add zap-api-scan example

* Change harcoeded zap/wrk directory to output dir, add output dir to mounts

* ADD an example for server leaking software information, and some bugfixing

Signed-off-by: Javier Picado Ladrón de Guevara <[email protected]>

* Improve English

* Build dev docker from master, change dockerfile to support ZAP and zap-api-scan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants