Commit Graph

16 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
Mitul16 e2929573be Multiple typo fixes
This shouldn't break anything, no variable name is changed.
Documentation and strings are fixed, strings that do not come in a 'command' or those that are required for 'pwncat' to work are not changed.
2021-08-23 19:33:35 +05:30
Caleb Stewart 6b1e35a0e6 Added first badpotato privilege escalation 2021-06-19 00:50:31 -04:00
Caleb Stewart 5544954852 Added better file io tests which pass 2021-06-18 14:10:56 -04:00
Caleb Stewart 3861310d71 Even better file close handling
For linux, we used to send one or two EOFs via C-d to the process to
signal exit, however this was inconsistent. Depending on the previous
input from the attacker, sometimes one was needed, sometimes two.
Sometimes, we even observed more than two being needed. Instead, we now
simply loop sending one at a time and checking for the end delimeter.
This will be slightly slower, but avoids hangups or accidentally closing
the shell.
2021-06-13 17:15:22 -04:00
Caleb Stewart 2212be9751 Fixed linux su; added more tests 2021-05-31 15:11:26 -04:00
Caleb Stewart 8dccfdff77 Added/improved unit tests 2021-05-30 21:01:57 -04:00
Caleb Stewart 8bcdd9ee93 Removed xprocess dependency 2021-05-30 00:31:10 -04:00
Caleb Stewart ab16de2adf Removed digitalocean import 2021-05-30 00:29:30 -04:00
Caleb Stewart b998470297 Working on automated testing
Added a test workflow. Only for triggering manually for now.
2021-05-30 00:24:12 -04:00
Caleb Stewart 9ca96e9b06 Initial work on automated testing 2021-04-10 15:52:47 -04:00
Caleb Stewart bb8d374d82 I should have made more incremental commits 2020-10-23 19:42:24 -04:00
Caleb Stewart b6aad3e710 Mostly working linux open 2020-10-17 14:46:11 -04:00
John Hammond 81d43896ac GTFOBins are... theoretically... done??? 2020-05-30 02:32:15 -04:00
John Hammond 14c67f9b4b Added more GTFOBins 2020-05-17 17:01:08 -04:00
Caleb Stewart 84cb300be7 Added gtfobins testing script 2020-05-14 23:17:34 -04:00