sha0coder / web-fu

The web hacking chrome extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-fu

The web hacking chrome extension

Web-Fu

== license ==

GPL v3

== install ==

(...) button -> more tools -> Extensions -> developer mode on -> load unpacked

clone the repo and load unpacked

== usage ==

Right Click Action

Extensions icon for more features

== pros ==

  • Agility
  • Pseudo manual
  • Integrated
  • Speed
  • No copy paste get/post/cookies/ua/headers
  • no proxy needed
  • integrated in chrome
  • ssl friendly
  • urllog logs before sending the request
  • user-event-hooks
  • no sever daemon

== cons ==

  • no user agent change¿?

== features ==

  • bruteforcing folders, files, params names, param values on get/post.
  • false positive reduction with gauss
  • default wordlists or load worlist
  • cookie editor
  • notes
  • log
  • visual crawl
  • visual bruteforce (experimental)
  • clever params auditor expert system
  • request interceptor
  • base64 and url encoding/decoding
  • danger bytes, all encoded bytes
  • portscan
  • build request

== components ==

Bar-Button -> main.html ->  main.js -> settings.html -> settings.js
                                |                           |
                                |                           |
(RighClick) -----+              |                           |
                 |              |                           |
                 v              |                           |
Background -+--> menu.js        |                           |
            |                   |                           |
            +--> attackAPI.js <-+-----> ATTACKS             |
            |                                               |
            +--> storageAPI.js <----------------------------+
                       |
                       V
                   WORDLISTS

About

The web hacking chrome extension


Languages

Language:JavaScript 85.5%Language:HTML 14.3%Language:CSS 0.1%Language:C++ 0.1%