This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// | |
// 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 | |
// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// | |
// 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 |