diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2019-02-25 23:02:51 -0500 |
---|---|---|
committer | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2019-02-25 23:02:51 -0500 |
commit | 14dbf8aca26eaaa807fcfaa21e94047294186485 (patch) | |
tree | ca255fb6663593018ec06797546e33ad7e0589a0 /README.md | |
parent | 7627a737daf28d1a039c2693e3dc5c90feb62862 (diff) | |
download | Inveigh-14dbf8aca26eaaa807fcfaa21e94047294186485.tar.gz Inveigh-14dbf8aca26eaaa807fcfaa21e94047294186485.zip |
Added SMB Kerberos TGT capture and kirbi output
Added SMB Kerberos TGT capture through packet sniffing and kirbi output. To use, credentials are required for an account with unconstrained delegation.
This is still in the early stages. I'm not using an ASN.1 library so there is probably lots that can throw off the parsing.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Inveigh is a PowerShell ADIDNS/LLMNR/mDNS/NBNS spoofer and man-in-the-middle too * https://blog.netspi.com/inveigh-whats-new-in-version-1-4/ ## Wiki -* https://github.com/SecureAuthCorp/impacket +* https://github.com/Kevin-Robertson/Inveigh/wiki ## Included In * PowerShell Empire - https://github.com/PowerShellEmpire/Empire |