sensepost / snoopy-ng

Snoopy v2.0 - modular digital terrestrial tracking framework
Other
429 stars 128 forks source link

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

Open ProGamerGov opened 8 years ago

ProGamerGov commented 8 years ago

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

BustedSec commented 7 years ago

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

JosephGregg commented 7 years ago

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
ElanII commented 7 years ago

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

gunwi commented 7 years ago

I will give it a try ;-)

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

GunWi

JosephGregg commented 7 years ago

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

strasharo commented 7 years ago

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

NoobieDog commented 7 years ago

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

gunwi commented 7 years ago

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

ProGamerGov commented 7 years ago

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

BustedSec commented 7 years ago

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