Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Commit

Permalink
Document validate target option
Browse files Browse the repository at this point in the history
  • Loading branch information
yanc0 committed May 12, 2017
1 parent 3e1f859 commit 73c7a42
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Usage of ./beeping:
The port to bind the server to (default "8080")
-tlsmode
Activate SSL/TLS versions and Cipher support checks (slow)
-validatetarget
Perform some security checks on the target provided (default true)
```

**Notes**
Expand All @@ -70,7 +72,7 @@ See: http://dev.maxmind.com/geoip/geoip2/geolite2/

## Build

Beeping is known to only compile with Golang 1.8.x + (see #14)
Beeping is known to only compile with Golang 1.8.x + (see #14 )

```shell
go get -u github.com/golang/dep
Expand Down Expand Up @@ -150,6 +152,10 @@ beeping returns HTTP 500 when check fail. The body contains the reason of the fa

## Changelog

### 0.6.0 - UNRELEASED

* Validate target - CWE-918 GH-16 (Aaron Hnatiw - @insp3ctre)

### 0.5.0 - 2017-05-07

* Add TLS Mode, now show server supported ciphers and SSL/TLS versions
Expand Down Expand Up @@ -184,6 +190,12 @@ beeping returns HTTP 500 when check fail. The body contains the reason of the fa

Feel free to make a pull request.

## Contributors

* Yann Coleu
* Aaron Hnatiw
* Aimof

## Licence

```
Expand Down

0 comments on commit 73c7a42

Please sign in to comment.