mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
af9679ecc1
commit
f596541d1c
1 changed files with 0 additions and 1 deletions
|
@ -72,7 +72,6 @@ type Krb5Request struct {
|
|||
ReqBody Krb5ReqBody `asn1:"explicit,tag:4"`
|
||||
}
|
||||
|
||||
// $krb5$Krb5PnData[0].Krb5PnDataValue.Etype$Cname.NameString[0]$Realm$nodata$cipher
|
||||
func (kdc Krb5Request) String() (string, error) {
|
||||
var eType, cipher string
|
||||
var crypt []string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue