14 Commits

Author SHA1 Message Date
Jorge Gimenez 77ceb37d9d Replaced find_module with find_spec as the former is deprecated since Python 3.12 2024-04-01 16:05:46 +02:00
Jorge Gimenez 3fc17a257c Replaced find_module with find_spec as the former is deprecated since Python 3.12 2024-04-01 15:52:16 +02:00
naksyn e787bebf7c update moduleshifting to latest version
update moduleshifting dependency to latest codebase
2023-09-27 02:10:36 -07:00
naksyn eb10629fc2 Update pythonmemorymodule.py
temporary dropping windows dependency on disk
2023-08-03 16:38:25 +02:00
naksyn 10a24aa62c Updated to last pythonmemorymodule version
Updated the script to the last PythonMemoryModule version that (partially) supports commandline for executables
2023-08-03 04:10:16 -07:00
naksyn 401d2a4da9 Update moduleshifting.py 2023-06-17 01:50:15 +02:00
naksyn 0f3e016b4f remove old leftover 2023-06-07 09:32:21 +02:00
naksyn 7c3f4780c0 remove old leftover 2023-06-07 09:31:36 +02:00
naksyn f8e2495eab remove old leftover 2023-06-07 09:30:09 +02:00
realmatthours 8fa84b00a3 Remove extraneous lines from end of secretsdump.py
Couple extra lines are present at the end of the file, triggering an indentation error. Lines don't appear to do anything, looks more like an accidental partial replication of the two lines previous.
2023-06-06 10:49:31 +01:00
naksyn cf618843d2 added ModuleShifting script 2023-05-30 19:03:08 +02:00
naksyn b9fd5ae6a5 Modules rename and setcradle switch
Modules has been renamed removing "mod-". The setcradle switch has been added for specifying the module to be downloaded by the cradle
2023-05-22 06:54:01 -07:00
naksyn 892b5053fe Fixed typo 2023-04-16 07:46:27 +02:00
naksyn ad6332bb7a update to Version 0.1
This introduces:
 - server-side and cradle-side chacha/xor encryption/decryption for delivered files and URLs
- auto-generation of Server configs based on pyramid command line
- tidier project folder structure
- minor HTTP customizations: user-agent, URL
- all modules have been updated to work with the cradle/server encryption
- extraction directory for some dependencies can be specified in modules (can be also a UNC path)
2023-04-08 14:36:50 +02:00