ilektrojohn / creepy

A geolocation OSINT tool. Offers geolocation information gathering through social networking platforms.
http://www.geocreepy.com
GNU General Public License v3.0
1.25k stars 303 forks source link

Send logs to ~/.creepy/, not /usr/share/creepy/. #66

Closed petterreinholdtsen closed 8 years ago

petterreinholdtsen commented 9 years ago

When building the Debian package, creepy try to open its logs in /usr/share/creepy/, where the user do not have write access. This make creepy fail to start. Create new method GeneralUtilities.getLogDir() to make it easier to control where the logs are created and update all places creating log files to use it.

jkakavas commented 9 years ago

hi, I have merged this and all the other pull requests you have sent in https://github.com/jkakavas/creepy. Thank you very much for your effort and your time in designing and implementing the changes so that creepy can work in debian