1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00
pwncat/pwncat
2020-05-08 19:47:57 -04:00
..
downloader Fixed other downloaders for the new command return value 2020-05-08 19:42:09 -04:00
privesc Accounted for wordwrap in remote prompt input, which caused indefinite hangs for long commands 2020-05-08 19:40:47 -04:00
uploader Added bashtcp uploader/downloader and wget uploader 2020-05-08 02:24:51 -04:00
__init__.py Added readme 2020-05-06 22:01:08 -04:00
__main__.py Improved initial state processing to account for different types of terminals. 2020-05-07 21:32:03 -04:00
file.py Added subprocess option to get file-like access to command output, and a downloader that reuses the open socket connection for fast downloads 2020-05-08 15:16:32 -04:00
lexer.py Used monokai pygments theme as it looks nicer. Can be customized if we need. 2020-05-08 13:29:06 -04:00
pty.py Added an unset for PROMPT_COMMAND and removed check for some weird bash stuff caused by PROMPT_COMMAND 2020-05-08 19:47:57 -04:00
util.py Added privesc functionality, includes setuid tests 2020-05-08 02:17:07 -04:00