Zack
Zack
Thanks. findmap is deprecated. I will update the repo. There is a way to represent the location, its a bit hacky: https://github.com/schollz/find-maraudersmap.
You cannot access through mysql. The database is a Bolt database. You can export it with FIND as JSON. Download the DB and then `find -dump GROUPNAME`.
Yes, you can access it with Bolt tools, see https://github.com/boltdb/boltd
Hi @victorhooi , I still haven't figure out a way to do this. I was playing around with Scapy but had no luck. Have you found anything?
That sounds like it would work, but I don't know how to do that :) I've been working on this to get raw packets: https://gist.github.com/schollz/ba151ba1fbb1bd433fd523ac9502947a But I'm not sure how...
I ran into this exact issue on my home server - Ubuntu 14.04.5 LTS, mosquitto build 25 Aug 2016. mosquitto will never make a pid file (run in normal mode,...
Yeah, its annoying supervisord won't allow you to create a new pid file. What about just using `ps aux` in the findserver itself? I didn't really want to do this,...
Code change in the source code. I.e. if the PID is not provided but mosquitto is specified, then the findserver should try to obtain the PID itself.
Yeah, sorry about this headache. I think I'll just go with trying `ps aux` within the code itself. I realize that the mosquitto built-in is quite a work-around some issues,...
The way MQTT works seems to be that you can subscribe to any channel you want if they aren't password protected. For the public FIND server, this is bad, because...