An open API service indexing awesome lists of open source software.

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

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
```