summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-03-24nsploit v0.5.1HEADv0.5.1masterMalfurious1-1/+1
2025-03-24pyproject: Fix readme file definitionMalfurious1-1/+1
2025-03-24nsploit v0.5.0v0.5.0Malfurious1-1/+1
2025-03-24Rename READMEMalfurious2-1/+1
2025-03-24Update documentation for new releaseMalfurious2-123/+139
2025-03-24lict: Fix typo in class docstringMalfurious1-1/+1
2025-03-16rev: r2: Fix imported symbol realnamesMalfurious1-1/+5
2025-03-16Import types modules into default script scopeMalfurious1-2/+3
2025-03-16symtbl: Move to types packageMalfurious4-2/+2
2025-03-16Merge branch 'tech'Malfurious8-12/+12
2025-03-16payload: Move to types packageMalfurious7-9/+9
2025-03-16ret2dlresolve: Move to tech packageMalfurious3-1/+1
2025-03-16fmtstring: Move to tech packageMalfurious3-1/+1
2025-03-16rop: Move to new package techMalfurious5-5/+5
2025-01-05Remove Docker imageMalfurious2-27/+0
2025-01-04Merge branch 'nsploit'Malfurious32-131/+90
2025-01-04Update pyproject file for nsploitMalfurious1-16/+9
2025-01-04Don't rely on git for version informationMalfurious4-50/+16
2025-01-04main: Update ASCII banner for nsploitMalfurious1-3/+3
2025-01-04Rename sploit package to nsploitMalfurious31-55/+55
2025-01-02rop: Add ret2dlresolve exploit moduleMalfurious2-0/+227
2025-01-02fmtstring: Add printf exploit moduleMalfurious2-0/+179
2025-01-02payload: Rework pointer to directly target another payload fieldMalfurious1-8/+10
2025-01-02payload: padalign reference propertyMalfurious1-2/+3
2025-01-02payload: Separate length and bytes calculationsMalfurious2-33/+57
2025-01-02payload: Improve recursion performanceMalfurious1-14/+22
2025-01-01Merge branch 'indextbl'Malfurious11-330/+826
2025-01-01payload: rop: Update for new Payload classMalfurious1-132/+113
2025-01-01Update ROP gadget types to extend IndexEntryMalfurious2-44/+22
2025-01-01payload: Refactor as a concrete IndexTblMalfurious3-86/+295
2025-01-01lict: Add new list-dictionary hybrid typeMalfurious2-0/+203
2025-01-01symtbl: Refactor abstract IndexTbl interfaceMalfurious4-68/+193
2025-01-01Merge branch 'pkg-reorg'Malfurious19-101/+101
2024-01-13main: Automatically provide top-level sploit modules to user scriptsMalfurious1-1/+9
2024-01-13sploit: Expose modules' contents through packageMalfurious1-10/+5
2024-01-13Remove extra "main.py" fileMalfurious4-68/+71
2024-01-13comm: Promote from module to packageMalfurious3-1/+2
2024-01-13log: Move to sploit.util packageMalfurious7-5/+5
2024-01-13util: Promote from module to packageMalfurious4-2/+3
2024-01-13builder: Rename package to payload and expose contentsMalfurious6-8/+6
2024-01-13rev: Expose modules' contents through packageMalfurious1-6/+4
2024-01-13Remove outer __init__.py fileMalfurious1-4/+0
2023-04-02comm: Fix bug where readline thinks pipe is brokenv0.4dusoleil1-2/+2
2023-03-31Allow control of named pipe location via command-lineMalfurious2-13/+24
2023-03-31Add sploit Docker imageMalfurious3-0/+52
2023-03-31symtbl: Fix function docstring formattingMalfurious1-19/+19
2023-03-24r2: Don't return duplicate gadgets in gadget searchdusoleil1-0/+5
2023-03-23r2: Get all relocs that have a namedusoleil1-2/+1
2023-03-23rev: Use json output for get_bin_info()dusoleil2-25/+16
2023-03-23r2: Rewrite get_elf_symbols()dusoleil1-29/+30