Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Burp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ BurpSuite extension to identify and test S3 buckets as well as Google Storage bu
### [BountyHelper](https://github.com/redr2e/bountyHelper)
Burp plugin to help bug hunters identify possible parameters vulnerable to XSS reflected attacks

### [Brida](https://github.com/federicodotta/Brida)
Burp Suite extension that, working as a bridge between Burp and Frida, lets you use and manipulate applications' own methods while tampering the traffic exchanged between the applications and their back-end services/servers.

### [BurpAuthzPlugin](https://github.com/wuntee/BurpAuthzPlugin)
Burp plugin to test for authorization flaws

Expand Down
14 changes: 13 additions & 1 deletion IDA.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## IDA

### [augur](https://github.com/0xdea/augur)
Headless plugin for reverse engineering that extracts strings and related pseudocode from a binary file.

### [BinDiffFilter](https://github.com/icewall/BinDiffFilter)
IDA Pro plugin making easier work on BinDiff results.

Expand All @@ -12,12 +15,18 @@ Some scripts for IDA Pro to assist with reverse engineering EFI binaries
### [EsetPlugins](https://github.com/deroko/esetplugins)
IDA processor/loader for EsetCrackme 2015.

### [haruspex](https://github.com/0xdea/haruspex)
Headless plugin for vulnerability research that extracts pseudocode from the IDA Hex-Rays decompiler.

### [IDA](https://github.com/Rupan/ida)
Miscellaneous IDA scripts and projects.

### [IDAemu](https://github.com/36hours/idaemu)
idaemu is an IDA Pro Plugin - use for emulating code in IDA Pro.

### [idalib](https://github.com/binarly-io/idalib)
Idiomatic Rust bindings for the IDA SDK, enabling the development of standalone analysis tools using IDA v9.x's idalib.

### [IDAmetrics](https://github.com/MShudrak/IDAmetrics)
IDA plugin for software complexity metrics assessment.

Expand All @@ -42,8 +51,11 @@ NRS is a set of Python librairies used to unpack and analysis NSIS installer's d
### [Reversing](https://github.com/mandiant/Reversing)
This repository contains a collection of IDA Pro scripts and plugins.

### [rhabdomancer](https://github.com/0xdea/rhabdomancer)
Headless plugin for vulnerability research that locates calls to potentially insecure API functions in a binary file.

### [sk3wldbg](https://github.com/cseagle/sk3wldbg)
Debugger plugin for IDA Pro backed by the Unicorn Engine.

### [WWCD](https://github.com/sektioneins/WWCD)
What Would Capstone Decode - IDA plugin that implements a Capstone powered IDA view.
What Would Capstone Decode - IDA plugin that implements a Capstone powered IDA view.