opsdisk / pagodo

pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching
GNU General Public License v3.0
2.77k stars 493 forks source link

unicode decode error #81

Closed jor101 closed 1 year ago

jor101 commented 1 year ago

Screenshot (8)

opsdisk commented 1 year ago

Hi @jor101 - It appears to not like your dorks.txt file. Can you run these commands and provide me the output.txt file?

ls -la dorks.txt > output.txt
cat dorks.txt >> output.txt
file dorks.txt >> output.txt
xxd dorks.txt >> output.txt
jor101 commented 1 year ago

thank you so much for looking into my issue. fortunately i have solved this error on my own by changing utf-8 to latin1 encoding. everything else is going fine. very effective script . hope in future you might consider adding more search engine like bing , ask duck etc. peace !!