https://github.com/mablanco/docker-rapidscan
Docker image for Rapidscan, a multi-tool web vulnerability scanner
https://github.com/mablanco/docker-rapidscan
docker pentesting security
Last synced: about 1 month ago
JSON representation
Docker image for Rapidscan, a multi-tool web vulnerability scanner
- Host: GitHub
- URL: https://github.com/mablanco/docker-rapidscan
- Owner: mablanco
- License: gpl-3.0
- Created: 2019-06-14T16:42:49.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T21:20:14.000Z (over 1 year ago)
- Last Synced: 2026-04-30T00:38:37.117Z (2 months ago)
- Topics: docker, pentesting, security
- Language: Dockerfile
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-rapidscan
Docker image for Rapidscan, a multi-tool web vulnerability scanner (). This image is built on official Kali Linux image.
## How to use this image
By default, this image will run Rapidscan with no parameters. You have to add the ones you need according to the documentation in the Rapidscan repository.
### Show Rapidscan inline help
```bash
~ docker run -t --rm mablanco/rapidscan
```
### Run an analysis against a website, saving report in
```bash
~ docker run -it --rm -v :/app mablanco/rapidscan example.com
```