infamy / binfrak

Binary manipulation proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binfrak

THIS TOOL IS FOR USE BY SECURITY PROFESSIONALS

Fudging proxy, to allow manipulation of binary, js, html, or any other type of data that is tranfered over http. Manipulation of the data is done via a plugin architecture. This allows manipulation of multiple file formats for many us.

Plugins Writing plugins will allow you to extend binfrak to allow you to frak with the data, be it a binary, js, html, images. A plugin is a simple class that is required to have

def isFrakable(self, key, value): #if you want frak to be run for this by its header# return True else return False

def frak(self, data): #frak with the data return data

About

Binary manipulation proxy

License:MIT License


Languages

Language:Python 100.0%