aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-08-05 .NET 8 and NTLM parsing fixesv2.0.11masterkevin114-166/+257
Replaced .NET 7 with 8. NTLM parsing fixes.
2024-05-07Merge pull request #44 from Reelix/patch-1Kevin Robertson1-3/+3
Minor README typo fixes
2024-02-22Minor README typo fixesReelix1-3/+3
2023-06-12.NET 7 and NativeAOT Buildsv2.0.10kevin6-21/+50
Removed .NET 6 builds. Added .NET 7 and NativeAOT builds.
2023-06-12Merge pull request #40 from kant2002/nativeaotKevin Robertson3-39/+23
Add support for compilation using NativeAOT
2022-10-25Add support for compilation using NativeAOTAndrii Kurdiumov3-39/+23
2022-10-05Merge branch 'master' of https://github.com/Kevin-Robertson/Inveighv2.0.9kevin1-1/+1
2022-10-05interval fix, DNS AAAAkevin9-11/+12
Fixed bug with intervals Enabled AAAA types in DNS
2022-09-28Update README.mdKevin Robertson1-1/+1
2022-09-27cleartext, proxy fixesv2.0.8kevin11-67/+129
Fixed cleartext capture/output bugs Added proxyauth reconnect relay Changed IgnoreHosts/ReplyToHosts to IgnoreQueries/ReplyToQueries
2022-09-18Delete .gitmodulesdevelopmentKevin Robertson1-6/+0
2022-09-18proxy auth fixv2.0.7kevin10-25/+279
Fixed proxy auth capture issue Added Costura.Fody
2022-08-28bug fixesv2.0.6kevin9-17/+79
high CPU usage with sniffer ICMPv6 socket graceful exit NTLMv2 parsing issue
2022-08-10bug fixesv2.0.5Kevin Robertson27-371/+763
bug fixes switched .net 4.5 to 4.6.2 switched .net 5.0 to 6.0 added workflow for release assemblies
2022-01-09Update Program.csKevin Robertson1-3/+3
2022-01-09Update HTTPListener.csKevin Robertson1-7/+16
Fix for Negotiate auth
2022-01-03ICMPv6TTL, output levels, bug fixesKevin Robertson1-2/+2
Added ICMPv6TTL parameter for ICMPv6 attacks. more Console parameter output levels, and bug fixes.
2022-01-03ICMPv6TTL, output levels, bug fixesKevin Robertson139-1082/+1996
Added ICMPv6TTL parameter for ICMPv6 attacks. more Console parameter output levels, and bug fixes.
2021-10-25Merge pull request #35 from ↵Kevin Robertson1-2/+2
Kevin-Robertson/dependabot/nuget/Inveigh/System.DirectoryServices.Protocols-5.0.1 Bump System.DirectoryServices.Protocols from 5.0 to 5.0.1 in /Inveigh
2021-10-12Bump System.DirectoryServices.Protocols from 5.0 to 5.0.1 in /Inveighdependabot[bot]1-2/+2
Bumps [System.DirectoryServices.Protocols](https://github.com/dotnet/runtime) from 5.0 to 5.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: System.DirectoryServices.Protocols dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-11bug fixesKevin Robertson8-31/+43
2021-06-21HTTP listener updateKevin Robertson3-26/+2
Remove unneeded code
2021-06-21Update README.mdKevin Robertson1-1/+1
2021-06-21Update README.mdKevin Robertson1-1/+9
2021-06-21Update README.mdKevin Robertson1-4/+12
2021-06-21Update README.mdKevin Robertson1-1/+9
2021-06-21Update README.mdKevin Robertson1-1/+16
2021-06-21Update README.mdKevin Robertson1-1/+9
2021-06-21Update README.mdKevin Robertson1-0/+7
2021-06-21Update README.mdKevin Robertson1-1/+9
2021-06-15Update README.mdKevin Robertson1-6/+6
2021-06-15Update README.mdKevin Robertson1-0/+5
2021-06-15Inveigh 2.02.0Kevin Robertson139-85/+17282
Rebuilt Cross-platform (Windows, Linux, macOS) New listeners (SMB, LDAP, WebDAV, HTTPS) Improved interactive console (tab complete, real time stats)
2021-05-04Update README.mdKevin Robertson1-0/+3
2020-09-20SMB capture fixKevin Robertson1-53/+81
2020-09-08HTTP server capture fixKevin Robertson1-4/+4
2020-05-26Proxy auth fixKevin Robertson1-11/+3
2020-05-25Proxy and HTTPS bug fixKevin Robertson1-8/+5
Fixed a bug that was preventing proxy and https listeners from finding a target.
2020-04-12Proxy auth fixKevin Robertson1-2/+2
https://github.com/Kevin-Robertson/Inveigh/issues/20
2019-08-18bug fixesKevin Robertson1-15/+48
2019-08-04Merge branch 'master' of https://github.com/Kevin-Robertson/InveighKevin Robertson1-1/+1
2019-08-04DNS spoofer fixesKevin Robertson1-4/+4
2019-07-31Update README.mdKevin Robertson1-1/+1
2019-07-31Inveigh 1.51,5Kevin Robertson3-1003/+2249
Added privileged and unprivileged DNS spoofer capable of answering incoming DNS requests. New ADIDNS attack called NS that can add an NS record to direct DNS requests to Inveigh host. Using this with WPAD can bypass the global query block list (GQBL). https://blog.netspi.com/adidns-revisited/ Pcap TCP and UDP output. New packet sniffing output including incoming SYN packets, kerberos auth negotiation, null responses, local DNS requests. Kerberos kirbi output for unconstrained delegation attacks. - https://blog.netspi.com/machineaccountquota-is-useful-sometimes/
2019-02-21Update README.mdKevin Robertson1-1/+1
2019-02-20Bug fixes and readme updateKevin Robertson2-68/+126
2018-09-25Inveigh 1.41.4Kevin Robertson9-6318/+10578
Inveigh Added ADIDNS attacks New detection evasions Inveigh Relay Added session and enumerate attacks Added ability to handle multiple targets with target selection based on the enumerate attack and/or BloodHound imports
2017-04-09Readme updateKevin Robertson1-1/+1
2017-04-09Inveigh 1.3.11.3.1Kevin Robertson2-367/+580
Added try/finally block to shutdown runspaces when using Empire 2.0's "jobs kill" command. Added handling for Firefox popup boxes. Fixed Empire console output. Various other small bug fixes and comment corrections.
2017-04-06Empire output fix, comment updatesKevin Robertson2-106/+153
Fixed the warning handling for running through Empire. Updated some comments where I left out mDNS.