Hi BHW,
I'm just starting in IM and some people from BHW have been helping me a lot (especially from the IRC), so now I feel like it's my turn to give some
I'm a developer and I just made a very simple tool, it checks the numbers of result from google for each query.
It takes for input an Excel file named "data.csv", with, in the first column, the queries you want to run in Google, I originally made it to check how many pages where indexed from my websites, so query that looks like "site:mydomain.com", but it should work with any other kind of query.
It will then output in the column, the date as header, and then the number of pages found from each query, it will add a new column each time you run it, the output is made in the same csv file, (data.csv), so make sure you close the file before you run it.
Link: http://sheraf.wtf/google_results.rar
VirusTotal: https://www.virustotal.com/en/file/...d88f6acfb9e9966c43f6950f/analysis/1450477207/
It is coded in Python, and packaged as a standalone .exe using PyInstaller, looks like there is a false positive...
Source code for the suspicious: http://pastebin.com/VxWSxZU5
You will need Firefox to be installed, it will actually open a Firefox window and start querying google from it, it may sometimes ask for captcha, as i say, it's a very simple code.
Enjoy, Thanks to the community.
I'm just starting in IM and some people from BHW have been helping me a lot (especially from the IRC), so now I feel like it's my turn to give some
I'm a developer and I just made a very simple tool, it checks the numbers of result from google for each query.
It takes for input an Excel file named "data.csv", with, in the first column, the queries you want to run in Google, I originally made it to check how many pages where indexed from my websites, so query that looks like "site:mydomain.com", but it should work with any other kind of query.
It will then output in the column, the date as header, and then the number of pages found from each query, it will add a new column each time you run it, the output is made in the same csv file, (data.csv), so make sure you close the file before you run it.
Link: http://sheraf.wtf/google_results.rar
VirusTotal: https://www.virustotal.com/en/file/...d88f6acfb9e9966c43f6950f/analysis/1450477207/
It is coded in Python, and packaged as a standalone .exe using PyInstaller, looks like there is a false positive...
Source code for the suspicious: http://pastebin.com/VxWSxZU5
You will need Firefox to be installed, it will actually open a Firefox window and start querying google from it, it may sometimes ask for captcha, as i say, it's a very simple code.
Enjoy, Thanks to the community.