Age | Commit message (Expand) | Author | Files | Lines |
2022-03-12 | sploit: add len func to mem | dusoleil | 1 | -0/+11 |
2022-03-12 | sploit: move adjust and rebase into member funcs | dusoleil | 1 | -7/+6 |
2022-03-10 | Add adjust and rebase functions to mem module | dusoleil | 1 | -0/+8 |
2022-03-10 | sploit: Add string cast for Symtbl and Memmap | dusoleil | 1 | -0/+16 |
2022-03-10 | sploit: Split Symtbl funcionality with Memmap | dusoleil | 1 | -11/+15 |
2022-03-06 | sploit: Add ARM/THUMB architecture details | Malfurious | 1 | -21/+8 |
2022-03-06 | Merge tag 'pull-duso-tool-docs' of https://github.com/Dusoleil/lib-des-gnux | Malfurious | 10 | -1/+572 |
2022-02-27 | shellcode: Initialize envp to NULL | Malfurious | 2 | -0/+2 |
2022-02-26 | Commit notes from Metasploit CTF 2021 | Malfurious | 2 | -0/+36 |
2021-12-25 | Remove 'sudo' from install command. | dusoleil | 1 | -1/+1 |
2021-12-25 | Fix typo in for loop in asm rep prefix doc | dusoleil | 1 | -1/+1 |
2021-12-20 | Add install/uninstall instructions to radare doc | dusoleil | 1 | -0/+8 |
2021-12-20 | Add radare2 command cheatsheet | dusoleil | 1 | -0/+80 |
2021-12-20 | Add doc about fixing a ptrace error in debugger. | dusoleil | 1 | -0/+22 |
2021-12-20 | Add doc about the rep prefix on an x86 instruction | dusoleil | 1 | -0/+18 |
2021-12-17 | Merge branch 'sploit-io' | Malfurious | 3 | -57/+93 |
2021-12-17 | sploit: Automatically shutdown outgoing comms after script execution | Malfurious | 2 | -0/+4 |
2021-12-17 | sploit: Catch KeyboardInterrupt in Comm.readall() | Malfurious | 1 | -3/+6 |
2021-12-17 | sploit: Ensure the logonread option is restored by Comm.readuntil() | Malfurious | 1 | -5/+7 |
2021-12-17 | sploit: Add logonwrite option to comms | Malfurious | 1 | -0/+2 |
2021-12-17 | sploit: Check logonread in function Comm.readall() | Malfurious | 1 | -1/+1 |
2021-12-17 | sploit: Add startup banner | Malfurious | 1 | -2/+12 |
2021-12-17 | sploit: Rework logger | Malfurious | 3 | -28/+56 |
2021-12-17 | sploit: Remove -d/--daemon option | Malfurious | 1 | -23/+10 |
2021-12-17 | Add short doc on the one_gadget tool | dusoleil | 1 | -0/+57 |
2021-12-17 | Remove curl example line from README | dusoleil | 1 | -1/+0 |
2021-12-16 | Add cheatsheet of common flags for curl | dusoleil | 1 | -0/+89 |
2021-12-13 | Add a short doc with links to reqbin and hookbin | dusoleil | 1 | -0/+7 |
2021-12-11 | Add writeup for Metasploit Community CTF 2021 / Clickracer | Malfurious | 1 | -0/+427 |
2021-12-06 | Metasploit Community CTF 2021 results | Malfurious | 1 | -0/+1 |
2021-11-28 | Commit notes from Killer Queen CTF 2021 | Malfurious | 2 | -0/+98 |
2021-11-22 | Remove unfinished tool catcho | Malfurious | 1 | -204/+0 |
2021-11-21 | N1CTF 2021 results | Malfurious | 1 | -0/+1 |
2021-11-21 | Killer Queen CTF 2021 results | Malfurious | 1 | -0/+1 |
2021-10-26 | Add additional wordlists from Kali | Malfurious | 181 | -1/+1295090 |
2021-10-26 | Add torrent of rockyou2021 wordlist | Malfurious | 1 | -0/+0 |
2021-10-26 | Move wordlists obtained from github to new subdirectory | Malfurious | 6 | -0/+0 |
2021-10-26 | Add newer version of rockyou.txt from Kali | Malfurious | 2 | -2/+0 |
2021-10-25 | BuckeyeCTF 2021 results | Malfurious | 1 | -2/+3 |
2021-09-08 | Merge tag 'pull-sploit-error-handling' of https://github.com/Dusoleil/lib-des... | Malfurious | 1 | -22/+24 |
2021-09-07 | sploit: Clean main import file | Malfurious | 1 | -2/+8 |
2021-09-07 | sploit: Add payload builder module | Malfurious | 2 | -2/+66 |
2021-09-07 | sploit: Rename arch.nop to nopcode | Malfurious | 1 | -4/+4 |
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 | Add Short Doc About proxychains | dusoleil | 1 | -0/+10 |
2021-09-05 | Add Example that Uses Custom Charset | dusoleil | 1 | -0/+1 |
2021-09-05 | Update Incremental Examples to Use Short Flag | dusoleil | 1 | -3/+3 |
2021-09-05 | Add Info About Issues with Small Workload | dusoleil | 1 | -0/+24 |
2021-09-05 | Add More Mask/Hybrid Attacks to Examples | dusoleil | 1 | -0/+6 |