New Web User Interface for Hacking Functionalities (mitm, airodump, etc ...)
Here is the Beta Version for Developers of my UWUI Blackops Wifi for BackTrack 5.
https://www.dropbox.com/s/9hk14946hp...uwui_04.tar.gz - NEW VERSION ...
It's a Web User Interface with hacking functionalities:
- Manage Interfaces: up, down, monitor mode ...
- Manage Process associated to the interface: kill, hide ...
- Manage Files associated to the Process: view, delete, special actions for .csv & .cap
- Graphical iwlist (in real time) with connecting action and keys database.
- Graphical airodump (in real time), APs and associted Stations. Online/Offline (using last view seen)
- Graphical Host Discovery (in real time using ARP table)
- AutoDecrypter WIFI keys using patterns (test with Spanish WiFis)
- Actions for IPs: nmap, nc, arpspoof, tcpdump, sslstrip, set as targets, set alias ...
- Actions for APs & Stations: airodump, aireplay, aircrack, chopchop, fragment, set as target, set alias ...
- Very easy to add new actions & info.
Developed with PHP, HTML & Javascript.
http://s15.postimage.org/ij1splhi3/S..._Firefox_1.png
System Info
http://s15.postimage.org/w13jtt8nv/01_info.png
IP Actions
http://s15.postimage.org/o1z6yqtjv/ip_actions.png
Install:
1 - Decompress uwui.tar.gz in /var/www
2 - Run visudo and add the line:
www-data ALL=NOPASSWD: ALL
3 - cp /var/www/uwui/bin/bin_intel/* /usr/bin
4 - cp /var/www/uwui/bin/scripts/* /usr/bin
5 - apt-get install weplab
6 - Start Apache:
/etc/init.t/apache2 start
7 - In Firefox go to http://127.0.0.1/uwui
Tips:
To show the info window of a node click over the icon
To show the actions window of a node click over the zone of the text.
http://s12.postimage.org/bb7e757fx/tips.png
If you want help me with the look and feel of the interface you need modify the files:
- /var/www/uwui/css/uwui.css
- /var/www/uwui/php/uwui_function.php
If you want help add new actions (new wifi attacks, etc ...) or new info in info windows you need modify the files:
- /var/www/uwui/php/uwui_actions.php
- /var/www/uwui/php/uwui_info.php
If you want help optimizing or debuging you need modify the file:
- /var/www/uwui/php/uwui_core.php
Re: New Web User Interface for Hacking Functionalities (mitm, airodump, etc ...)
You can find a new version here with new functionalities ...
https://www.dropbox.com/s/9hk14946hp...uwui_04.tar.gz
Re: New Web User Interface for Hacking Functionalities (mitm, airodump, etc ...)
Re: New Web User Interface for Hacking Functionalities (mitm, airodump, etc ...)
hi, thanks for your work.
i've a problem: in firefox i see this image http://pastelink.me/dl/05f23c
how can i do ?
thanks
Re: New Web User Interface for Hacking Functionalities (mitm, airodump, etc ...)
I suppose that you are using BackTrack 5 ...
You have a problem with de php execution, please try this: "chown -R www-data:www-data /var/www/uwui"