Commit Graph

10 Commits

Author SHA1 Message Date
n1nj4sec 7041309ac8 working python3 windows beacon 2022-11-04 11:09:28 +01:00
Oleksii Shevchuk 527b888674 Py3 updates 2020-05-01 20:36:20 +03:00
Oleksii Shevchuk 247a7d55eb [futurize]: Apply futurize -a -1 -n -w -u + fix transports (basic) 2020-05-01 20:36:20 +03:00
Oleksii Shevchuk 7e0dbad094 Do not use marshal module to load embedded library 2018-03-02 22:16:23 +02:00
Oleksii Shevchuk 4a55dc6329 Rework approach to build bundles of compiled py files 2018-01-13 19:54:06 +02:00
n1nj4sec 05ca41af56 fix linux build : openssl broken link 2017-09-18 23:36:16 +02:00
Oleksii Shevchuk 25fac6a96a Try to preserve arch specific library bundles between simple cleans 2017-07-03 23:09:53 +03:00
Oleksii Shevchuk 8bfae8bb50 Rework pupy basic configuration
Improve compression:
[+] LMZA everywhere (uniformed)
[+] Config space 40690 -> 8192
[+] Compress payload libraries (libpython)
[+] Compress serialized objects (resources, bootloader, config)
[-] Windows build (Makefile) was removed

Improve cryptography/credentials default configuration
[+] Remove default secrets
[-] Android still there
[+] Add uniformed class to search proper credentials
[+] Generate all credentials on first launch
[+] Improve SSL -> CA/Client/Server + roles

Client default configuration
[+] Add stubbed site.py (to preserve pupy from search files on target device)

TODO:
[?] Test all that stuff?
[?] Rewrite all transport configs to honor roles
2017-03-08 19:41:14 +02:00
Oleksii Shevchuk 8dc9232450 Use LZMA instead of ZLib for resources 2017-03-08 19:40:25 +02:00
Oleksii Shevchuk 19059fc101 Scripts unification for linux and windows build 2016-10-30 23:23:07 +02:00