Commit Graph

5280 Commits

Author SHA1 Message Date
Alexander Neff 65d3723e7b Remove string from testing, also increase characters for registry path 2025-07-24 09:21:39 -04:00
Alexander Neff b717f30629 Bug fixes for when the command already starts with 'powershell ...' 2025-07-23 18:38:24 -04:00
Alexander Neff af822e597a Add -X for powershell execution 2025-07-23 18:05:22 -04:00
Alexander Neff cb3564117d Add powershell command execution method instead of using powershell in normal exec 2025-07-23 15:34:04 -04:00
Alexander Neff 64aa7c05ab Remove print statement 2025-07-23 09:41:59 -04:00
Alexander Neff 917dcb505e Clean up after retrieving files and dynamically try 10s to get the output in case stuff takes time 2025-07-23 09:30:31 -04:00
Alexander Neff bab59de4bf Optimize execution speed 2025-07-23 08:56:39 -04:00
Alexander Neff e192f3cbb8 Split result output into 16KB chunks because that is the max value for registry keys 2025-07-23 07:53:15 -04:00
Alexander Neff 188ef13c87 Encode to b64 with powershell and not certutil 2025-07-23 06:15:01 -04:00
Alex a4d54d1673 Merge pull request #468 from 0xb11a1/raw-ntds-copy
Add raw-ntds-copy module
2025-07-22 18:26:43 +02:00
Alex 7328c08182 Merge pull request #805 from termanix/patch-2
Update LDAP find-computer Module
2025-07-21 17:02:23 +02:00
Alexander Neff 36573e393e Linting 2025-07-21 10:57:15 -04:00
Alexander Neff 86b74efd43 Improve module description 2025-07-21 10:52:24 -04:00
termanix 253d8ab93b removed exception handling
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
2025-07-21 17:38:18 +03:00
Alex 776b84af85 Merge pull request #812 from Pennyw0rth/neff-fix-wmi
Fix command execution in wmi
2025-07-21 11:11:21 +02:00
Alex ed7db99fab Merge pull request #813 from termanix/terman-fix
Fix NFS Network Value
2025-07-21 09:58:22 +02:00
termanix 96a8ed2d02 fix group_names if returns empty 2025-07-21 03:36:24 -04:00
Alex 4e8d65093b Merge pull request #811 from Pennyw0rth/neff-fix-daclread
Add ldap parsing to daclread
2025-07-20 20:05:17 +02:00
Alexander Neff ffa46360a7 Execute each command seperatly so files are still deleted when previous commands fail 2025-07-20 14:04:52 -04:00
Alexander Neff 50edae4df1 Fix command execution in modules with output but no line printing 2025-07-20 14:02:34 -04:00
Alexander Neff 37de88547e Linting 2025-07-20 14:01:14 -04:00
Alexander Neff 8892b6a5d8 Fix winrm execution 2025-07-20 13:58:35 -04:00
Alexander Neff 985a9880e0 Remove unused function 2025-07-20 08:22:35 -04:00
Alexander Neff 477940e6ff Add ldap parsing to user info function 2025-07-20 08:21:25 -04:00
Alexander Neff 644298ecce Add ldap parsing to sid resolv function 2025-07-20 08:16:05 -04:00
Alexander Neff e4095ce851 Replace manual parsing with ldap parser and remove duplicate code 2025-07-20 08:08:04 -04:00
Alexander Neff bdfd869c94 Add searchControls to search function 2025-07-20 08:05:10 -04:00
Alexander Neff 8cb93db83c Fix file as target 2025-07-20 08:04:56 -04:00
Alexander Neff c43a64c03f Rename module from raw-ntds-copy to ntds-dump-raw 2025-07-20 07:35:54 -04:00
Alexander Neff aa8b1fd97b Add debug logging for exceptions 2025-07-20 07:30:03 -04:00
Alexander Neff 788ba90b97 Move powershell script to file instead of b64 inline 2025-07-19 12:57:43 -04:00
Alexander Neff f7fa1fa1b4 Formatting 2025-07-19 08:24:15 -04:00
Alex 0b5aebd402 Merge branch 'main' into raw-ntds-copy 2025-07-19 14:06:14 +02:00
Alex 858d211417 Merge pull request #800 from Geetub/slinky_set_lnk_target
Slinky set lnk target
2025-07-19 13:24:59 +02:00
Geetub d6fcee6c80 Merge branch 'main' into slinky_set_lnk_target 2025-07-19 13:00:49 +03:00
theuser aa7f6d07b8 Merge branch 'raw-ntds-copy' of github.com:0xb11a1/NetExec into raw-ntds-copy 2025-07-19 13:50:41 +04:00
theuser 2bff24a3ff Code cleanup, remove unnecessary debug information and add comments 2025-07-19 13:42:23 +04:00
termanix f1d39a6e8a DNS resolver change to with connection object 2025-07-18 10:53:21 -04:00
termanix a0fb0f4cca Merge branch 'main' into patch-2 2025-07-18 17:50:01 +03:00
Alex e99e5c244c Merge pull request #808 from Pennyw0rth/neff-fix-veeam
Fix veeam script if there is no salt reg key
2025-07-17 18:21:12 +02:00
Alexander Neff 44624b703c Fix veeam script if there is no salt reg key 2025-07-17 11:43:46 -04:00
mpgn da949f1875 Merge pull request #804 from Pennyw0rth/hosts
Removing the horrible multiple hosts option
2025-07-17 00:15:58 +02:00
mpgn 95cd4f3383 Merge pull request #798 from Pennyw0rth/pso
Switch pso module to core feature
2025-07-17 00:15:41 +02:00
termanix e3f7168858 IP resolver change to with DNS query 2025-07-16 12:41:13 -04:00
mpgn e70aaa54c4 fix ruff 2025-07-16 17:36:00 +02:00
Alex 8d53bb5873 Merge pull request #803 from Pennyw0rth/neff-fix-get-network
Refactor get-network and fix encoding
2025-07-16 17:29:52 +02:00
Alexander Neff 753a773043 Remove undocumented option and unique IPs if only IPs are returned 2025-07-16 11:13:00 -04:00
Alexander Neff a565676ea5 Remove check for Record type 'A' which would filter all other 2025-07-16 11:02:19 -04:00
Alexander Neff 6515b0da1a Remove unused functions and imports 2025-07-16 10:44:14 -04:00
Alexander Neff a44389c17b Add correct ldap parsing 2025-07-16 10:42:38 -04:00