Fix typos for documentation (postgressql & telnet)

GSoC/Meterpreter_Web_Console
Wei Chen 2018-11-26 13:51:13 -06:00
parent 8b4cf2c3e2
commit 347efb549c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ This module creates a mock PostgreSQL server which accepts credentials. Upon re
**SSLCert**
File path to a combined Private Key and Certificate file. If not provided, a certificate will be automatically
generated. Default is ``.
generated. Default is null.
## Scenarios

View File

@ -10,7 +10,7 @@ This module creates a mock telnet server which accepts credentials. Upon receiv
**BANNER**
The Banner which should be displayed. Default is ``, which will display `Welcome`.
The Banner which should be displayed. Default is empty, which will display `Welcome`.
**SSL**