(self, *args, **kwargs)
| 30 | return kb.data.banner |
| 31 | |
| 32 | def getPrivileges(self, *args, **kwargs): |
| 33 | warnMsg = "on H2 it is not possible to enumerate the user privileges" |
| 34 | logger.warning(warnMsg) |
| 35 | |
| 36 | return {} |
| 37 | |
| 38 | def getHostname(self): |
| 39 | warnMsg = "on H2 it is not possible to enumerate the hostname" |