From c5446d0857fb9f86053a26fe1b0250439dd08651 Mon Sep 17 00:00:00 2001 From: raptor Date: Thu, 9 Oct 2025 11:21:17 +0200 Subject: [PATCH 1/2] Add Brida to Burp.md --- Burp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Burp.md b/Burp.md index 16718f3..87257a6 100644 --- a/Burp.md +++ b/Burp.md @@ -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 From 3a1d68e384ce9b66313334190d1222706783fe66 Mon Sep 17 00:00:00 2001 From: raptor Date: Thu, 9 Oct 2025 11:25:52 +0200 Subject: [PATCH 2/2] Add idalib, rhabdomancer, haruspex, augur in IDA.md --- IDA.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/IDA.md b/IDA.md index 6f3ff5b..97c431c 100644 --- a/IDA.md +++ b/IDA.md @@ -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. @@ -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. @@ -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. \ No newline at end of file +What Would Capstone Decode - IDA plugin that implements a Capstone powered IDA view.