maurosoria / dirsearch

Web path scanner
11.85k stars 2.3k forks source link

/usr/share/dirsearch is owned by root #92

Closed Hritik14 closed 6 years ago

Hritik14 commented 6 years ago

So a non root user trying to run gets a permission denied due to no write access to log folder and reports dir. Either the folder should be writable by others (the log and reports) or those files should be created somewhere in $HOME

maurosoria commented 6 years ago

uncomment the 'save-logs-home' line in default.conf for dirsearch to save logs and reports in your home folder.

noraj commented 5 years ago

@Hritik14 Is there an option (config) or arg to get logs in the working directory rather than the install dir or in home ?