Skip to content

Instantly share code, notes, and snippets.

View olliewuk's full-sized avatar

Ollie W olliewuk

View GitHub Profile
@olliewuk
olliewuk / WindowsExtMap.bat
Created February 17, 2023 06:40
Enumerates all files extensions and what opens them on Windows 10/11 in batch/cmd
@echo off
REM °²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²°
REM °² Enumerates all files extensions ²°
REM °² and what opens them on Windows 10/11 in batch/cmd ²°
REM °² twitter: @ollieatnowhere ²°
REM °²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²°
REM ------------------------------------------------------
REM
@olliewuk
olliewuk / BurpExtender.java
Created February 10, 2023 17:21
PROTOTYPE PortSwigger Burp extension which loads a Yaml file containing regular expressions for sensitive information in order to automatically identify and flag
//
//
// PROTOTYPE Passive Sensitive Information Observer
//
// test with https://ginandjuice.shop/
//
// This has been tested with Burp Suite Pro to trial the concept.
//
// Ollie Whitehouse - @ollieatnowhere
//
@olliewuk
olliewuk / BurpExtender.java
Created January 31, 2023 16:22
PROTOTYPE Google Safe Browsing URL Reputation Burp Suite scanner extension
//
//
// PROTOTYPE Google Safe Browsing URL Reputation Burp Suite scanner extension
//
// The concept is that organisations will want to use Burp Suite Enterprise edition
// to continually scan their websites to see if they include / reference any known
// malicious URLs i.e. they have latterly breached etc.. This is a prototype of this
// concept using an extension and the Google Safe Browsing API.
//
// You need a API key from Google, details on how to obtain one can be found here