SkelSec
5d44d39771
windows build fix
0.2.13
2025-08-19 06:04:15 -07:00
SkelSec
8eb8aa37ab
bumping version
2025-08-19 05:48:20 -07:00
SkelSec
9e3e419a52
Merge branch 'main' of https://github.com/skelsec/aardwolf
...
yes
2025-08-19 05:47:37 -07:00
SkelSec
6bc86e9437
connection status fcheck fix. increasing unicrypto version req
2025-08-19 05:47:28 -07:00
skelsec
1ac0b45c79
Merge pull request #38 from NeffIsBack/main
...
Replace traceback.print_exc with logger call
2025-08-19 05:30:12 -07:00
Alexander Neff
4d7f435cbd
Fix error message
2025-08-15 16:31:02 -04:00
Alexander Neff
b8750a0d58
Replace traceback.print_exc with logger call
2025-08-15 16:25:24 -04:00
skelsec
8dedae4c97
Merge pull request #34 from ekolve/erick/add-vertical-mouse-wheel
...
Add support for vertical mouse wheel up/down events
2025-07-10 20:39:52 +02:00
Eric Kolve
89fcb4d2d9
chore: adding support for vertical mouse wheel up/down events
2025-06-30 12:09:41 -07:00
SkelSec
d229cb56f6
and another one
0.2.12
2025-05-06 00:48:36 -07:00
SkelSec
3ba5347ccb
another fix
2025-05-06 00:32:27 -07:00
SkelSec
609bab2372
and another fix
2025-05-06 00:26:55 -07:00
SkelSec
19a0f0079c
fixing linux workflow issue
2025-05-06 00:23:59 -07:00
SkelSec
cfbdae9b6e
upping macos and linux runner versions
2025-05-06 00:15:43 -07:00
SkelSec
3f18e0595d
increased minimum python version req to 3.9 for new pyo3
2025-05-06 00:12:28 -07:00
SkelSec
021b2d6479
rle update
2025-04-01 14:51:07 -07:00
SkelSec
fa06dc409e
Update Discord notification messages in GitHub Actions workflow for clarity
2025-03-15 12:48:30 -07:00
SkelSec
15a89255fd
Update GitHub Actions workflow to use actions/upload-artifact@v4 for artifact uploads
2025-03-15 06:49:13 -07:00
SkelSec
f31ad5225e
Enhance RDPTarget initialization to set default VNC port only when port is None; add to_dict method for RDPCapabilitiesRes and RDPScreenshotRes classes to facilitate data serialization.
2025-03-15 06:31:21 -07:00
skelsec
e6ae5c1f2f
Merge pull request #31 from kayqueGovetri/main
...
Removing prints in do_ commands
2024-11-07 10:57:15 +01:00
kayqueGovetri
76c5f03b0e
Remove .idea folder from version control
2024-11-07 00:26:32 -03:00
kayqueGovetri
de61cdfd5e
Removing prints in do_ commands
2024-11-07 00:25:54 -03:00
SkelSec
0586591e94
fixing packaging. again...
2024-09-06 08:46:57 +02:00
SkelSec
6e3ad5eafd
readme fix, build now supports py312
2024-09-05 21:40:55 +02:00
SkelSec
514da5e0b8
updating readme, discord integ
0.2.9
2024-09-05 20:29:22 +02:00
skelsec
5bab559b79
Merge pull request #25 from 0xlazY/main
...
added option to negotiate obsolete SSL ciphers (old windows server)
2024-09-05 11:08:44 -07:00
0xlazy
b69937b4c2
avoid overwriting default wrap_ssl()
2024-07-24 14:18:38 +02:00
0xlazy
863d41ce63
added option to negotiate obsolete ssl ciphers (old windows server)
2024-07-24 11:02:50 +02:00
SkelSec
ca024706c4
no
2024-04-20 11:16:51 +02:00
SkelSec
f3ed859933
yes
2024-04-20 11:13:02 +02:00
SkelSec
babe04119a
increasing minimum python version
2024-04-20 11:11:42 +02:00
SkelSec
36e95a76ce
fixing missing package
2024-03-06 19:11:45 +01:00
SkelSec
4ac85e50de
adding disconnect
2024-03-06 11:01:36 +01:00
Skelsec
0d8b582413
disabling musllinux
2023-12-01 21:44:32 +01:00
Skelsec
7870004bbf
no prerelease
2023-12-01 21:31:50 +01:00
Skelsec
1f15d435c3
maybe rust?
2023-12-01 20:58:15 +01:00
Skelsec
bfe954535f
now with inside rust
2023-12-01 19:54:12 +01:00
Skelsec
270cff3087
now with rust
2023-12-01 19:42:35 +01:00
Skelsec
9c1bc8b363
updating readme, gh actions
2023-12-01 19:29:18 +01:00
Skelsec
4dfbcb9ca2
bumping version
0.2.8
2023-09-20 22:11:03 +02:00
Skelsec
3f30a16411
removing QT5 support and old files
2023-09-20 22:07:15 +02:00
skelsec
3e0645c13b
Merge pull request #19 from cakekoa/clipboard-file-copy
...
Clipboard file copy
2023-09-17 04:46:18 -07:00
Kekoa Kaaikala
03b15d9f1f
Add support for copying directories
2023-06-16 19:30:21 +00:00
Kekoa Kaaikala
4722547f21
Implement client->server file copy
...
Add Clipboard class
Add file providers
Add Clipboard to Channel
Add RDPIOSettings.clipboard
Add RDP_CLIPBOARD_DATA base class
RDPECLIPChannel:
- Add further logging
- Add method to check if longnames are enabled
- Remove RDPECLIPChannel.__current_clipboard_data
- Remove disused RDPECLIPChannel.supported_formats
- Extract method _generate_format_name
- Extract method _send_format_list
- Extract message handler methods
- Only send caps that server supports
- Enable long format names
2023-06-16 19:29:55 +00:00
Kekoa Kaaikala
62ab13ff29
Fix clipboard file contents serialization
2023-06-15 20:24:32 +00:00
Kekoa Kaaikala
8ea1a5f287
Fix clipboard file list serialization
2023-06-15 20:21:55 +00:00
Kekoa Kaaikala
bd81c90552
Fix clipboard format list serialization
2023-06-15 20:20:36 +00:00
Kekoa Kaaikala
7b1ba76ab2
Rename CB_GENERAL_FALGS -> CB_GENERAL_FLAGS
2023-06-15 20:20:16 +00:00
Skelsec
2bba988188
bumping version for manifest fix
0.2.7
2023-03-02 23:44:53 +01:00
Skelsec
b591f5fa27
fixing manifest file
2023-03-02 15:27:43 +01:00