snoopy-ng icon indicating copy to clipboard operation
snoopy-ng copied to clipboard

Is this project still being developed? Are there any other projects doing similar things to Snoopy-ng?

Open ProGamerGov opened this issue 9 years ago • 10 comments

Is this project still being developed? Are there any other projects doing similar things to Snoopy-ng?

ProGamerGov avatar Feb 21 '16 00:02 ProGamerGov

If you can get it to install, you'd be ahead of most of us

BustedSec avatar Aug 11 '16 21:08 BustedSec

I have it running...been awhile since I've revisited this. Can you let me know if you are able to get it running using these steps?

apt-get install gcc make autoconf git python-pip python-dev build-essential \
libffi-dev libssl-dev libjpeg-dev libxml2-dev libxslt1-dev python-dev tcpdump \
libpcap-dev vim postgresql libpq-dev -y --force-yes
pip install --upgrade pip 
pip install --upgrade virtualenv
git clone https://github.com/sensepost/snoopy-ng.git
virtualenv ./snoopy-ng/venv
source ./snoopy-ng/venv/bin/activate
cd ~/snoopy-ng/
sed -i 's/.*from gps import.*/from gps3 import gps3/' ./plugins/gpsd.py
sed -i 's/from libmproxy/from mitmproxy/' ./includes/mitm.py 

pip install publicsuffix BeautifulSoup Pillow cryptography epeg-cffi gps3 httplib2 mitmproxy netifaces netlib psutil pyOpenSSL pyasn1 pyinotify python-dateutil requests scapy sqlalchemy psycopg2

cd ~/snoopy-ng/ && git clone https://github.com/JPaulMora/Pyrit.git
cd Pyrit/
python setup.py clean
python setup.py build
python setup.py install

systemctl stop postgresql.service
systemctl disable postgresql.service

systemctl stop exim4.service
systemctl disable exim4.service

JosephGregg avatar Aug 17 '16 02:08 JosephGregg

This is The new script to run snoopy? Can help me in running snoopy in a Mac OS or Kali linux ad central server And ad a drone on some raspberry Py or onion omega that collect gprs/bluetooth/Bluetooth lte And wi-fi MAC addresses?

Best regards Sincerely

Carlo

ElanII avatar Aug 17 '16 06:08 ElanII

I will give it a try ;-)

But why do you stop postgresql and exim4? Is this a "must" or just (your) a decision?

GunWi

gunwi avatar Aug 17 '16 07:08 gunwi

not a must, I just don't require the services.

JosephGregg avatar Aug 18 '16 00:08 JosephGregg

The most recently updated fork appears to be this one, which was modified to be suitable for Raspberry PI: https://github.com/SamuelWN/snoopy-ng

strasharo avatar Aug 21 '16 13:08 strasharo

Morning all, i will be looking at this Repo again this week, to get it stable in Kali Rolling. Thank you for your inputs to the project.

Stu

NoobieDog avatar Aug 22 '16 08:08 NoobieDog

Thats really GREAT ;-) NoobieDog .... Thank you!!

gunwi avatar Aug 22 '16 08:08 gunwi

@NoobieDog Did you ever get around to looking at getting it running in Kali Rolling?

ProGamerGov avatar Sep 05 '16 20:09 ProGamerGov

so https://github.com/SamuelWN/snoopy-ng actually compiles and runs, unlike this.

BustedSec avatar Sep 09 '16 18:09 BustedSec