Commit Graph

714 Commits

Author SHA1 Message Date
Caleb Stewart 182483ed33 Fixed typo in installation docs 2021-12-07 11:10:19 -05:00
Caleb Stewart 28ece616c5 Removed requirements not related to docs 2021-12-07 10:59:58 -05:00
Caleb Stewart 35cc9214db Added readthedocs config 2021-12-07 10:48:14 -05:00
Caleb Stewart 8b35834f78 Fixed readme typo 2021-12-01 11:39:48 -05:00
Caleb Stewart b8d7876a97 Fix `--version` output
As noted by @DanaEpp in #217, `--version` is outputting the wrong
version number. This is due to it passing the old package name to
``importlib.metadata.version()``. This actually causes an unhandled
exception if you don't also have the `pwncat` package installed.
2021-11-28 21:19:03 -05:00
Caleb Stewart 0cd9a9b64f Fixed Dockerfile and README typos 2021-11-28 19:58:09 -05:00
Caleb Stewart 473c70ecc8 Added unreleased section to changelog 2021-11-28 17:47:32 -05:00
Caleb Stewart dbbad8906d Merge branch 'release-v0.5.0' 2021-11-28 17:45:26 -05:00
Caleb Stewart a95ef3c1f6 Merge branch 'master' into release-v0.5.0
Prepping to release v0.5.0. Fixed some obvious errors in workflow and
updated documentation to refer to `pwncat-cs` instead of `pwncat`
entrypoint.
2021-11-28 17:35:14 -05:00
Caleb Stewart 5fbda72272 updated changelog for version bump 2021-11-28 16:33:34 -05:00
Caleb Stewart 1edde63ade bumped minor version to 0.4.4 2021-11-28 16:31:05 -05:00
Caleb Stewart 13eeeefa36 fixed handling of None results in run command 2021-11-28 16:27:58 -05:00
Caleb Stewart 54a46521c1
Merge pull request #220 from calebstewart/fix/216/remove-busybox-bruteforce
Removed busybox and bruteforce commands from docs
2021-11-28 16:02:40 -05:00
Caleb Stewart d8c192e291 Removed busybox and bruteforce commands from docs
These were legacy commands which no longer exist. They may be
re-implemented as modules in the future, but currently do not exist.
2021-11-28 15:59:46 -05:00
Caleb Stewart 9ad580ed32
Merge pull request #219 from calebstewart/feature/218/local-working-directory
Added lpwd and lcd commands for local cwd changes
2021-11-28 15:56:54 -05:00
Caleb Stewart 9db70d10ed Added lpwd and lcd commands for local cwd changes
Also updated the documentation to reflect the new commands. Ran tests
and formatting requirements. Fixes #218.
2021-11-28 15:52:07 -05:00
Caleb Stewart 7f8531f7ed
Merge pull request #203 from calebstewart/issue-179-fix-euid-handling
Fix EUID handling in Popen and Shell Detection
2021-11-28 15:12:51 -05:00
Caleb Stewart f3811ff8b2
Merge branch 'master' into issue-179-fix-euid-handling 2021-11-28 15:10:27 -05:00
Caleb Stewart 9fabe64044
Merge pull request #211 from art3x/issue-208-fix-shell-detection
Issues 208 (stat output verification) and 210 (shell detection) fixes
2021-11-28 15:07:17 -05:00
Caleb Stewart 775e3141ad Added changelog entries 2021-11-28 15:06:11 -05:00
Caleb Stewart e8ddd7f7fa Fixed odd whitespace in blank line
Ran `isort`, `flake8`, and `black` and verified passing tests with
`./run-tests.sh`.
2021-11-28 15:01:23 -05:00
Alex 64dd07d1c0
Fixed stat 2021-10-24 12:35:02 +03:00
artex 476aec70b4 fix shell detection for some linux environments 2021-10-13 12:36:18 +03:00
artex d1fb094b5e Change fields verification for stat output 2021-10-13 09:50:17 +03:00
Caleb Stewart e2fe8b22f5
Merge pull request #204 from calebstewart/issue-178-blackarch-docs
Add installation instructions for BlackArch
2021-09-22 19:06:11 -04:00
Caleb Stewart 2de2d7527f Added installation instructions for BlackArch 2021-09-22 19:02:46 -04:00
Caleb Stewart 921264caab Added refresh_uid after exiting interactive mode 2021-09-22 18:54:42 -04:00
Caleb Stewart 94c4580340 Added contributing guide for maintainers 2021-09-22 18:48:26 -04:00
Caleb Stewart 62d274918b Removed Popen shell handling and catch OSError 2021-09-21 02:33:33 -04:00
Caleb Stewart bf1cc19873
Merge pull request #202 from calebstewart/issue-201-fix-docs
[FIX #201] Correctly handle `--listen` argument and update documentation
2021-09-21 01:56:07 -04:00
Caleb Stewart d63b12fbb1 Fixed handling of --listen argument 2021-09-21 01:51:58 -04:00
Caleb Stewart c8cc8c8e79 Fixed example listen command in docs 2021-09-21 01:45:09 -04:00
Caleb Stewart bcbe8e2129 Fixed typo from #198 2021-09-19 07:29:59 -04:00
Caleb Stewart ca9ee4b539
Merge pull request #197 from Reelix/patch-1
Updated README to clarify host requirements.
2021-09-19 02:54:05 -04:00
Caleb Stewart b31ee34c65
Merge pull request #198 from calebstewart/issue-193-custom-which
Added Linux which fallback routine
2021-09-19 02:52:44 -04:00
Caleb Stewart aa528a5a87 Added Linux which fallback routine 2021-09-19 02:50:19 -04:00
Caleb Stewart 676abe04d7
Merge pull request #196 from calebstewart/gtfobins-restrict-streams
Forced Stream.RAW for gtfobins interactions
2021-09-19 02:24:19 -04:00
Reelix ff85d149d3
Update README.md 2021-09-19 08:22:58 +02:00
Caleb Stewart 61999054c3 Forced Stream.RAW for gtfobins interactions 2021-09-19 02:21:42 -04:00
Caleb Stewart faec8be275
Merge pull request #194 from calebstewart/issue-185-private-key-password
[FIXES 185] Added logic for calling correct paramiko method
2021-09-19 01:38:51 -04:00
Caleb Stewart 0e8ed033b4 Updated changelog 2021-09-19 01:36:09 -04:00
Caleb Stewart 5bbefd8403 Added checks for open file-like object for ssh 2021-09-19 01:32:29 -04:00
Caleb Stewart e9e72e3e49
Merge pull request #187 from Mitul16/typo-fixes
Multiple typo fixes
2021-09-18 23:46:48 -04:00
Caleb Stewart 20f1aac027
Removed text from windows temp directory (see comment) 2021-09-18 23:45:48 -04:00
Caleb Stewart 82fbe02fed
Merge pull request #186 from zCri/master
Typo (avialable)
2021-09-18 23:43:34 -04:00
Caleb Stewart cbd6f1d20f
Merge pull request #182 from calebstewart/issue-181-leak-privkey-root
Updated leak_privkey to leak all keys when UID=0
2021-09-18 23:43:13 -04:00
Caleb Stewart 904571f62c
Merge pull request #188 from calebstewart/issue-169-docker-base-image
[FIX #169] Update docker base image
2021-08-31 17:38:08 -04:00
Caleb Stewart b6f001d3e1 Updated changelog 2021-08-31 17:35:26 -04:00
Caleb Stewart a09cab24f3 Changed docker base image to python3.9-alpine 2021-08-31 17:32:15 -04:00
Caleb Stewart 7273e6ad43
Merge pull request #164 from Mitul16/master
[FIXED 163] Multiple verbose outputs issue and minor fixes
2021-08-31 16:54:06 -04:00