mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
fix: using spoofed names for TLS certificate generation in order to be less fingerprintable (fixes #12)
This commit is contained in:
parent
9909cc877f
commit
2454a669bb
2 changed files with 7 additions and 6 deletions
|
@ -42,12 +42,12 @@ func NewRestAPI(s *session.Session) *RestAPI {
|
|||
"API authentication username."))
|
||||
|
||||
api.AddParam(session.NewStringParameter("api.rest.certificate",
|
||||
"~/.bettercap-ng.api.rest.certificate.pem",
|
||||
"~/.bcap-api.rest.certificate.pem",
|
||||
"",
|
||||
"API TLS certificate."))
|
||||
|
||||
api.AddParam(session.NewStringParameter("api.rest.key",
|
||||
"~/.bettercap-ng.api.rest.key.pem",
|
||||
"~/.bcap-api.rest.key.pem",
|
||||
"",
|
||||
"API TLS key"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue