termanix
|
d29bb7cf18
|
Update ldap.py
Try to fix Ruff error
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
|
2023-11-28 19:00:44 +03:00 |
termanix
|
5ca86fc1d7
|
Add New Ldap Flag Listing Active Domain Users
|
2023-11-28 13:40:57 +03:00 |
Marshall Hallenbeck
|
9b619b86aa
|
Revert "fix(smb errors): getErrorString only returns one item, not a tuple; fixes #117"
This reverts commit 1784d55bae .
|
2023-11-13 13:42:45 -05:00 |
Marshall Hallenbeck
|
761cf715d0
|
fix(ms17-010): better error handling to catch invalid SMB responses wduring check
|
2023-11-13 12:47:28 -05:00 |
Marshall Hallenbeck
|
1784d55bae
|
fix(smb errors): getErrorString only returns one item, not a tuple; fixes #117
|
2023-11-13 12:34:45 -05:00 |
Alexander Neff
|
983d06d1f0
|
Bump version to v1.1.0
|
2023-11-12 23:19:09 +01: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 |
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
|
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
|
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 |
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 |
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 |
Xiaoli Chan
|
892a411ea3
|
[winrm] more make sense
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
|
2023-11-06 02:07:06 +08:00 |
Xiaoli Chan
|
e85fe3c4f2
|
[winrm] marshall review
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
|
2023-11-06 02:03:20 +08:00 |
Xiaoli Chan
|
e1a4da1cea
|
[winrm] ruff
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
|
2023-11-06 01:53:04 +08:00 |
Xiaoli Chan
|
6e562cdfa6
|
[winrm] ruff
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
|
2023-11-06 01:50:37 +08:00 |
Xiaoli Chan
|
9b475c32ed
|
[winrm] marshall review
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
|
2023-11-06 01:45:25 +08:00 |
Xiaoli Chan
|
c38deee8d8
|
[winrm] conflict fix
Signed-off-by: Xiaoli Chan <2209553467@qq.com>
|
2023-11-06 01:04:17 +08:00 |