GithubHelp home page GithubHelp logo

Run Fail about snoopy-ng HOT 7 CLOSED

sensepost avatar sensepost commented on June 10, 2024
Run Fail

from snoopy-ng.

Comments (7)

aiddenkeli avatar aiddenkeli commented on June 10, 2024

May have something to do with the install script only doing this:

root@kali:~/snoopy-ng# ./install.sh
Reading package lists... Done
Building dependency tree
Reading state information... Done
ntpdate is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 47 not upgraded.

from snoopy-ng.

aiddenkeli avatar aiddenkeli commented on June 10, 2024

May have fixed it by commenting out this in the install script:

#delfil /usr/bin/sslstrip_snoopy
#delfil /usr/bin/snoopy
#delfil /usr/bin/snoopy_auth
#delfil /etc/transforms

#apt-get install ntpdate --force-yes --yes
#pgrep ntpd >> /dev/null
#if [ $? == 0 ]; then

/etc/init.d/ntp stop

#fi

Seems to get hung up somewhere in here and never completes the install. Now Snoopy seems to run.

from snoopy-ng.

bytedeez avatar bytedeez commented on June 10, 2024

what i did was omit the ntp section from the install script.
Then ran the install script.
Then did the ntp update manually.

from snoopy-ng.

glennzw avatar glennzw commented on June 10, 2024

With regard to your first error, you had a small typo in your snoopy command:

./snoopy.py --drone mac -l test -v -m wifi:mon0=True -m sysinfo -m heartbeat

the wifi plugin can take the arguments:
iface=<interface, typically mon0>
mon=True

I suspect you may have mixed those two up. I'll have a look into why the install.sh script fails. It ran fine on Kali 1.0.6, possibly something has changed. In the longer run I need to convert that install.sh file into a proper Python egg.

from snoopy-ng.

glennzw avatar glennzw commented on June 10, 2024

Also, you were correct that the ntp check was breaking the installer. Thanks for spotting that change we made at the last minute! I've pushed a fix. It should install fine now.

from snoopy-ng.

geoffwhite247 avatar geoffwhite247 commented on June 10, 2024

I'm running snoopy-ng on an osboxes image of Kali 1.1.0,and get the same error message when I try to run wifi plugin:

root@osboxes:~/snoopy-ng# python snoopy.py -vv -d Geoff home31oct -m wifi:iface=wlan0

returns:

Traceback (most recent call last):
File "snoopy.py", line 428, in
main()
File "snoopy.py", 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/gpsd.py", line 15, in
from gps import *#gps, WATCH_ENABLE
ImportError: No module named gps

I also had an ntpdate error when I first installed (unable to find package), but thought I'd sorted that by changing my sources list...

Any hints gratefully received!

from snoopy-ng.

geoffwhite247 avatar geoffwhite247 commented on June 10, 2024

Hmmmm, I found this in the code from when I originally installed snoopy-ng, could it have something to do with it?

W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://security.kali.org sana/updates Release: The following signatures were invalid: BADSIG ED444FF07D8D0BF6 Kali Linux Repository [email protected]

W: Failed to fetch http://security.kali.org/kali-security/dists/sana/updates/Release

W: Some index files failed to download. They have been ignored, or old ones used instead.

from snoopy-ng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.