Commit Graph

957 Commits

Author SHA1 Message Date
Oleksii Shevchuk 308ebe2df6 DNSCNC minor improvements
[+] Add ACK packet type.
    It's possible that multiple same packets will arrive to server, and
    that response which doesn't contains commands will be delivered to the client
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 d7214db8f9 Shrink paths 2017-03-08 19:41:14 +02:00
Oleksii Shevchuk 3a441f3d93 Introduce PupyConfig class to interface access to config files 2017-03-08 19:41:14 +02:00
Oleksii Shevchuk 34b3551e1f Integrate DNSCNC 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 e320af34ae Add initial IGD (UPnP) support 2017-03-08 19:40:25 +02:00
Oleksii Shevchuk a39670a78f Try to reuse session id numbers 2017-03-08 19:40:25 +02:00
Oleksii Shevchuk 3fa6eb4ab2 Fill connid for bind payloads 2017-03-08 19:40:25 +02:00
Oleksii Shevchuk 9d6e5fada6 Shutdown (more or less) properly 2017-03-08 19:40:25 +02:00
Oleksii Shevchuk 1a9e18a26f logging module understands string names for log levels 2017-03-08 19:40:24 +02:00
Oleksii Shevchuk fbfb9c966f Write nice messages about connection status 2017-03-08 19:40:24 +02:00
Oleksii Shevchuk 288aa030bf Ensure no duplicates in resources.zip 2017-03-08 19:40:24 +02:00
Oleksii Shevchuk 744a304eb5 Use new PupyConnection for outgoing connections 2017-03-08 19:40:24 +02:00
Oleksii Shevchuk 569f741cfe Improve upload/download speed
Default chunk size is very small. Try to upload whole file at once.
If file is big then set chunk size to 8MB.

For me this reduces required time to upload 10MB file from ~115 secs
to ~13.
2017-03-08 19:40:24 +02:00
Oleksii Shevchuk 1112b0ad0c Improve pp/bind launcher
1. Apply autopep8
2. Simplify exception handling
3. Do not throw SystemExit, it doesn't work for bind launcher. Just
   exit.
2017-03-08 19:40:24 +02:00
n1nj4sec 72d41e7fe3 add python3 warning 2017-02-22 16:51:50 +01:00
n1nj4sec 6a6e2d0cb3 Update README.md 2017-02-10 23:53:52 +01:00
n1nj4sec a7be5db76d little README refresh 2017-02-10 23:39:51 +01:00
n1nj4sec 5cc8001b96 nbnspoof module (tested on windows only) 2017-02-10 23:01:43 +01:00
n1nj4sec 6a21b81c81 remove deprecated module (replaced by persistence.py) 2017-02-10 22:59:47 +01:00
n1nj4sec ee4b16b026 Merge branch 'master' of https://github.com/AlessandroZ/pupy 2017-02-10 22:55:37 +01:00
n1nj4sec 636d869017 Merge branch 'portscan' of https://github.com/AlessandroZ/pupy 2017-02-10 22:54:52 +01:00
n1nj4sec b9e95c59a2 Merge branch 'lazagne' of https://github.com/AlessandroZ/pupy 2017-02-10 22:54:15 +01:00
n1nj4sec 4d27af74ec Merge branch 'cd' of https://github.com/AlessandroZ/pupy 2017-02-10 22:53:57 +01:00
n1nj4sec dd176f8b44 Merge branch 'ps' of https://github.com/AlessandroZ/pupy 2017-02-10 22:53:38 +01:00
n1nj4sec 83765c7657 Merge branch 'master' of https://github.com/quentinhardy/pupy 2017-02-10 22:53:32 +01:00
AlessandroZ b6488d42a1 checkvm for mac os - remote function 2017-02-10 12:01:57 +01:00
AlessandroZ a630a79435 checkvm for mac os 2017-02-10 12:01:29 +01:00
AlessandroZ e6ae5bf4f4 print big hashes on db (even if false positive are printed) 2017-02-09 18:18:56 +01:00
AlessandroZ 8dcc24450c manage hash from mac os 2017-02-09 18:18:38 +01:00
AlessandroZ db8dfc7765 retrieve hash from mac os system 2017-02-09 18:18:21 +01:00
AlessandroZ a821714667 sudo alias - symbolic link 2017-02-09 17:37:03 +01:00
AlessandroZ d6fea06899 sudo alias for mac osx 2017-02-09 17:36:33 +01:00
AlessandroZ e300e18f85 psexec works for mac os 2017-02-09 17:36:18 +01:00
AlessandroZ 4703521432 lock screen for mac os 2017-02-09 16:17:15 +01:00
AlessandroZ 423f8a77c2 ssh works for mac os 2017-02-09 15:33:41 +01:00
AlessandroZ 1c803bb5c1 hide functionality available only for windows hosts 2017-02-09 15:32:54 +01:00
AlessandroZ 4b998ad735 remove debug lines on screenshot 2017-02-09 15:32:19 +01:00
AlessandroZ f2113a24e7 msgbox for mac os 2017-02-09 15:31:45 +01:00
AlessandroZ 5b47b38db8 drives function for mac os 2017-02-09 15:31:31 +01:00
AlessandroZ 8ea1911b8d adding mss to requirements file 2017-02-09 14:19:01 +01:00
AlessandroZ ef29c7e25f screenshot using mss - remote file 2017-02-09 14:16:58 +01:00
AlessandroZ a91a0e9937 screenshot using mss 2017-02-09 14:16:12 +01:00
AlessandroZ 6ba0f0a658 remove darwin screenshot 2017-02-09 14:15:44 +01:00
AlessandroZ 634460d4b3 MAC OS - new symbolic link for ptyshell 2017-02-08 16:57:53 +01:00
AlessandroZ e88bebf85d MAC OS - keylogger 2017-02-08 15:54:16 +01:00
AlessandroZ 73c196d1fc MAC OS - Keylogger remote file 2017-02-08 15:53:40 +01:00
AlessandroZ 77cbfd323b OSX - screenshot remote function 2017-02-08 11:55:49 +01:00
AlessandroZ 467c9b1274 OSX - screenshot 2017-02-08 11:55:29 +01:00