summaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-17sploit: Catch KeyboardInterrupt in Comm.readall()Malfurious1-3/+6
2021-12-17sploit: Ensure the logonread option is restored by Comm.readuntil()Malfurious1-5/+7
2021-12-17sploit: Add logonwrite option to commsMalfurious1-0/+2
2021-12-17sploit: Check logonread in function Comm.readall()Malfurious1-1/+1
2021-12-17sploit: Add startup bannerMalfurious1-2/+12
2021-12-17sploit: Rework loggerMalfurious3-28/+56
2021-12-17sploit: Remove -d/--daemon optionMalfurious1-23/+10
2021-11-22Remove unfinished tool catchoMalfurious1-204/+0
2021-09-08Merge tag 'pull-sploit-error-handling' of https://github.com/Dusoleil/lib-des...Malfurious1-22/+24
2021-09-07sploit: Clean main import fileMalfurious1-2/+8
2021-09-07sploit: Add payload builder moduleMalfurious2-2/+66
2021-09-07sploit: Rename arch.nop to nopcodeMalfurious1-4/+4
2021-09-07Manually run garbage collection after execdusoleil1-0/+3
2021-09-07Clean up exception handling in main.pydusoleil1-22/+21
2021-09-05sploit: Rename Comm instance to 'io'Malfurious1-1/+1
2021-09-05sploit: Properly scope user-script executionMalfurious1-2/+2
2021-09-02Change behavior for import sploitdusoleil1-0/+1
2021-09-02Add mem module for calculating memory offsetsdusoleil2-1/+16
2021-09-02Handle Process destr when Process constr throwsdusoleil1-0/+1
2021-09-02Reuse read() and readline() in the until() APIdusoleil1-4/+5
2021-09-02Add readall() which reads until EOFdusoleil2-2/+8
2021-09-02Move comm toggles for consistencydusoleil1-3/+3
2021-09-02Add arch config moduledusoleil2-1/+29
2021-09-01Add Config Toggles for Read/Write Extra Behaviordusoleil1-5/+8
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-22Globally ignore all build artifactsMalfurious1-1/+0
2021-08-22Refactor genhex into shelltoolMalfurious1-33/+0
2021-08-10Commit brainfuck toolsMalfurious3-0/+434
2021-08-03Adding Initial Commit of the Sploit Tooldusoleil8-0/+330
2021-08-01Adding Various Small Toolsdusoleil2-0/+52
2021-08-01Git Ignore __pycache__ for All Toolsdusoleil1-0/+1
2020-12-21Add netcat-based port scannerMalfurious1-0/+2
2020-12-21Create tools directoryMalfurious3-0/+261