[CHRISTMAS GIFT] Simple Google Scraper

Status
Not open for further replies.
This tool have an internal module to extract datas via regular epxressions.
Use this reg ex to scrape emails :
Code:
[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}
Beny


...that still doesn't work. after scraping, the results field is blank. And after an export of whatever is scraped, when you open the text file, it's an exact copy of the sources URL file. ...unless im doing something wrong. i thought you were working on an update to fix this? i dont mean to be pushy
 
Thanks a lot even thought i dont need it quite yet since im just starting to learn. But free tools are always welcome :P

Thanks !
 
There are some bugs with the regex extractor.
I'll try to fix it as soon as possible.

If you need an advanced regular expression extractor, I advice to use this small tool :
Code:
http://codecanyon.net/item/regex-extractor-extract-everything-simply-/1327433

Beny
 
scr_1.jpg


Simple Google Scraper 1.3

Update :
- Addon : PageRank checker
- Addon : Google Results Number Scraper
- Addon : Regular Expression Extractor
- Feature added : Remove entries containing...
- Feature added : Support all Google locations
- Bug fix : Regex extractor no results
- Bug fix : latest Google update
- Bug fix : Google Results Number Scraper no results
- Minor bugs fixed
- Stability and performance improved...

Download :
Code:
http://bit.ly/SimpleGoogleScraper

Always for free :cool:

Beny
 
...still having issues. i use the expression
Code:
[A-Z0-9._%+-]+(& #064 ;)[A-Z0-9.-]+\.[A-Z]{2,6}
on the regular expression extractor to scrape emails from facebook pages but still no results. am i doing it right?
 
...still having issues. i use the expression
Code:
[A-Z0-9._%+-]+(& #064 ;)[A-Z0-9.-]+\.[A-Z]{2,6}
on the regular expression extractor to scrape emails from facebook pages but still no results. am i doing it right?

As said before, remove all spaces in the regular expressions :)

If I remove spaces, the code "& #064 ;" will be automatically converted to "@" on BHW.
So I need to put spaces.

Keep me in touch if it still doesn't works.

Beny
 
Handy little tool, good for everyone who doesn't have Scrapebox. I'll be giving this to my friends, thanks!
 
There is a problem with regex extractor, when exporting results to file app export data from Sources list not from Results.
 
Hey Kokoloko, please also add the virustotal check to your release:
Code:
https://www.virustotal.com/file/b7aa5cb7b32b66f8dacbd58688a7ba9418d8dec4f1f5bb8d9be608a827e36e7f/analysis/
File name: SimpleGoogleScraper_V1.0.zip
Detection ratio: 3 / 42
Analysis date: 2012-02-15 20:49:30 UTC ( 7 minute ago )

I personally scanned your earlier releases and they were clean.
Can you please elaborate on how we got this false positive(from my opinion).
Anyway tool is superb, thank you for your contribution.
 
Last edited:
I personally scanned your earlier releases and they were clean.
Can you please elaborate on how we got this false positive(from my opinion).
Anyway tool is superb, thank you for your contribution.

Thanks for scan.
Yes, some basic anti-virus detects the EXE as positive because the packer.

To reduce the size of the EXE, I pack it with PE Compact.
The packing crypts some datas, so these anti-virus are afraid !

Look names of detections : PUA.Packed.PECompact-1, Virus.Win32.Crypted!IK, Virus.Win32.Crypted.

It's a false positive, tool is clean, I can guarantee ;)

Beny
 
This tool's great! and by the way, one suggestion: you can add another "import" function so that can enlarge your "remove duplicated and sort" feature more useful... :cool:
 
scr_1.jpg


Simple Google Scraper 1.4

Update :
- Feature added : Ability to load URLs from a file
- Feature added : Remove entries not containing...
- Minor bugs fixed
- Stability and performance improved...

Download :
Code:
http://bit.ly/SimpleGoogleScraper

Always for free :cool:

Beny
 
Status
Not open for further replies.
Back
Top