PDA

View Full Version : Paraponera Framework



bl4ck5w4n
2013-07-05, 15:16
Paraponera Framework started by being a simple network sniffer, and a MiTM attacker, but now it has more tools then that.



http://3.bp.blogspot.com/-JGn5_ZljNFE/Ubjftet-FII/AAAAAAAAAEM/Hr8QlYvg3Es/s1600/paraponera-logo.png

Paraponera has been having updates almost everyday due to fixing bugs, adding more tools and trying to keep it simple for the front-end user.

With just the mouse you can perform:

Scan the network and choose your target
Capture Images
Capture login credentials
Use Ettercap Filters (ex: Redirect url, send alert messages, insert iframe...) Note: You can create custom filters, just read the README file in filters folder
AutoPWN network computer
AutoPWN Browser


Download/Install:


git clone https://code.google.com/p/paraponera/
cd paraponera
./install.sh

Run:

./paraponera.py

Note: Run as root

Hope you enjoy it, and don't forget to send your feedback

Cheers

anashlali
2013-07-06, 22:04
nice work man... keep going!

bl4ck5w4n
2013-07-15, 23:22
thank you @anashlali :)

milehighinterceptor
2013-07-18, 02:43
once installed, How to run the tool? I write in paraponera, with no luck.. suggestions? I know im doing something wrong!!:::::::::

Traceback (most recent call last):
File "./paraponera.py", line 15, in <module>
import webkit
ImportError: No module named webkit

daedalus1776
2013-07-18, 03:51
ImportError: No module named webkit

Looks like there's no module named webkit...
You'll need to install it. I think it's part of webware for python. Install that and it should work.

bl4ck5w4n
2013-07-18, 10:49
@milehighinterceptor webkit should come by default in kali.
But to install it just run:

apt-get install python-webkit

milehighinterceptor
2013-07-26, 06:13
@milehighinterceptor webkit should come by default in kali.
But to install it just run:

apt-get install python-webkit

:~# apt-get install python-webkit
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-webkit
:~# apt-get install python-webkit
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-webkit
or sudo. thanks again. m1leh1gh1ntercept0r

zimmaro
2013-07-26, 07:53
:~# apt-get install python-webkit
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-webkit
:~# apt-get install python-webkit
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-webkit
or sudo. thanks again. m1leh1gh1ntercept0r
if this can help :)

root@hk3r:~# cat /etc/*lsb-release
DISTRIB_ID=Debian
DISTRIB_RELEASE="Kali Linux 1.0"
DISTRIB_CODENAME=n/a
DISTRIB_DESCRIPTION="Debian GNU/Linux Kali Linux 1.0"


root@hk3r:~# more /etc/apt/sources.list
#

# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 2
0130311-20:38]/ kali contrib main non-free

#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20
130311-20:38]/ kali contrib main non-free

deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib

## Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free

deb http://repo.kali.org/kali kali-bleeding-edge main

#deb http://ftp.us.debian.org/debian/ sid main non-free contrib
#deb http://ftp.it.debian.org/debian wheezy main

root@hk3r:~# apt-cache search python-webkit
python-webkit - WebKit/Gtk Python bindings
python-webkit-dev - WebKit/Gtk Python bindings: development files

&&&& apt-get install .........

milehighinterceptor
2013-07-30, 02:13
if this can help :)

root@hk3r:~# cat /etc/*lsb-release
DISTRIB_ID=Debian
DISTRIB_RELEASE="Kali Linux 1.0"
DISTRIB_CODENAME=n/a
DISTRIB_DESCRIPTION="Debian GNU/Linux Kali Linux 1.0"


root@hk3r:~# more /etc/apt/sources.list
#

# deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 2
0130311-20:38]/ kali contrib main non-free

#deb cdrom:[Debian GNU/Linux 7.0 _Kali_ - Official Snapshot i386 LIVE/INSTALL Binary 20
130311-20:38]/ kali contrib main non-free

deb http://http.kali.org/kali kali main non-free contrib
deb-src http://http.kali.org/kali kali main non-free contrib

## Security updates
deb http://security.kali.org/kali-security kali/updates main contrib non-free

deb http://repo.kali.org/kali kali-bleeding-edge main

#deb http://ftp.us.debian.org/debian/ sid main non-free contrib
#deb http://ftp.it.debian.org/debian wheezy main

root@hk3r:~# apt-cache search python-webkit
python-webkit - WebKit/Gtk Python bindings
python-webkit-dev - WebKit/Gtk Python bindings: development files

&&&& apt-get install .........
cool thanks again. seems ive got plenty more to read up on.