am0nt31r0 / OSINT-Search

Useful for digital forensics investigations or initial black-box pentest footprinting.
130 stars 33 forks source link

returns directory of script #9

Open humandecoded opened 4 years ago

humandecoded commented 4 years ago

Current code returns "filename" as "/osintSearch.config.ini". Write fails because it tries to write to root directory.

PR fixes this and writes "osintSearch.config.ini" to same directory as the script running.