diff options
author | Malfurious <m@lfurio.us> | 2021-12-12 02:51:50 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-12-17 22:19:20 -0500 |
commit | eb3933d26ec97d88472f7ff1eefde06b3c9c3e8a (patch) | |
tree | 22579601014d2718c5f2103a094d4d137c78a8a8 /tools/bsearch.py | |
parent | 2d871847bca0fe530b286246b9c041162c175781 (diff) | |
download | lib-des-gnux-eb3933d26ec97d88472f7ff1eefde06b3c9c3e8a.tar.gz lib-des-gnux-eb3933d26ec97d88472f7ff1eefde06b3c9c3e8a.zip |
sploit: Remove -d/--daemon option
A couple of facts have influenced the decision to remove this option:
- If a sploit script uses a shebang to launch sploit, it is
tricky to specify this option. Specifically, one must add it
to their shebang line, which couples more information to the
script than was originally intended.
- Single-pass pipe mode wasn't all that useful. One can
accomplish the same thing by running pipe-daemon, and it is
easy to exit after one iteration. Electing to run normal pipe
mode requires you to know you only want to run once, which is
much more common when running via direct subprocess.
As a result of this change, running in pipe mode will now be equivalent to
the previous pipe-daemon mode, and subprocess target mode remains single
pass.
Signed-off-by: Malfurious <m@lfurio.us>
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
Diffstat (limited to 'tools/bsearch.py')
0 files changed, 0 insertions, 0 deletions