summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2025-03-24Rename READMEMalfurious1-0/+0
Ditch the txt extension... Signed-off-by: Malfurious <m@lfurio.us>
2025-03-24Update documentation for new releaseMalfurious1-87/+139
Signed-off-by: Malfurious <m@lfurio.us>
2023-03-31Allow control of named pipe location via command-lineMalfurious1-0/+8
Add the ability to select which location to create FIFOs when running in pipes mode, by passing the directory name to sploit where a target executable would usually go. This has been an API feature from the start, but not exposed via the sploit runner command-line interface. There are a couple new use-cases where this is very convenient, including scriptifying sploit in pipes mode (testing, for example) and when running sploit under Docker. If pipes are placed in the working directory, all project files can be shared with a single bind mount. Signed-off-by: Malfurious <m@lfurio.us> Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
2023-03-31Add sploit Docker imageMalfurious1-0/+25
Signed-off-by: Malfurious <m@lfurio.us> Signed-off-by: dusoleil <howcansocksbereal@gmail.com>
2023-02-12Add .gitignore, README, and UNLICENSEdusoleil1-0/+57
Signed-off-by: dusoleil <howcansocksbereal@gmail.com>