1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00
pwncat/tests
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
..
conftest.py Removed xprocess dependency 2021-05-30 00:31:10 -04:00
test_manager.py Working on automated testing 2021-05-30 00:24:12 -04:00
test_platform.py Even better file close handling 2021-06-13 17:15:22 -04:00
test_session.py Added/improved unit tests 2021-05-30 21:01:57 -04:00
test_test.py Working on automated testing 2021-05-30 00:24:12 -04:00