misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-12 11:51:27 +01:00
commit cf953b1e02
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
28 changed files with 28 additions and 28 deletions

View file

@ -99,7 +99,7 @@ func (d BLERecon) Description() string {
}
func (d BLERecon) Author() string {
return "Simone Margaritelli <evilsocket@protonmail.com>"
return "Simone Margaritelli <evilsocket@gmail.com>"
}
func (d *BLERecon) isEnumerating() bool {

View file

@ -50,7 +50,7 @@ func (d BLERecon) Description() string {
}
func (d BLERecon) Author() string {
return "Simone Margaritelli <evilsocket@protonmail.com>"
return "Simone Margaritelli <evilsocket@gmail.com>"
}
func (d *BLERecon) Configure() (err error) {