Commit Graph

9 Commits

Author SHA1 Message Date
Caleb Stewart 0cd9a9b64f Fixed Dockerfile and README typos 2021-11-28 19:58:09 -05:00
Caleb Stewart a09cab24f3 Changed docker base image to python3.9-alpine 2021-08-31 17:32:15 -04:00
Caleb Stewart 4afa208201 Pinned alpine to 3.13.5 2021-06-16 17:08:01 -04:00
Caleb Stewart f4c01af113 Modified dockerfile to install in virtualenv 2021-06-16 16:10:48 -04:00
Caleb Stewart cb203349d7 Fixed Dockerfile
- Added rust requirements for cryptography.
- Removed installing requirements.txt as it's no longer needed.
- Added a call to `--download-plugins` to ensure plugins are bundled automatically.
2021-06-14 09:01:19 -04:00
Caleb Stewart ca375ddf3d Fixed dockerfile for dockerhub integration 2021-02-08 17:13:08 -05:00
Caleb Stewart 37961a301b Converted more modules
Mainly worked on authorized_keys and pam persistence modules. Also added
the `load` command allowing users to load custom modules from different
directories. Lastly, added the optional inclusion of a
`$XDG_CONFIG_HOME/pwncat/pwncatrc` configuration allowing you to specify
configuration for all invocations of pwncat (like a custom module directory).
2020-09-13 14:23:32 -04:00
cytopia 6cb6292c06
Use multi-stage build for the docker image to reduce size 2020-07-18 15:52:36 +02:00
Caleb Stewart 95877fa160 Added Dockerfile and updated euid_fix
Updated README to reflect new Dockerfile.
2020-07-17 02:48:29 -04:00