1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-27 19:04:15 +01:00
Commit Graph

59 Commits

Author SHA1 Message Date
Caleb Stewart
a952923b7d Added implant module list subcommand
Also updated documentation to clarify implant reconnection process.
2021-12-26 03:57:13 -05:00
Caleb Stewart
f858441ea6 Moved to paramiko-ng to provide ssh-agent support
This also provides support for key types aside from RSA
2021-12-26 03:11:19 -05:00
Caleb Stewart
875939f4c8 Added changelog for ssl fixes 2021-12-26 02:35:16 -05:00
Caleb Stewart
f8f9598268 Bumped version number 2021-12-07 11:12:11 -05:00
Caleb Stewart
35cc9214db Added readthedocs config 2021-12-07 10:48:14 -05:00
Caleb Stewart
473c70ecc8 Added unreleased section to changelog 2021-11-28 17:47:32 -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
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
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
f3811ff8b2
Merge branch 'master' into issue-179-fix-euid-handling 2021-11-28 15:10:27 -05:00
Caleb Stewart
775e3141ad Added changelog entries 2021-11-28 15:06:11 -05:00
Caleb Stewart
2de2d7527f Added installation instructions for BlackArch 2021-09-22 19:02:46 -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
d63b12fbb1 Fixed handling of --listen argument 2021-09-21 01:51:58 -04:00
Caleb Stewart
aa528a5a87 Added Linux which fallback routine 2021-09-19 02:50:19 -04:00
Caleb Stewart
61999054c3 Forced Stream.RAW for gtfobins interactions 2021-09-19 02:21:42 -04:00
Caleb Stewart
0e8ed033b4 Updated changelog 2021-09-19 01:36:09 -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
b6f001d3e1 Updated changelog 2021-08-31 17:35:26 -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
Caleb Stewart
856d4a8134
Merge branch 'master' into issue-183-fix-sudo-parsing 2021-08-16 11:54:25 -04:00
Mitul Varshney
58fa22d75f
Merge branch 'master' into master 2021-08-12 11:14:01 +05:30
Mitul16
5d2dd7078e Updated CHANGELOG.md 2021-08-12 11:11:46 +05:30
Caleb Stewart
1d7d35e3cd
Merge pull request #160 from calebstewart/issue-159-valueerror-on-loopback
[FIXES 159] Correctly handle IPv6 Sockets
2021-08-10 18:50:13 -04:00
Caleb Stewart
0be4fe0eca Fixed sudo rule parsing 2021-08-10 18:30:11 -04:00
Caleb Stewart
71699807a2 Updated leak_privkey to leak all keys when UID=0
Also added `PermissionError` exception to `LinuxReader` and
`LinuxWriter` when the underlying process completes with a non-zero exit
code.
2021-08-10 17:09:11 -04:00
Caleb Stewart
eac56c853d Correct password processing in connection string 2021-07-20 16:30:00 -04:00
Caleb Stewart
4e38393632 Added changelog entry 2021-07-18 13:54:09 -04:00
Mitul16
868ee84f0f Updated CHANGELOG.md 2021-07-18 02:37:49 +05:30
Caleb Stewart
561a3fcfe9
Merge branch 'release-v0.5.0' into issue-137-add-pwncat-to-pypi 2021-07-03 16:44:30 -04:00
Caleb Stewart
f894c77bd9
Merge branch 'release-v0.5.0' into issue-43-background-listeners 2021-07-03 16:26:28 -04:00
Caleb Stewart
3ef26dcd6f Added some lines to changelog 2021-06-21 23:17:58 -04:00
Caleb Stewart
4f0a884945 Moving development to poetry and added workflow 2021-06-20 01:00:23 -04:00
Caleb Stewart
e3c4c12cad Working background listener API and commands
Needs more testing, but is functioning currently.
2021-06-19 19:58:44 -04:00
Caleb Stewart
6b1e35a0e6 Added first badpotato privilege escalation 2021-06-19 00:50:31 -04:00
Caleb Stewart
3e501d2957 Added enumeration scopes 2021-06-18 22:04:12 -04:00
Caleb Stewart
270f6793ad Fixed changelog 2021-06-18 20:28:57 -04:00
Caleb Stewart
42e90fbb25 Merge branch 'master' into release-v0.5.0 2021-06-18 20:26:58 -04:00
Caleb Stewart
3c09a84454 Bumped version number and changelog 2021-06-18 20:21:25 -04:00
Caleb Stewart
25fac6ae09 Merge branch 'master' into release-v0.5.0 2021-06-18 20:02:34 -04:00
Caleb Stewart
f1b96a8f9d
Merge branch 'master' into issue-133-uncaught-channelerror 2021-06-18 18:48:37 -04:00
Caleb Stewart
cce789c99d Updated changelog
There's no easy way to classify all the exception handling fixes
implemented in this branch, so I'm just going with this...
2021-06-18 18:44:23 -04:00
Caleb Stewart
b680c1f276 Added changelog entry 2021-06-18 18:33:21 -04:00
Caleb Stewart
521550dc82 Added CHANGELOG entries for PR141 2021-06-18 14:12:47 -04:00
Caleb Stewart
a1499f1a38 Added permission checks when opening files
Also fixed a tangential problem which arose regarding the group
enumerations which caused a recursive call the enumerate groups
from within the group enumeration.
2021-06-17 17:47:07 -04:00
Caleb Stewart
102426e59f Added ncat style arguments to entry and connect 2021-06-16 22:44:29 -04:00
Caleb Stewart
39447c6a31 Ran pre-merge checks and updated changelog 2021-06-16 19:10:33 -04:00
Caleb Stewart
882f41626a Added issue link to changelog 2021-06-16 18:51:45 -04:00