Commit Graph

46 Commits

Author SHA1 Message Date
n1nj4sec 2c3f2846c6 add Pillow for remote desktop image compression to buildenv 2017-11-02 21:01:10 +01:00
Braz 42c9bf89c2 Removed $Packages
There were modules given several times.
Also there is a bug while running the script in ubuntu 16.04.
Installing every pip-module by its own works just fine!
2017-10-25 21:19:43 +02:00
Braz 08bbe0779d Added wine + mingw
if wine + mingw-w64 is installed - Fine.
If not, it will be installed
2017-10-25 21:13:56 +02:00
Oleksii Shevchuk 4987b1f16c Support latest pyuv and crpytography 2017-07-23 23:29:32 +03:00
Oleksii Shevchuk f86933ef60 Pin mss to 2.0.22 (3.0 broken) for us 2017-07-14 21:23:40 +03:00
Oleksii Shevchuk 1bf8ffe314 PyCParser is broken in upstream 2017-07-08 17:35:08 +03:00
Oleksii Shevchuk 1f9eb6b819 Impacket 0.9.15 doesn't work properly on windows targts (wmi class issue) 2017-07-06 10:55:18 +03:00
Oleksii Shevchuk bc4f6d9b60 Make sure bundles always build / windows 2017-07-05 13:11:03 +03:00
Oleksii Shevchuk 122d8d07af Use scapy/master 2017-05-31 23:00:39 +03:00
Oleksii Shevchuk 01fd570c20 Don't get crazy on env rebuild 2017-05-06 20:09:15 +03:00
Oleksii Shevchuk e79b6d56d0 net_connections() are broken in WindowsXP after 4.3.1 2017-04-27 11:27:06 +03:00
Oleksii Shevchuk be4fff658b Looks like latest versions of psutil doesn't work stable on WinXP 2017-04-27 00:02:26 +03:00
Oleksii Shevchuk 330e5771ca Use winetricks to enforce windows versions 2017-04-26 23:41:17 +03:00
Oleksii Shevchuk 268c5309c2 Small non-critical fixes in windows client and build 2017-04-24 12:01:31 +03:00
n1nj4sec 0ed93e42f1 windows pycryptodome bump 2017-04-17 22:24:38 +02:00
n1nj4sec 1fa9343210 pycryptodome doesn't work on windows with pupyimporter because of some cffi/ctypes shit, rollback to pycrypto 2017-04-17 19:09:30 +02:00
Oleksii Shevchuk f19e10aaa0 Make windows build happy again 2017-04-10 11:42:16 +03:00
Oleksii Shevchuk 91dabc2e02 It turns out that cffi works ok with ctypes backend 2017-04-04 10:50:50 +03:00
n1nj4sec c4c1f2b30c don't uninstall cffi, cryptography needs it 2017-04-01 00:28:36 +02:00
n1nj4sec c84e9499cb using a recent windows compatible scapy version 2017-04-01 00:04:37 +02:00
Oleksii Shevchuk 500045329c Kindly ask to build stuff without docstrings 2017-03-21 22:25:22 +02:00
Oleksii Shevchuk 30af397f7d Try to use pycryptodome 2017-03-21 22:18:21 +02:00
Oleksii Shevchuk 5924dc0618 Let's try to use pycryptodome instead of pycrypto 2017-03-21 08:32:48 +02:00
Oleksii Shevchuk f1199584d2 Remove submodules which can be acquired from pip 2017-03-17 08:42:39 +02:00
Oleksii Shevchuk e4bbfd5630 Fix python precompilation 2017-03-15 00:06:46 +02:00
Oleksii Shevchuk 6350ad9ab4 Reduce images size 2017-03-14 23:31:20 +02:00
Oleksii Shevchuk c8d8a9f6f1 Set Win7 for amd64 buildenv 2017-03-14 08:47:30 +02:00
Oleksii Shevchuk 427defea99 psutil already have boot_time function, no need in separate module 2017-03-13 23:19:43 +02:00
Oleksii Shevchuk e74aad2adc Add travis 2017-03-11 09:16:43 +02:00
Oleksii Shevchuk 4a02048666 Build pupymemexec and winpty with environment 2017-03-08 19:41:15 +02:00
Oleksii Shevchuk 8c35337379 Use pyuv instead of asyncoro 2017-03-08 19:41:15 +02:00
Oleksii Shevchuk fcac5768cf Pypcap is broken 2017-03-08 19:41:15 +02:00
Oleksii Shevchuk 480bc18df4 Add more deps to bundle builder 2017-03-08 19:41:14 +02:00
Oleksii Shevchuk 7a89fab238 Move pyaudio to bundle 2017-03-08 19:41:14 +02:00
Oleksii Shevchuk 128ec9bc53 Fix builds. Add more packages to buildenv 2017-03-08 19:41:14 +02:00
Oleksii Shevchuk 45ad9ccff6 Build python libraries from environments to zip bundles. Experemental 2017-03-08 19:41:14 +02:00
Oleksii Shevchuk f84b41056c Bump versions 2017-03-08 19:41:14 +02:00
Oleksii Shevchuk 2ef3cc7cf8 Move make psutils clients built-in (Linux, Windows) 2017-03-08 19:41:14 +02:00
Oleksii Shevchuk 240c503769 Help setuptools to find MSVC for AMD64 2017-03-08 19:41:14 +02: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 e320af34ae Add initial IGD (UPnP) support 2017-03-08 19:40:25 +02:00
n1nj4sec 62cd1241a0 add socksipy dependency for windows 2016-11-17 19:57:01 +01:00
n1nj4sec 195d7b365b fix wine buildenv 2016-11-01 18:35:56 +01:00
Oleksii Shevchuk 19059fc101 Scripts unification for linux and windows build 2016-10-30 23:23:07 +02:00
Oleksii Shevchuk 755d24b2e7 Fix build for windows 2016-10-30 23:23:07 +02:00
Oleksii Shevchuk 1a17eb93a3 Start to implement proper build script to compile windows binaries using wine 2016-10-30 23:23:07 +02:00