sensepost / snoopy-ng

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

Maltego: Snoopy.db #65

Open dtraboulsi24 opened 8 years ago

dtraboulsi24 commented 8 years ago

Hello,

So I want to import the data I have collected from snoopy into Maltego, but I have ran across a problem. So I ran Snoopy on a Raspberry Pi and copied the snoopy files over to my Windows PC. I changed the db_path.conf: sqlite:///C:\Users\Documents\snoopy-ng\snoopy.db Then I imported the config file successfully. But when I try and run the fetchDrones on the Base of Operations it gives me an error code: -CreateProcess error=267, the directort name is invalid As far as I know the db_path.conf is going to the right place with a good format, So if anyone else have had this problem let me know the solution. Thanks

Akumuryu commented 8 years ago

I have the same error message when just trying to work with transformation on a base configuration in Kali, the db_path on one test is SQLite:///root/snoopy-ng/snoopy.db . now I have a working MySQL server with data piping in, when trying to redirect the dbpath to mysql://User:Secret@192.168.._/snoopy and then try to use Maltego I receive the very same error message of 267 directory name is invalid.

Akumuryu commented 8 years ago

anyone have an update to the file not found issue with the db?

NeelSarwal commented 7 years ago

Was anyone able to fix this?