How to find websites using old framework?

Liberty4All

Junior Member
Jr. VIP
Joined
Feb 15, 2015
Messages
180
Reaction score
59
Hello everyone.
I am trying to find a way to scrape Google Search or Google Maps and find websites built on old framework such as:
ASP.NET
Classic ASP
PHP
Perl
JSP
Ruby on Rails
Adobe Flash
Wicket
..
Any idea on how to go about finding these websites?
 
Thanks guys.
Is there a scraper for this or must I do this manually on Google Search?
 
Thanks guys.
Is there a scraper for this or must I do this manually on Google Search?
I am sure someone can make you a scraper but there must be some google scraping tools out there. I also think bright data and Oxylabs have services you can use.
 
Explore”google dorks”
 
Thanks.
Code:
site:cx ext:asp
Do you know the extensions of all these by any chance?
ASP.NET
Classic ASP
PHP
Perl
JSP
Ruby on Rails
Adobe Flash
Wicket
 
You could try using specific search operators on Google to look for tech stacks. Also, some online tools can detect what a site is built on, like Wappalyzer
 
You can build parser on Browser Automation Studio (free) or use A-parser (paid) to scrape all data you want.
Also you can hire freelancer on fivver, they will do all the rest.
 
Back
Top