mirror of
https://github.com/bettercap/bettercap
synced 2025-08-22 06:23:18 -07:00
Updated author log in each rdp.proxy modules
This commit is contained in:
parent
f8b02d9326
commit
c2502ea954
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ func (mod RdpProxy) Description() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mod RdpProxy) Author() string {
|
func (mod RdpProxy) Author() string {
|
||||||
return "Alexandre Beaulieu <alex@segfault.me>"
|
return "Alexandre Beaulieu <alex@segfault.me> && Maxime Carbonneau <pourliver@gmail.com>"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mod *RdpProxy) Configure() (err error) {
|
func (mod *RdpProxy) Configure() (err error) {
|
||||||
|
|
|
@ -25,7 +25,7 @@ func (mod RdpProxy) Description() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mod RdpProxy) Author() string {
|
func (mod RdpProxy) Author() string {
|
||||||
return "Alexandre Beaulieu <abeaulieu@gosecure.net>"
|
return "Alexandre Beaulieu <alex@segfault.me> && Maxime Carbonneau <pourliver@gmail.com>"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mod *RdpProxy) Configure() (err error) {
|
func (mod *RdpProxy) Configure() (err error) {
|
||||||
|
|
|
@ -23,7 +23,7 @@ func (mod RdpProxy) Description() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mod RdpProxy) Author() string {
|
func (mod RdpProxy) Author() string {
|
||||||
return "Alexandre Beaulieu <alex@segfault.me>"
|
return "Alexandre Beaulieu <alex@segfault.me> && Maxime Carbonneau <pourliver@gmail.com>"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (mod *RdpProxy) Configure() (err error) {
|
func (mod *RdpProxy) Configure() (err error) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue