Results 1 to 9 of 9

Thread: Paraponera Framework

  1. #1

    Paraponera Framework

    Paraponera Framework started by being a simple network sniffer, and a MiTM attacker, but now it has more tools then that.



    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:
    Code:
    git clone https://code.google.com/p/paraponera/
    cd paraponera
    ./install.sh
    Run:
    Code:
    ./paraponera.py
    Note: Run as root

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

    Cheers
    Last edited by bl4ck5w4n; 2013-07-18 at 17:35.

  2. #2
    Join Date
    2013-Mar
    Posts
    12
    nice work man... keep going!

  3. #3
    thank you @anashlali

  4. #4
    Join Date
    2013-Apr
    Location
    Phi 1.618
    Posts
    10
    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
    Last edited by milehighinterceptor; 2013-07-18 at 03:08.

  5. #5
    Quote Originally Posted by milehighinterceptor View Post
    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.

  6. #6
    @milehighinterceptor webkit should come by default in kali.
    But to install it just run:
    Code:
    apt-get install python-webkit

  7. #7
    Join Date
    2013-Apr
    Location
    Phi 1.618
    Posts
    10
    Quote Originally Posted by bl4ck5w4n View Post
    @milehighinterceptor webkit should come by default in kali.
    But to install it just run:
    Code:
    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

  8. #8
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by milehighinterceptor View Post
    :~# 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 .........

  9. #9
    Join Date
    2013-Apr
    Location
    Phi 1.618
    Posts
    10

    Cool

    Quote Originally Posted by zimmaro View Post
    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.

Similar Threads

  1. MITM framework
    By Avmiz in forum NetHunter Suggestions
    Replies: 1
    Last Post: 2020-07-16, 19:09
  2. Can't Update Metasploit Framework
    By Vandercast in forum TroubleShooting Archive
    Replies: 3
    Last Post: 2017-05-26, 17:53

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •