Commit Graph

23 Commits

Author SHA1 Message Date
Oleksii Shevchuk 720e85a156 Try to use ctypes to find MAC/IP on windows.
Well, this is insane. I never thought that in standart python library
you can find THAT. What do you think will happens, if for some reason
ifconfig will hang?
2016-08-26 01:05:03 +03:00
Oleksii Shevchuk fe8b0111df Add linux-friendly Makefile 2016-08-19 20:29:23 +03:00
n1nj4sec 934aed185f fix injection x64 on windows 10 issue #36 2016-08-03 19:24:07 +02:00
n1nj4sec cac6db86e6 Makefile update 2016-06-18 19:19:51 +02:00
n1nj4sec fa781519d5 remove python dlls from the repo 2016-05-05 12:48:57 +02:00
n1nj4sec dd040947e9 increasing size of config buffer in payloads to contains bigger scriptlets 2016-05-05 12:46:02 +02:00
n1nj4sec 3c51f3c65c removing py2exe build dependency 2016-03-16 18:17:03 -04:00
n1nj4sec 32426d0cc7 removing deprecated makefiles 2016-01-13 21:47:39 +01:00
n1nj4sec b24199df2c windows payloads now works with launchers 2015-11-23 18:47:48 +01:00
n1nj4sec d14c87f83b makefile DEBUG fix 2015-11-23 18:41:57 +01:00
n1nj4sec 3af2a4455d obfsproxy pluggable transports now works on windows ! ex: ./pupygen --transport obfs3 && ./pupysh --transport obfs3 2015-10-23 19:16:11 +02:00
n1nj4sec bbb7a4e2d3 support for loading dlls like pywintypes27.dll needed for pywin32 imports (tried with win32gui, win32api and it worked) 2015-10-14 17:58:43 +02:00
n1nj4sec 2d6ebfd1af small Makefile fix 2015-10-14 17:56:58 +02:00
n1nj4sec f633a8e163 some make versions don't tolerate indents on conditional if 2015-10-11 17:32:55 +02:00
n1nj4sec e915574e56 PE memory execution ! 2015-10-08 19:36:37 +02:00
n1nj4sec 1f52562beb adding forgotten license headers + code cleanup 2015-10-08 19:09:16 +02:00
n1nj4sec 3004af769f Makefile doesn't work with tabs, replacing indents with spaces 2015-10-05 18:41:09 +02:00
deathfantasy 7abe3bb46e proper Makefile for client 2015-10-04 02:16:37 +07:00
n1nj4sec dec2299061 uuid.py in library.zip patched to avoid C runtime errors (issue #24) 2015-09-30 21:56:27 +02:00
n1nj4sec bc4b324505 fixed a bug where injecting into a process with python27.dll already loaded crashed 2015-09-26 20:48:38 +02:00
n1nj4sec 9b32b0f6ee makefile cleanup 2015-09-25 21:41:37 +02:00
n1nj4sec 390929f316 msvcr90 in memory loading + code cleanup 2015-09-24 20:28:25 +02:00
n1nj4sec cb54844b60 first commit :-) 2015-09-22 19:25:36 +02:00