Age | Commit message (Expand) | Author | Files | Lines |
2021-09-07 | Manually run garbage collection after exec | dusoleil | 1 | -0/+3 |
2021-09-07 | Clean up exception handling in main.py | dusoleil | 1 | -22/+21 |
2021-09-05 | sploit: Rename Comm instance to 'io' | Malfurious | 1 | -1/+1 |
2021-09-05 | sploit: Properly scope user-script execution | Malfurious | 1 | -2/+2 |
2021-09-02 | Merge tag 'pull-sploit-rework' of https://github.com/Dusoleil/lib-des-gnux | Malfurious | 18 | -329/+290 |
2021-09-02 | Change behavior for import sploit | dusoleil | 1 | -0/+1 |
2021-09-02 | Add mem module for calculating memory offsets | dusoleil | 2 | -1/+16 |
2021-09-02 | Handle Process destr when Process constr throws | dusoleil | 1 | -0/+1 |
2021-09-02 | Reuse read() and readline() in the until() API | dusoleil | 1 | -4/+5 |
2021-09-02 | Add readall() which reads until EOF | dusoleil | 2 | -2/+8 |
2021-09-02 | Move comm toggles for consistency | dusoleil | 1 | -3/+3 |
2021-09-02 | Add arch config module | dusoleil | 2 | -1/+29 |
2021-09-01 | Add Config Toggles for Read/Write Extra Behavior | dusoleil | 1 | -5/+8 |
2021-09-01 | Rewrite interact() to be Single Threaded | dusoleil | 1 | -36/+26 |
2021-09-01 | Add Convenience Utility to readuntil() | dusoleil | 3 | -3/+20 |
2021-09-01 | readlineuntil() Operates on an Array of Lines | dusoleil | 1 | -4/+9 |
2021-09-01 | Correct read() Semantics | dusoleil | 1 | -1/+1 |
2021-09-01 | Throw a BrokenPipeError on Broken Read | dusoleil | 1 | -0/+4 |
2021-09-01 | Formatting | dusoleil | 2 | -16/+16 |
2021-09-01 | Handle Exceptions in Daemon Mode | dusoleil | 1 | -1/+12 |
2021-09-01 | Allow Exit with Ctrl+C without a Stacktrace | dusoleil | 1 | -8/+11 |
2021-09-01 | Move "Read Rest of Output" Out of Destructor | dusoleil | 2 | -4/+2 |
2021-09-01 | Better Shutdown Process for Pipes | dusoleil | 1 | -4/+7 |
2021-09-01 | Better Shutdown Process for Target Program | dusoleil | 1 | -1/+8 |
2021-09-01 | Better Info Messages | dusoleil | 2 | -2/+3 |
2021-08-31 | Use Entire Path When Given The Pipe Directory | dusoleil | 2 | -3/+4 |
2021-08-31 | Add Interactive Mode to Comms | dusoleil | 1 | -1/+49 |
2021-08-31 | Add readuntil() and readlineuntil() to Comms | dusoleil | 1 | -0/+14 |
2021-08-31 | Use With Statement for Temporary Directory | dusoleil | 1 | -4/+4 |
2021-08-30 | Sploit Rework MVP Structure, Packaging, and Comms | dusoleil | 15 | -329/+133 |
2021-08-22 | Merge branch 'shellcode-templates' | Malfurious | 9 | -34/+100 |
2021-08-22 | Globally ignore all build artifacts | Malfurious | 2 | -1/+8 |
2021-08-22 | Add Makefile for shellcode templates | Malfurious | 1 | -0/+17 |
2021-08-22 | Refactor genhex into shelltool | Malfurious | 2 | -33/+30 |
2021-08-22 | Add sys_exit shellcode templates | Malfurious | 2 | -0/+16 |
2021-08-22 | Add generic /bin/sh shellcode templates | Malfurious | 2 | -0/+29 |
2021-08-21 | Add writeup for RaRCTF 2021 / Boring Flag Checker | Malfurious | 1 | -0/+236 |
2021-08-16 | Add writeup for RaRCTF 2021 / Not That Simple | Malfurious | 1 | -0/+214 |
2021-08-15 | Commit notes from RaRCTF 2021 | Malfurious | 3 | -0/+17 |
2021-08-15 | Update documentation on x86 architecture | Malfurious | 3 | -19/+107 |
2021-08-11 | Merge tag 'pull-duso-metasploit-writeups' of https://github.com/Dusoleil/lib-... | Malfurious | 9 | -0/+379 |
2021-08-11 | Add notes on Python requests library | Malfurious | 1 | -0/+26 |
2021-08-11 | Commit PHP request logging script | Malfurious | 1 | -0/+49 |
2021-08-10 | Commit brainfuck tools | Malfurious | 4 | -0/+435 |
2021-08-10 | RaRCTF 2021 results | Malfurious | 1 | -0/+1 |
2021-08-07 | Dusoleil's Writeups from Metasploit Community CTF 2020 | dusoleil | 9 | -0/+379 |
2021-08-05 | Commit some forensics links | Malfurious | 2 | -0/+4 |
2021-08-05 | Add writeup for ImaginaryCTF 2021 / Roolang | Malfurious | 2 | -0/+584 |
2021-08-03 | Merge tag 'pull-duso-imaginary-writeups' of https://github.com/Dusoleil/lib-d... | Malfurious | 34 | -0/+1822 |
2021-08-03 | Adding Initial Commit of the Sploit Tool | dusoleil | 8 | -0/+330 |