Commit Graph

177 Commits

Author SHA1 Message Date
n1nj4sec 29d50178d9 fix help display + probably fix issue #60 2015-12-30 18:18:36 +01:00
n1nj4sec 8a8510c856 fix issue #59 2015-12-27 12:41:56 +01:00
n1nj4sec bcf3e78ca2 small fixes + fix issue #58 2015-12-27 12:38:50 +01:00
n1nj4sec 8738cda0e8 package imports improvements + load_package module 2015-12-23 21:01:22 +01:00
n1nj4sec d67803b8ea Merge branch 'RedSunEmpire-master' 2015-12-23 19:01:35 +01:00
n1nj4sec fb0dcb1e5d small fixes 2015-12-23 19:00:57 +01:00
w0rm 5d4aedf268 fist commit 2015-12-15 18:59:09 +02:00
n1nj4sec 5f14a70915 remote port forward module implemented 2015-11-24 19:12:30 +01:00
n1nj4sec 3612b0543a typo fix 2015-11-23 19:26:23 +01:00
n1nj4sec 7e25923460 license update 2015-11-23 18:51:37 +01:00
n1nj4sec b24199df2c windows payloads now works with launchers 2015-11-23 18:47:48 +01:00
n1nj4sec 8201e36117 gitignore update 2015-11-23 18:46:19 +01:00
n1nj4sec fa05778d54 removing library.zip as it should be generated manually at compilation time 2015-11-23 18:42:37 +01:00
n1nj4sec d14c87f83b makefile DEBUG fix 2015-11-23 18:41:57 +01:00
n1nj4sec 14fadc2226 launcher config now persists through process migration 2015-11-20 17:44:06 +01:00
n1nj4sec 3f8f9070ec auto_proxy fix 2015-11-11 17:14:10 +01:00
n1nj4sec fc0bc8ffd4 adding gnome proxy config auto retrieve 2015-11-11 16:53:33 +01:00
n1nj4sec a0e7cffaa2 new proxy discovery methods : HTTP_PROXY env and WPAD requests 2015-11-11 16:27:13 +01:00
n1nj4sec c4d3832654 adding a launcher to automatically detect and use proxies on the machine 2015-11-11 01:48:19 +01:00
n1nj4sec d49828c138 introducing launchers to modularize payloads behavior 2015-11-10 20:28:26 +01:00
n1nj4sec 2fd5d1c7e1 missing license headers 2015-11-10 20:27:13 +01:00
n1nj4sec 445aee9b79 adding possibility to try multiple transports for the same payload in loop until one succeed 2015-11-07 17:51:15 +01:00
n1nj4sec ca36034acc adding tcp_ssl_proxy transport 2015-11-07 17:07:56 +01:00
n1nj4sec 684309d3af adding socks lib 2015-11-05 20:25:59 +01:00
n1nj4sec b0f18962e1 adding modules customisation from commandline 2015-11-05 20:21:14 +01:00
n1nj4sec aa32563b1a adding some timeout checks to avoid beeing blocked by some proxy messing with tcp 2015-11-01 18:19:40 +01:00
n1nj4sec 63e1a73f23 new option to pupygen to embbed a python script to execute before the pupy payload starts a connection :-) 2015-11-01 15:47:21 +01:00
n1nj4sec 2ccb8bdc18 handling remote interactive terminal size using winch signal (useful when using programs like less, vim, ...) 2015-11-01 13:53:44 +01:00
n1nj4sec 7e5e036a09 interactive shell bugfix : pupy server stdin was closed at exit because of the python gc 2015-11-01 12:21:41 +01:00
n1nj4sec 5d92fb5368 dependencies updated 2015-11-01 11:59:27 +01:00
n1nj4sec ab3b78fb24 Update README.md 2015-10-30 23:46:40 +01:00
n1nj4sec 38fd103c5e Update README.md 2015-10-30 23:34:08 +01:00
n1nj4sec 9bde0e3021 Update README.md 2015-10-30 23:20:37 +01:00
n1nj4sec e5dca6f45c README update 2015-10-30 23:05:36 +01:00
n1nj4sec f9971648da preventing errors on pupygen 2015-10-30 22:23:03 +01:00
n1nj4sec f9cbf2db74 some mini fixes for unhealthy people who run the server on windows 2015-10-30 22:16:17 +01:00
n1nj4sec 403518d955 handling interactive shell with tty for *nix targets ! 2015-10-30 21:41:21 +01:00
n1nj4sec 272eb81a06 adding contact info + fixing modules help when no client connected 2015-10-29 22:46:28 +01:00
n1nj4sec 16c293dabf bugfix: removing pyreadline from libraryx86.zip to fix interactive python shell on x86 payload 2015-10-29 21:46:31 +01:00
n1nj4sec 31b8f37b63 Merge branch 'golind-patch-3' 2015-10-29 20:06:27 +01:00
n1nj4sec cb9c4c7316 documenting the keylogger a little 2015-10-29 20:04:44 +01:00
n1nj4sec 3c308b5273 Merge branch 'patch-3' of git://github.com/golind/pupy into golind-patch-3
Conflicts:
	pupy/packages/windows/all/pupwinutils/keylogger.py
+code cleanup
+serverside handling
2015-10-29 20:00:36 +01:00
n1nj4sec 2dca1617ef improved help display 2015-10-29 19:00:18 +01:00
n1nj4sec 8d0228b5d5 handling interactive stdin/stdout for memory_exec 2015-10-29 18:59:07 +01:00
golind dd7e95834b keylogger with active window + more
in addition to active window recording from previous edit, this one now includes grabbing windows clipboard. source link: http://nullege.com/codes/show/src%40t%40h%40thbattle-HEAD%40src%40utils%40pyperclip.py/48/ctypes.windll.user32.OpenClipboard/python
if keylogger becomes multiplatform then clipboard could be expanded to do the same.
2015-10-28 20:13:17 +00:00
golind f9a371adf0 Update keylogger.py
made a slit booboo, reused some variables that shouldnt.
2015-10-28 16:17:19 +00:00
golind ba64a783b8 mouselogger with active window
similary to keylogger patch, gets active window title, added black listing of processes/window titles.
2015-10-28 15:45:40 +00:00
golind cdbf1058ab keyloger with active window
updated for x64 fix by @ninja, added blacklisting of processes/window titles
2015-10-28 15:44:02 +00:00
n1nj4sec c9e5ca7202 handle interactive stdin for memory exec 2015-10-27 22:46:54 +01:00
n1nj4sec ebe5d36029 Terminal notifications fixed. Doesn't mess with the prompt anymore 2015-10-27 18:47:38 +01:00