xerohour / metagoofil

Automatically exported from code.google.com/p/metagoofil
GNU General Public License v2.0
0 stars 0 forks source link

metagoofil does not find any results #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. metagoofil -d microsoft.com -t doc,pdf -l 200 -n 50 -o msfiles -f 
results.html
2. metagoofil -d docs.kali.org -t doc,pdf -l 200 -n 50 -o kalifiles -f 
results.html
3. metagoofil -d apple.com -t doc,pdf -l 200 -n 50 -o applefiles -f results.html

What is the expected output? What do you see instead?

All searches return the same thing.

[-] Starting online search...

[-] Searching for doc files, with a limit of 200
    Searching 100 results...
    Searching 200 results...
Results: 0 files found
Starting to download 50 of them:
----------------------------------------

[-] Searching for pdf files, with a limit of 200
    Searching 100 results...
    Searching 200 results...
Results: 0 files found
Starting to download 50 of them:
----------------------------------------

processing
user
email

[+] List of users found:
--------------------------

[+] List of software found:
-----------------------------

[+] List of paths and servers found:
---------------------------------------

[+] List of e-mails found:
----------------------------

What version of the product are you using? On what operating system?

metagoofil 2.2 on Kali Linux. Same result with a fresh svn checkout.

Please provide any additional information below.

I suspect Google has changed things on you again.

Original issue reported on code.google.com by doo...@kali.org on 24 Mar 2015 at 3:02

GoogleCodeExporter commented 8 years ago
I am facing similar issue. I tried below solutions:

1) Making the change in downloader.py 

self.url=url.replace("/url?q=", "", 1).split("&")[0]

Note: Strangely this worked just one time in BackTrack5 and found some files 
but no luck in successful download/parse.

2) I even tried Arsenal version as suggested in Issue ID 9. It didn't worked 
too.

3) Some Gentlemen suggested it's happening due to Google 302 page redirects, 
and to modify discovery/googlesearch.py accordingly. It didn't worked as well.

Kindly provide the working solution.

Original comment by Krish.Pa...@gmail.com on 26 May 2015 at 8:00