diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2017-03-21 00:05:58 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2017-03-21 00:05:58 -0400 |
commit | 6aaf5e4aa6a3c5eb9227e9117268d24ff7870c8c (patch) | |
tree | 9e125cf5e214274eb06d7708c004742ead640fc5 /Inveigh.psm1 | |
parent | 6eb361f0d58c9ecd3b0ede51093f157b31a6244b (diff) | |
download | Inveigh-6aaf5e4aa6a3c5eb9227e9117268d24ff7870c8c.tar.gz Inveigh-6aaf5e4aa6a3c5eb9227e9117268d24ff7870c8c.zip |
Merged Inveigh and Inveigh-Unprivileged, added proxy auth
I decided to do more for 1.3. I still need to do a lot of testing for
these versions and make a few tweaks.
Inveigh.ps1 - I merged Inveigh and Inveigh-Unprivileged together without
losing any funtionality. By default, Inveigh will detect privilege and
the run what's appropriate. Basically, an elevated privileged shell =
old Inveigh, non-elevated = old Inveigh-Unprivileged. You can also set
the mode manually through ElevatedPrivilege. I also added proxy
authentication (thanks to Laurent Gaffie and Mubix for the idea from
Responder) to grab challenge/response hashes or basic cleartext. Added
support for serving HTA code through HTTPResponse or stored files.
Inveigh-Relay.ps1 - Added proxy authentication relay. Enabled NTLMv1
relay. Added auto-exit (RelayAutoExit) after success.
Inveigh-Unprivileged.ps1 - gone
Diffstat (limited to 'Inveigh.psm1')
-rw-r--r-- | Inveigh.psm1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Inveigh.psm1 b/Inveigh.psm1 index 1e76490..879021d 100644 --- a/Inveigh.psm1 +++ b/Inveigh.psm1 @@ -6,5 +6,4 @@ Inveigh is a Windows PowerShell LLMNR/NBNS spoofer/man-in-the-middle tool. https://github.com/Kevin-Robertson/Inveigh #> Import-Module $PWD\Scripts\Inveigh.ps1 -Import-Module $PWD\Scripts\Inveigh-Unprivileged.ps1 Import-Module $PWD\Scripts\Inveigh-Relay.ps1
\ No newline at end of file |