Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
nikto to sqlmap rename
  • Loading branch information
kost committed Jun 7, 2016
1 parent 5f0b36e commit 3d4b886
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions alpine-sqlmap/README.md
@@ -1,25 +1,25 @@
# k0st/alpine-nikto-git
# k0st/alpine-sqlmap-git

Dockerized nikto from github (git)
Dockerized sqlmap from github (git)

Image is based on the [gliderlabs/alpine](https://registry.hub.docker.com/u/gliderlabs/alpine/) base image

## Docker image size

[![Latest](https://badge.imagelayers.io/k0st/alpine-nikto-git.svg)](https://imagelayers.io/?images=k0st/alpine-nikto-git:latest 'latest')
[![Latest](https://badge.imagelayers.io/k0st/alpine-sqlmap-git.svg)](https://imagelayers.io/?images=k0st/alpine-sqlmap-git:latest 'latest')

## Docker image usage

```
docker run --rm -it k0st/alpine-nikto-git -host www.example.org -port 443 -ssl
docker run --rm -it k0st/alpine-sqlmap-git -u http://vuln.site.com/i?=1 -p i
```

## Examples

Run scan on https://www.example.org:

```
docker run --rm -it k0st/alpine-nikto-git -host www.example.org -port 443 -ssl
docker run --rm -it k0st/alpine-sqlmap-git -u http://vuln.site.com/i?=1 -p i
```

### Todo
Expand Down

0 comments on commit 3d4b886

Please sign in to comment.