Spencer McIntyre
|
f7e210d3e9
|
Merge pull request #19624 from cdelafuente-r7/fix/mod/ms_icpr
Fix a crash when generating CSRs with OpenSSL 3.4.0
|
2024-11-19 10:58:52 -05:00 |
|
Christophe De La Fuente
|
519c18a858
|
Update specs for auxiliary/admin/dcerpc/icpr_cert
|
2024-11-18 21:28:55 +01:00 |
|
Christophe De La Fuente
|
7bab1c1980
|
Fix specs and add algorithm argument
|
2024-11-18 17:17:58 +01:00 |
|
adfoster-r7
|
d039bead93
|
Merge pull request #19601 from sjanusz-r7/add-teamcity-login-scanner
Add JetBrains TeamCity HTTP Login Scanner
|
2024-11-15 12:49:10 +00:00 |
|
cgranleese-r7
|
96f6f66429
|
Land #19550, Fix username/password generation in case both PASSWORD_SPRAY and USER_AS_PASS are enabled
|
2024-11-06 13:56:05 +00:00 |
|
Spencer McIntyre
|
e709a18128
|
Merge pull request #19404 from bwatters-r7/smb2http_relay
SMB to NTLM HTTP Relay with ESC8 module
|
2024-11-05 14:12:08 -05:00 |
|
sjanusz-r7
|
520ac7ef2b
|
TeamCity: Correctly encrypt UTF-8 codepoints
|
2024-11-04 16:33:29 +00:00 |
|
sjanusz-r7
|
f82483ba1e
|
TeamCity: Initial TeamCity Crypto tests
|
2024-11-04 16:33:29 +00:00 |
|
Spencer McIntyre
|
316a967414
|
Update the ESC8 module for the new changes
|
2024-11-04 09:37:08 -05:00 |
|
dwelch-r7
|
1bfa0755a8
|
Land #19518, Add support for RISC-V 32-bit / 64-bit Little Endian payloads
|
2024-11-01 11:18:30 +00:00 |
|
Brendan
|
ff521464f3
|
Land #19528, Add Python exec payload
Add a python/exec payload to execute OS commands
|
2024-10-31 15:23:25 -05:00 |
|
adfoster-r7
|
825e557269
|
Update puma and dependencies
|
2024-10-30 22:41:00 +00:00 |
|
Spencer McIntyre
|
b2075e5e6b
|
Merge pull request #19553 from smashery/offered-etype-fix
Only retrieve cached credentials that match the requested KrbOfferedEncryptionTypes
|
2024-10-28 09:47:26 -04:00 |
|
adfoster-r7
|
d7c8836f3b
|
Fix crash when importing Metasploit xml file
|
2024-10-22 23:47:44 +01:00 |
|
adfoster-r7
|
26e041dbfe
|
Merge pull request #19108 from smashery/new_cmd_exec
New process launch API
|
2024-10-17 00:08:06 +01:00 |
|
Ashley Donaldson
|
197595659e
|
Better timeout for PHP 5.3 tests, which apparently take forever
|
2024-10-16 16:53:53 +11:00 |
|
Ashley Donaldson
|
9972587fef
|
Handle weird PowerShell edge case
|
2024-10-16 16:04:39 +11:00 |
|
Ashley Donaldson
|
205adfe2fd
|
Handle edge case in command shell when input contains backslash-quote combination already
|
2024-10-16 10:26:29 +11:00 |
|
bcoles
|
8ba1034105
|
Add tests for Linux Execute Command 32-bit/64-bit RISC-V LE payloads
|
2024-10-15 22:51:36 +11:00 |
|
bcoles
|
5e1ecfc0c0
|
Add tests for Linux Reboot 32-bit/64-bit RISC-V LE payloads
|
2024-10-15 22:51:36 +11:00 |
|
Ashley Donaldson
|
0cf227ff00
|
Change API. Support backwards compatibility for PHP
|
2024-10-12 14:36:09 +11:00 |
|
Ashley Donaldson
|
27e3376fba
|
Allow longer acceptance tests - needed for PHP 5.3
|
2024-10-12 14:36:09 +11:00 |
|
Ashley Donaldson
|
0ab16ae3af
|
Fix bug when no arguments are present
|
2024-10-12 14:36:08 +11:00 |
|
Ashley Donaldson
|
d9ed8ec4dc
|
Rework unix command line based on testing
|
2024-10-12 14:36:08 +11:00 |
|
Ashley Donaldson
|
7d30c67b01
|
Fix error sending legacy args
|
2024-10-12 14:36:08 +11:00 |
|
Ashley Donaldson
|
85d019cd3c
|
Handle CommandLineToArgv behaviour
|
2024-10-12 14:36:08 +11:00 |
|
Ashley Donaldson
|
e9f86c4865
|
Reworked unix create_process, as it was buggy
|
2024-10-12 14:36:08 +11:00 |
|
Ashley Donaldson
|
e0aca71029
|
Add unix shell to create_process API
|
2024-10-12 14:36:08 +11:00 |
|
Ashley Donaldson
|
72e657a19c
|
Implement new cmd_exec API for Windows cmd
|
2024-10-12 14:36:08 +11:00 |
|
Ashley Donaldson
|
955c675334
|
Implement new cmd_exec API for PowerShell
|
2024-10-12 14:36:08 +11:00 |
|
Ashley Donaldson
|
617270265d
|
Only retrieve cached credentials that match the requested OfferedEncryptionTypes
|
2024-10-11 16:23:26 +11:00 |
|
Ashley Donaldson
|
fa2b7e54a6
|
Fix unit tests
|
2024-10-11 08:22:40 +11:00 |
|
Mathieu
|
8c5bead4a0
|
Added spec to reproduce the username/password generation error in case PASSWORD_SPRAY and USER_AS_PASS are both enabled
Added minimal code to fix the issue, extracting the code to generate username:username credentials in the PASSWORD_SPRAY case
|
2024-10-10 21:15:50 +02:00 |
|
Spencer McIntyre
|
f2a723541d
|
Add a test for the python/exec payload
|
2024-10-04 11:10:50 -04:00 |
|
Simon Janusz
|
a31261ecf2
|
Revert "Replace Readline with Reline"
|
2024-10-02 13:15:12 +01:00 |
|
Jack Heysel
|
4f846eebe0
|
Fixed paload spec
|
2024-09-26 14:36:20 -07:00 |
|
jheysel-r7
|
d9f1a061b3
|
Merge branch 'master' into singles_php
|
2024-09-25 20:41:08 -04:00 |
|
Jack Heysel
|
e392894b47
|
Unit test fix attempt
|
2024-09-25 17:39:02 -07:00 |
|
adfoster-r7
|
43db34cf54
|
Land #19413, Add automated acceptance tests for cmd_exec API
|
2024-09-20 15:23:17 +01:00 |
|
cgranleese-r7
|
cbd763fad5
|
Drys out some code
|
2024-09-20 14:54:03 +01:00 |
|
adfoster-r7
|
ab7e02d23f
|
Merge pull request #19397 from sjanusz-r7/replace-readline-with-reline
Replace Readline with Reline
|
2024-09-20 14:23:40 +01:00 |
|
cgranleese-r7
|
5ef3dfd531
|
Rebase to pull in #19428 changes
|
2024-09-19 11:13:07 +01:00 |
|
cgranleese-r7
|
8ab3b6c178
|
Address PR feedback
|
2024-09-19 11:09:14 +01:00 |
|
cgranleese-r7
|
44efbc21a8
|
Add automated acceptance tests for cmd_exec
|
2024-09-19 11:09:14 +01:00 |
|
cgranleese-r7
|
76b0bc5c47
|
Renames Acceptance::Meterpreter module to Acceptance::Session
|
2024-09-16 13:11:39 +01:00 |
|
sjanusz-r7
|
10dee226c6
|
Replace Readline with Reline
|
2024-09-04 16:39:41 +01:00 |
|
cgranleese-r7
|
63ac22950f
|
Adds support to test custom payload branches
|
2024-08-21 15:02:19 +01:00 |
|
adfoster-r7
|
ed5c959fab
|
Update msftidy logging for older modules
|
2024-07-24 16:45:43 +01:00 |
|
adfoster-r7
|
604227fb4d
|
Update rpc compatible modules to handle unknown sessions
|
2024-07-15 10:38:56 +01:00 |
|
dledda-r7
|
1e0db9ec83
|
Land #10113, Azure CLI steal tokens post module.
|
2024-07-03 11:32:04 -04:00 |
|