mirror of
https://github.com/bettercap/bettercap
synced 2025-08-22 14:24:38 -07:00
Updated Author string
This commit is contained in:
parent
edbdf5fe4e
commit
f92b5d842c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ func (mod RdpProxy) Description() 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) isTarget(ip string) bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue