Results 1 to 4 of 4

Thread: snoopy-ng Kali 2.X - No module named libmproxy

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2016-Jul
    Posts
    2

    snoopy-ng Kali 2.X - No module named libmproxy

    Hello. When I try to start snoopy-ng I get the following message. I have tried to install the module by reinstalling mitmproxy. But I only fall further down the rabbithole.
    Does anybody have some good input on how I should solve this?

    Running on a Raspberry Pi 3 with the latest update of Kali img.


    root@kali:~# snoopy
    ___ _ _ _____ _____ ____ _ _
    / __)( \( )( _ )( _ )( _ \( \/ )
    \__ \ ) ( )(_)( )(_)( )___/ \ /
    (___/(_)\_)(_____)(_____)(__) (__)
    Version: 2.0
    Code: [email protected] // @glennzw
    Visit: www.sensepost.com // @sensepost
    License: Non-commercial use

    Traceback (most recent call last):
    File "/usr/bin/snoopy", line 428, in <module>
    main()
    File "/usr/bin/snoopy", line 353, in main
    plugins = common.get_plugins()
    File "/root/snoopy-ng/includes/common.py", line 24, in get_plugins
    m = __import__(plug, fromlist="Snoop").Snoop
    File "/root/snoopy-ng/plugins/mitmproxy.py", line 17, in <module>
    from includes.mitm import *
    File "/root/snoopy-ng/includes/mitm.py", line 4, in <module>
    from libmproxy import proxy, flow, platform
    ImportError: No module named libmproxy
    Last edited by dawz0r; 2016-07-27 at 20:51.

Similar Threads

  1. BDFPROXY "No module named libmproxy" problem
    By Parnoid in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2023-03-29, 22:23
  2. Mitmf. ImportError: No module named parse
    By Vovan in forum General Archive
    Replies: 4
    Last Post: 2021-02-03, 12:31

Tags for this Thread

Posting Permissions

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