EKFiddle is a framework based on the Fiddler web debugger to study Exploit Kits, malvertising and malicious traffic in general.
Launch Fiddler, and go to Tools -> Options
In the Scripting
tab, change the default (JScript.NET) to C#.
In the same Tools -> Options
menu, click on the Tools
tab.
notepad.exe
or notepad++.exe
gedit
/Applications/TextEdit.app
or /Applications/TextWrangler.app
Close Fiddler
C:\Users\[username]\Documents\Fiddler2\Scripts\
/home/[username]/Fiddler2/Scripts/
/Users/[username]/Fiddler2/Scripts/
Start Fiddler to complete the installation of EKFiddle. That’s it, you’re all set!
The added toolbar buttons give you quick shortcuts to some of the main features:
Dumps current web sessions into a SAZ named (QuickSave-“MM-dd-yyyy-HH-mm-ss”.saz) to EKFiddle\Captures.
Toggle between the default column view or extra columns with additional information (includes time stamp, server IP and type, method, etc.).
VPN GUI directly built into Fiddler. It uses the OpenVPN client on Windows and Linux with ovpn files (sigining up with commercial VPN provider may be required). It will open up a new terminal/xterm whenever it connects to a new server via the selected .ovpn config file, killing the previous to ensure only one TAP adapter is used at any given time.
Download and install OpenVPN in default directory
Place your .ovpn files inside OpenVPN’s config
folder.
sudo apt-get install openvpn
Place your .ovpn files in /etc/openvpn.
Allows you to connect to an upstream proxy (HTTP/s or SOCKS).
A shortcut to load SAZ (Fiddler’s native format) or PCAP (i.e. from Wireshark) captures.
View and create your custom regular expressions. Note: a master list is provided with auto-updates via GitHub. Additionally the custom list lets you create your own rules.
There are 4 types of indicators to match on:
Syntax:
Important! Fields are TAB delimited
URI My_URI_rule [a-z0-9]{2} Match URI
IP My_IP_address_rule 5\.154\.191\.67 Match static IP address
IP My_IP_address_rule 5\.154\.191\.(6[0-9]|70) Match an IP range
SourceCode My_sourcecode_rule vml=1 Look for specific string
Headers My_headers_rule nginx Look for specific string
Run the master and custom regular expressions against current web sessions.
Clear any comment and colour highlighting in the currently loaded sessions.
The ContextAction menu (accessed by right-clicking on any session(s) allows you to perform additional commands on selected sections. This can be very helpful to do quick lookups, compute hashes or extract IOCs.
Query the hostname for the currently selected session.
Create a regular expression from the currently selected URI. This action opens up a regex website and the URI is already in the clipboard, ready to be pasted into the query field.
This opens up the URI with the browser you selected.
Decodes the currently selected sessions (from their basic encoding).
Create a regular expression from the currently selected session’s source code. This action opens up a regex website and the URI is already in the clipboard, ready to be pasted into the query field.
Get the current session’s body and computes its hash.
Checks the current session’s body for hash, then look up that hash.
Downloads the currently selection session(s)’s body to disk, into the ‘Artifacts’ folder.
Copies into memory basic information from selected sessions so that they can be shared as IOCs. Extract Coinhive site keys
Allows you to identify the sequence of events between sessions. Right-clik on the session you are interested in retracing your steps to and simply ‘connect the dots’. It will label the sequence of events from 01, to n within the comments column. You can reorder that column to have a condensed view of the sequence.
Load a list of URLs from a text file and let the browser automically visit them. Tools -> Crawler (experimental) -> Start crawler May require some tweaks in your browser’s settings, in particular with regards to crash recovery.
Delete CustomRules.cs
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local…
Shadow Dumper is a powerful tool used to dump LSASS (Local Security Authority Subsystem Service)…
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…