Skip to content

Commit

Permalink
Improve manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
eribertomota authored and titanous committed May 27, 2014
1 parent 5d7a52f commit d65a8b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions man/heartbleeder.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ OPTIONS
-retry=10s Seconds to wait before retesting a host after an unfavorable response.
-timeout=5s Timeout after sending heartbeat.
-workers=40 Number of workers to scan hosts with, only used with hostfile flag.
EXAMPLES
*Multiple hosts: Multiple hosts may be monitored by setting -hostfile flag to a file with newline separated addresses.
*Testing PostgreSQL: Postgres uses OpenSSL in a slightly different way. To test whether a Postgres server is vulnerable, run the following (defaults to port 5432). Example: $ heartbleeder -pg example.com
NOTES
Multiple hosts may be monitored by setting '-hostfile' flag to a file with newline separated addresses. A web dashboard will be available at 'http://localhost:5000' by default.

Postgres uses OpenSSL in a slightly different way. To test whether a Postgres server is vulnerable, run the following (defaults to port 5432). Example:

$ heartbleeder -pg example.com.br
WARNING
No guarantees are made about the accuracy of results, and you should verify them independently by checking your OpenSSL build.
AUTHOR
Expand Down

0 comments on commit d65a8b6

Please sign in to comment.