项目作者: compewter

项目描述 :
Web Browser Hooking Framework. Manage, execute and assess web browser vulnerabilities
高级语言: JavaScript
项目地址: git://github.com/compewter/whoof.git
创建时间: 2015-10-12T00:38:51Z
项目社区:https://github.com/compewter/whoof

开源协议:BSD 3-Clause "New" or "Revised" License

下载


whoof (Web-Browser Hooking Framework)

whoof is an early stage lightweight web browser hooking framework. A web browser hook can be thought of as a backdoor in a web page allowing an attacker to execute commands in the page with or without the visitor noticing. whoof is a web application security tool to manage, execute and assess web browser vulnerabilities.

whoof uses Node/Express server-side, with React/Redux on the client-side.

Hooked browsers are managed via WebSockets.

ss

Check out the wiki for details on features and getting started.

Features

Custom Attacks

Use the attack builder to construct custom attacks on the fly.

screenshot

Execute Arbitrary Commands with the Terminal

Use the terminal to execute arbitrary commands or retrieve data from hooked pages.
ss

Easily import/export attacks

One click download an exported attack which can easily be imported in the admin web app.

This repo was built off of and ejected from Facebook’s create-react-app