1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-23 17:15:38 +01:00

Commit Graph

  • b6a926033d Fixed errata from merge John Hammond 2020-05-09 22:07:16 -0400
  • ac568f271f Fixed errata from merge John Hammond 2020-05-09 22:06:45 -0400
  • 010d09d795 Merge branch 'master' of https://github.com/calebstewart/pwncat John Hammond 2020-05-09 21:42:47 -0400
  • a78c7926c0 Merge branch 'readwrite' of https://github.com/calebstewart/pwncat into readwrite John Hammond 2020-05-09 21:41:41 -0400
  • 64fc44bdae Added more gtfobins! John Hammond 2020-05-09 21:40:37 -0400
  • b21761ff6f Working /etc/passwd overwrite to root. Caleb Stewart 2020-05-09 21:38:24 -0400
  • 2d65544b77 Added new GTFObins entries John Hammond 2020-05-09 19:00:15 -0400
  • bebe20dcfb Added "safe" property to gtfobins and started to add more GTFObins John Hammond 2020-05-09 18:36:51 -0400
  • 86e6397702 Possibly fixed readinto for RemoteFilePipe Caleb Stewart 2020-05-09 17:25:09 -0400
  • 3692566a45 Added some improved setuid stuff Caleb Stewart 2020-05-09 17:19:14 -0400
  • 3b7bf075d5 Added privesc read capability! Only somewhat tested... John Hammond 2020-05-09 17:05:18 -0400
  • 068c55f868 Added sudo awareness to gtfobins and updated privesc/sudo to understand the new interface. Sudo now supports wildcard listings and can intelligently parse whether a privesc is possible. Caleb Stewart 2020-05-09 15:02:04 -0400
  • 1b54ade0fb Added lots of dirty sudo privesc code. It works! John Hammond 2020-05-09 03:28:58 -0400
  • 8e1971d3c1 Merge branch 'master' of https://github.com/calebstewart/pwncat John Hammond 2020-05-09 01:37:23 -0400
  • f28b03a482 Added ability to find out what shell is running, and reuse this information. Also, fixed which to not include a newline in its output Caleb Stewart 2020-05-09 01:02:41 -0400
  • b4aae032a0 Merge branch 'master' of https://github.com/calebstewart/pwncat John Hammond 2020-05-09 00:52:00 -0400
  • 6f38b92e89 Started SudoMethod for privesc John Hammond 2020-05-09 00:51:42 -0400
  • 0ea0ef2546 Added abstract gtfobins interface Caleb Stewart 2020-05-09 00:49:38 -0400
  • 2d8c101712 Semi-working privesc framework Caleb Stewart 2020-05-08 21:49:51 -0400
  • e5867df0a0 Removed accidental passwd file push Caleb Stewart 2020-05-08 19:48:17 -0400
  • af2040aa49 Added an unset for PROMPT_COMMAND and removed check for some weird bash stuff caused by PROMPT_COMMAND Caleb Stewart 2020-05-08 19:47:57 -0400
  • dfdbb92eb6 Fixed other downloaders for the new command return value Caleb Stewart 2020-05-08 19:42:09 -0400
  • 09a071b6e6 Accounted for wordwrap in remote prompt input, which caused indefinite hangs for long commands Caleb Stewart 2020-05-08 19:40:47 -0400
  • 7e1aa8ca28 Fixed merge conflict in imports for pty.py Caleb Stewart 2020-05-08 15:17:36 -0400
  • df336d1081 Added subprocess option to get file-like access to command output, and a downloader that reuses the open socket connection for fast downloads Caleb Stewart 2020-05-08 15:16:32 -0400
  • 5c7f1b22b9 Used monokai pygments theme as it looks nicer. Can be customized if we need. John Hammond 2020-05-08 13:29:06 -0400
  • 69346b9395 Added a lexer for syntax highlighting of local command input. Not complete yet. Caleb Stewart 2020-05-08 03:21:36 -0400
  • a9c178d98e Got local files to tab complete finally. Still need to implement tab completion for the rest of the commands. Caleb Stewart 2020-05-08 02:59:14 -0400
  • 887fef91a3 Fixed merge issues Caleb Stewart 2020-05-08 02:29:23 -0400
  • cc3de93b67 Added bashtcp uploader/downloader and wget uploader Caleb Stewart 2020-05-08 02:24:51 -0400
  • 68b05146b8 Added privesc functionality, includes setuid tests John Hammond 2020-05-08 02:17:07 -0400
  • b4ea3593b9 Added beginnings of highlighting/tab completions Caleb Stewart 2020-05-08 01:24:50 -0400
  • 283d313abe Changed colors for prompts and corrected sync command to run on all one line John Hammond 2020-05-07 22:08:17 -0400
  • b29dcde252 Added support for a remote command to be run in the local context with at @ prefix John Hammond 2020-05-07 21:46:47 -0400
  • a3e1469085 Improved initial state processing to account for different types of terminals. Caleb Stewart 2020-05-07 21:32:03 -0400
  • c01476f7ae Fixed HTTPDownloader Caleb Stewart 2020-05-07 18:41:33 -0400
  • f205d83b3c Merge branch 'framework' of https://github.com/calebstewart/pwncat into framework John Hammond 2020-05-07 17:35:52 -0400
  • f4e7e2ddb2 Added colors to upload and download feature John Hammond 2020-05-07 17:35:41 -0400
  • 9c2811b24e Fixed merge issues Caleb Stewart 2020-05-07 17:35:00 -0400
  • 830907d1a5 Added automatic IP address checks for 'lhost' Caleb Stewart 2020-05-07 17:33:22 -0400
  • b0ab851140 Merge branch 'framework' of https://github.com/calebstewart/pwncat into framework John Hammond 2020-05-07 17:20:11 -0400
  • 4567e457d7 Added colors to remote prompt. Corrected nc uploader to use -w instead of -q John Hammond 2020-05-07 17:18:53 -0400
  • be2da59710 Added pwncat prompt colors Caleb Stewart 2020-05-07 17:06:46 -0400
  • 1c022ce401 Removed dist folder Caleb Stewart 2020-05-07 16:51:23 -0400
  • 4067122ba9 Merge branch 'framework' of github.com:calebstewart/pwncat into framework Caleb Stewart 2020-05-07 16:50:49 -0400
  • edf478b93d Added working uploader framework Caleb Stewart 2020-05-07 16:50:46 -0400
  • e939490d93 Forced reset of PS1 after invoking the PTY. Set dim colors for status and a success message John Hammond 2020-05-07 16:29:07 -0400
  • dfb5b26157 Working downloaders for netcat and shell. Caleb Stewart 2020-05-07 15:59:34 -0400
  • 5801895cba Initial framework for downloaders present Caleb Stewart 2020-05-07 14:51:18 -0400
  • 4ca3151580 Added support for file downloads via raw socket and dd/base64 combo. Running into issues w/ curl and wget Caleb Stewart 2020-05-07 00:06:42 -0400
  • fd318b788a Added lport to upload command formatting. Fixed stdout buffering issues. Caleb Stewart 2020-05-06 23:13:21 -0400
  • 1c6bd80484 Fixed readme typo Caleb Stewart 2020-05-06 22:12:39 -0400
  • 351f83d850 Fixed readme typo Caleb Stewart 2020-05-06 22:11:52 -0400
  • b30c894600 Added readme Caleb Stewart 2020-05-06 22:01:08 -0400