Closed GGStudy-DDUp closed 2 months ago
Hi @GGStudy-DDUp - is it possible for you to run it without proxychains? I'd like to rule that out first.
Another note, you must specify the case-sensitive -t ALL
to search for all file extensions, otherwise it will search for just the .all
file extension.
Hi @GGStudy-DDUp - is it possible for you to run it without proxychains? I'd like to rule that out first.
Another note, you must specify the case-sensitive
-t ALL
to search for all file extensions, otherwise it will search for just the.all
file extension.
I have configured the proxy and it works.
round_robin_chain
chain_len = 1
proxy_dns
remote_dns_subnet 224
tcp_read_time_out 15000
tcp_connect_time_out 8000
[ProxyList]
socks5 192.168.190.1 1080
socks5 192.168.190.1 7890
And I also used -t ALL
to run it, but this error occurred.
Can you run the same metagoofil command without a proxy / proxychains?
python3 metagoofil.py -d nsfocus.com -f -t all -e 60
At first glance, this appears to be a proxy / proxychains configuration issue, and not a metagoofil one. Someday, I'd like to rewrite metagoofil with this library (https://github.com/opsdisk/yagooglesearch/) which has better proxy support.
For proxychains troubleshooting, try:
socks5 192.168.190.1 7890
/etc/proxychains4.conf
file as wellproxychains -f path/to/proxychains/config/file
Can you run the same metagoofil command without a proxy / proxychains?
python3 metagoofil.py -d nsfocus.com -f -t all -e 60
At first glance, this appears to be a proxy / proxychains configuration issue, and not a metagoofil one. Someday, I'd like to rewrite metagoofil with this library (https://github.com/opsdisk/yagooglesearch/) which has better proxy support.
For proxychains troubleshooting, try:
- Commenting out this line
socks5 192.168.190.1 7890
- Check if there is a
/etc/proxychains4.conf
file as well- Specifying the configuration file you have:
proxychains -f path/to/proxychains/config/file
I tried it and it got the error running in my virtual machine. But it worked fine on my VPS machine.
got the error running in my virtual machine
Is that with or without proxychains and the proxy?
got the error running in my virtual machine
Is that with or without proxychains and the proxy?
Maybe I have some environmental problems, but my agent is normal. Thank you for your help.
Let me know if you want to keep this issue open @GGStudy-DDUp
Bump @GGStudy-DDUp
I encountered this problem after running.