Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-05 | .NET 8 and NTLM parsing fixesv2.0.11master | kevin | 114 | -166/+257 | |
Replaced .NET 7 with 8. NTLM parsing fixes. | |||||
2024-05-07 | Merge pull request #44 from Reelix/patch-1 | Kevin Robertson | 1 | -3/+3 | |
Minor README typo fixes | |||||
2024-02-22 | Minor README typo fixes | Reelix | 1 | -3/+3 | |
2023-06-12 | .NET 7 and NativeAOT Buildsv2.0.10 | kevin | 6 | -21/+50 | |
Removed .NET 6 builds. Added .NET 7 and NativeAOT builds. | |||||
2023-06-12 | Merge pull request #40 from kant2002/nativeaot | Kevin Robertson | 3 | -39/+23 | |
Add support for compilation using NativeAOT | |||||
2022-10-25 | Add support for compilation using NativeAOT | Andrii Kurdiumov | 3 | -39/+23 | |
2022-10-05 | Merge branch 'master' of https://github.com/Kevin-Robertson/Inveighv2.0.9 | kevin | 1 | -1/+1 | |
2022-10-05 | interval fix, DNS AAAA | kevin | 9 | -11/+12 | |
Fixed bug with intervals Enabled AAAA types in DNS | |||||
2022-09-28 | Update README.md | Kevin Robertson | 1 | -1/+1 | |
2022-09-27 | cleartext, proxy fixesv2.0.8 | kevin | 11 | -67/+129 | |
Fixed cleartext capture/output bugs Added proxyauth reconnect relay Changed IgnoreHosts/ReplyToHosts to IgnoreQueries/ReplyToQueries | |||||
2022-09-18 | Delete .gitmodulesdevelopment | Kevin Robertson | 1 | -6/+0 | |
2022-09-18 | proxy auth fixv2.0.7 | kevin | 10 | -25/+279 | |
Fixed proxy auth capture issue Added Costura.Fody | |||||
2022-08-28 | bug fixesv2.0.6 | kevin | 9 | -17/+79 | |
high CPU usage with sniffer ICMPv6 socket graceful exit NTLMv2 parsing issue | |||||
2022-08-10 | bug fixesv2.0.5 | Kevin Robertson | 27 | -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-09 | Update Program.cs | Kevin Robertson | 1 | -3/+3 | |
2022-01-09 | Update HTTPListener.cs | Kevin Robertson | 1 | -7/+16 | |
Fix for Negotiate auth | |||||
2022-01-03 | ICMPv6TTL, output levels, bug fixes | Kevin Robertson | 1 | -2/+2 | |
Added ICMPv6TTL parameter for ICMPv6 attacks. more Console parameter output levels, and bug fixes. | |||||
2022-01-03 | ICMPv6TTL, output levels, bug fixes | Kevin Robertson | 139 | -1082/+1996 | |
Added ICMPv6TTL parameter for ICMPv6 attacks. more Console parameter output levels, and bug fixes. | |||||
2021-10-25 | Merge pull request #35 from ↵ | Kevin Robertson | 1 | -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-12 | Bump System.DirectoryServices.Protocols from 5.0 to 5.0.1 in /Inveigh | dependabot[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-11 | bug fixes | Kevin Robertson | 8 | -31/+43 | |
2021-06-21 | HTTP listener update | Kevin Robertson | 3 | -26/+2 | |
Remove unneeded code | |||||
2021-06-21 | Update README.md | Kevin Robertson | 1 | -1/+1 | |
2021-06-21 | Update README.md | Kevin Robertson | 1 | -1/+9 | |
2021-06-21 | Update README.md | Kevin Robertson | 1 | -4/+12 | |
2021-06-21 | Update README.md | Kevin Robertson | 1 | -1/+9 | |
2021-06-21 | Update README.md | Kevin Robertson | 1 | -1/+16 | |
2021-06-21 | Update README.md | Kevin Robertson | 1 | -1/+9 | |
2021-06-21 | Update README.md | Kevin Robertson | 1 | -0/+7 | |
2021-06-21 | Update README.md | Kevin Robertson | 1 | -1/+9 | |
2021-06-15 | Update README.md | Kevin Robertson | 1 | -6/+6 | |
2021-06-15 | Update README.md | Kevin Robertson | 1 | -0/+5 | |
2021-06-15 | Inveigh 2.02.0 | Kevin Robertson | 139 | -85/+17282 | |
Rebuilt Cross-platform (Windows, Linux, macOS) New listeners (SMB, LDAP, WebDAV, HTTPS) Improved interactive console (tab complete, real time stats) | |||||
2021-05-04 | Update README.md | Kevin Robertson | 1 | -0/+3 | |
2020-09-20 | SMB capture fix | Kevin Robertson | 1 | -53/+81 | |
2020-09-08 | HTTP server capture fix | Kevin Robertson | 1 | -4/+4 | |
2020-05-26 | Proxy auth fix | Kevin Robertson | 1 | -11/+3 | |
2020-05-25 | Proxy and HTTPS bug fix | Kevin Robertson | 1 | -8/+5 | |
Fixed a bug that was preventing proxy and https listeners from finding a target. | |||||
2020-04-12 | Proxy auth fix | Kevin Robertson | 1 | -2/+2 | |
https://github.com/Kevin-Robertson/Inveigh/issues/20 | |||||
2019-08-18 | bug fixes | Kevin Robertson | 1 | -15/+48 | |
2019-08-04 | Merge branch 'master' of https://github.com/Kevin-Robertson/Inveigh | Kevin Robertson | 1 | -1/+1 | |
2019-08-04 | DNS spoofer fixes | Kevin Robertson | 1 | -4/+4 | |
2019-07-31 | Update README.md | Kevin Robertson | 1 | -1/+1 | |
2019-07-31 | Inveigh 1.51,5 | Kevin Robertson | 3 | -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-21 | Update README.md | Kevin Robertson | 1 | -1/+1 | |
2019-02-20 | Bug fixes and readme update | Kevin Robertson | 2 | -68/+126 | |
2018-09-25 | Inveigh 1.41.4 | Kevin Robertson | 9 | -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-09 | Readme update | Kevin Robertson | 1 | -1/+1 | |
2017-04-09 | Inveigh 1.3.11.3.1 | Kevin Robertson | 2 | -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-06 | Empire output fix, comment updates | Kevin Robertson | 2 | -106/+153 | |
Fixed the warning handling for running through Empire. Updated some comments where I left out mDNS. |