summaryrefslogtreecommitdiffstats
path: root/tools/sploit (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Rewrite interact() to be Single Threadeddusoleil1-36/+26
2021-09-01Add Convenience Utility to readuntil()dusoleil3-3/+20
2021-09-01readlineuntil() Operates on an Array of Linesdusoleil1-4/+9
2021-09-01Correct read() Semanticsdusoleil1-1/+1
2021-09-01Throw a BrokenPipeError on Broken Readdusoleil1-0/+4
2021-09-01Formattingdusoleil2-16/+16
2021-09-01Handle Exceptions in Daemon Modedusoleil1-1/+12
2021-09-01Allow Exit with Ctrl+C without a Stacktracedusoleil1-8/+11
2021-09-01Move "Read Rest of Output" Out of Destructordusoleil2-4/+2
2021-09-01Better Shutdown Process for Pipesdusoleil1-4/+7
2021-09-01Better Shutdown Process for Target Programdusoleil1-1/+8
2021-09-01Better Info Messagesdusoleil2-2/+3
2021-08-31Use Entire Path When Given The Pipe Directorydusoleil2-3/+4
2021-08-31Add Interactive Mode to Commsdusoleil1-1/+49
2021-08-31Add readuntil() and readlineuntil() to Commsdusoleil1-0/+14
2021-08-31Use With Statement for Temporary Directorydusoleil1-4/+4
2021-08-30Sploit Rework MVP Structure, Packaging, and Commsdusoleil15-329/+133
2021-08-03Adding Initial Commit of the Sploit Tooldusoleil8-0/+330