Commit Graph

3067 Commits (1784d55baef313e430c4c6f52aaf1b2dbe54ec32)

Author SHA1 Message Date
Marshall Hallenbeck 1784d55bae fix(smb errors): getErrorString only returns one item, not a tuple; fixes #117 2023-11-13 12:34:45 -05:00
Marshall Hallenbeck 8879ccc52b
Merge pull request #118 from Pennyw0rth/develop
Merge v1.1.0 develop into main
2023-11-13 10:10:07 -05:00
Marshall Hallenbeck c499d92c70
Merge pull request #116 from Pennyw0rth/netexec-v1.1.0
Netexec v1.1.0
2023-11-12 17:28:21 -05:00
Alexander Neff 346b0b447a Fix Xioali link 2023-11-12 23:27:31 +01:00
Alexander Neff 6bf7bd4481 Add Xiaoli to Readme 2023-11-12 23:22:28 +01:00
Alexander Neff 983d06d1f0 Bump version to v1.1.0 2023-11-12 23:19:09 +01:00
Marshall Hallenbeck 54eb620b1d
Merge pull request #115 from Pennyw0rth/neff-bugfixes
Adding error handling for unexpected powershell output, see issue #93
2023-11-12 17:14:52 -05:00
Alexander Neff 862aef7ec6 Properly use f-string 2023-11-12 23:14:04 +01:00
Marshall Hallenbeck c9c676a03b
Merge branch 'develop' into neff-bugfixes 2023-11-12 17:10:19 -05:00
Alexander Neff 75190da24a Adding error handling for unexpected powershell output, see issue #93 2023-11-11 17:13:41 -05:00
Alex 426e446eb7
Merge pull request #106 from nikaiw/develop
disable use of ssh_agent
2023-11-10 07:31:27 -05:00
Alex a440a83a2e
Merge pull request #113 from XiaoliChan/ssh-fix
[ssh] fix #112
2023-11-10 07:26:59 -05:00
XiaoliChan bbad2c90e5 Merge remote-tracking branch 'upstream/develop' into ssh-fix 2023-11-10 13:58:01 +08:00
XiaoliChan 82b2f1e3d5 [ssh] fix #112
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
2023-11-10 13:50:08 +08:00
Marshall Hallenbeck 5b21585a9f
Merge pull request #109 from Pennyw0rth/neff-small-improvements
Improve module texts
2023-11-09 15:42:41 -05:00
Marshall Hallenbeck 4a7d7f2074
Merge branch 'develop' into neff-small-improvements 2023-11-09 15:42:07 -05:00
Alex 9550c0533a Fix grammar 2023-11-09 21:34:59 +01:00
Marshall Hallenbeck 7a4246aa99
Merge pull request #111 from Pennyw0rth/issues/104
Fix Kerberoasting for #104
2023-11-09 15:18:09 -05:00
Marshall Hallenbeck 3333bf9449 revert(kerberoasting): go back to defining output file after --kerberoast and remove --output-file param 2023-11-09 14:00:49 -05:00
Marshall Hallenbeck 2c4be2ebe2 fix(kerberoasting): fixed kerberoasting; added output-file option, removed unnecessary param for --kerberoasting; fixed kcache checking 2023-11-09 13:37:49 -05:00
Marshall Hallenbeck 26b9ecc482 fix(kerberos): only use kcache if asked to via cml parameters; add additional debug and error handling 2023-11-09 12:51:09 -05:00
Marshall Hallenbeck f1388aa429 fix(kerberos): check if there is the KRB5CCNAME before referencing it 2023-11-09 12:27:02 -05:00
Marshall Hallenbeck f46ba02a31 kerberoasting/asreproasting: just take in -- command, does not require useless param anymore 2023-11-09 12:05:20 -05:00
Marshall Hallenbeck 49d4441b0f
Merge pull request #107 from XiaoliChan/winrm-missport
[winrm] disable logger & add miss port args
2023-11-08 22:54:59 -05:00
Marshall Hallenbeck ad2744269d
Merge pull request #108 from Pennyw0rth/issues/101
Fix: update MS17-010 for Python3 properly; add debug logging
2023-11-08 22:54:09 -05:00
Alexander Neff d561bd01ec Make module description more precise 2023-11-08 21:22:35 +01:00
Alexander Neff 4dd3e4803d Improve module option text 2023-11-08 21:19:26 +01:00
Marshall Hallenbeck 364513a203 fix(ms17-010): move functions to NXCModule for context.log to properly display output 2023-11-08 13:32:09 -05:00
Marshall Hallenbeck 092eb0c5a1 fix(ms17-010): ms17-010 works now, and has a lot more debugging info if wanted 2023-11-08 13:21:25 -05:00
Xiaoli Chan fef8028b13 [winrm] disable logger & add miss port args
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-08 21:00:14 +08:00
NK 8cd85def45 disable use of ssh_agent in paramiko, first fix for #105 2023-11-08 00:55:34 +01:00
Alex e07b3e45ba
Merge pull request #72 from XiaoliChan/winrm-improv
[winrm] Improvement
2023-11-07 14:42:03 -05:00
Xiaoli Chan 17a032ff00 [winrm] Add e2e and improve tips
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-07 12:32:18 +08:00
Xiaoli Chan 20faa3c7f6 [winrm] e to string
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-07 12:27:30 +08:00
Xiaoli Chan 67b6acb30a [winrm] Add comment about dos attack
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-07 12:23:52 +08:00
Xiaoli Chan 3d2f3e1f8c [winrm] args info
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-07 03:50:16 +08:00
Xiaoli Chan c69583f49f [winrm] improve sam & lsa dump
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-07 03:45:58 +08:00
Xiaoli Chan 2247bb5f31 [winrm] use 'cmd /c' when command running in powershell
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-07 02:07:53 +08:00
Xiaoli Chan e6934000b4 [winrm] ruff
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-07 02:04:15 +08:00
Xiaoli Chan 957b15aaef [winrm] try catch in sam & lsa
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-07 01:55:10 +08:00
Xiaoli Chan 7b10dcefd4 [winrm] revert args to old one
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-07 01:36:28 +08:00
Xiaoli Chan 79dfbba09b [winrm] mpgn: local-auth review
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-06 22:20:32 +08:00
Xiaoli Chan 06cbb35158 [winrm] ugly if condition
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-06 13:48:28 +08:00
Xiaoli Chan 9bbab6b47d [winrm] clean
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-06 04:09:56 +08:00
Xiaoli Chan 415cd1afa0 [winrm] Fix local auth
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-06 04:08:57 +08:00
Xiaoli Chan 112c172403 [winrm] ruff
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-06 03:35:42 +08:00
Xiaoli Chan 2b4ea74922 [winrm] fix mpgn test issues
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-06 03:32:06 +08:00
Xiaoli Chan d80abb4be9 [winrm] improve enum
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-06 03:24:35 +08:00
Xiaoli Chan 234987b97e [winrm] improve logger
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-06 02:26:25 +08:00
Xiaoli Chan 8059a6b159 [winrm] self review
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
2023-11-06 02:12:12 +08:00