1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-12-02 13:24:15 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
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
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
157cea9c00 Added documentation for new listener api and commands 2021-06-19 23:10:41 -04:00
Caleb Stewart
dc79ec407c Updated documentation; added default platform 2021-06-02 19:19:25 -04:00
Caleb Stewart
0a3a787870 Started updating documentation
Another step toward #95
2021-06-01 22:24:18 -04:00
Caleb Stewart
f92aa48947 Removed old modules, updated README.md
- Updated readme for new module interface
- Removed old enumerate, persist, privesc code
2020-10-03 00:41:28 -04:00
Caleb Stewart
bcb1f77606 Updated documentation
- Added some last touches to module system.
- Modified connect syntax to allow more flexible parameters
- Still need to update enumeration API docs and connect command docs
2020-10-02 22:28:47 -04:00
Caleb Stewart
88330bc504 Added basic enum docs 2020-05-28 21:30:41 -04:00
Caleb Stewart
650927b5f7 Added new enumeration framework to handle generic fact gathering 2020-05-24 23:50:45 -04:00
Caleb Stewart
be2156dc6f Reorganized documentation. Added more description output during ssh auth failure 2020-05-23 22:35:48 -04:00
Caleb Stewart
818977bcae Fixed heading issue in bruteforce documentation 2020-05-23 16:21:04 -04:00
Caleb Stewart
b41cfd9aa9 Started documenting all pwncat prompt commands 2020-05-23 15:35:46 -04:00