Skip to content

How to find the page source search for a specific value ?

Hey all!

I want to find all websites which contain some kind of string inside the html page.
On other words, I want the tool to: "Give me a list of all URLs on web that contains : ( class="breadcrumb" ) in the html page".


class="breadcrumb"
Example : https://couponbycell.com

I will be happy to get help what tool I need to use in order to get it done.
Thanks!



Comments

  • SvenSven www.GSA-Online.de
    you could write a dummy engine for SER that would contain
    <div>[setup]</div><div>page must have=class="breadcrumb"</div>
  • The site is not recognized


  • s4nt0ss4nt0s Houston, Texas
    @adil1980 - @Sven was referring to SER. If you want to detect those websites in Pi, you can just use class="breadcrumb" without the "[setup]page must have".

    I just tested in Pi and it should work well. :)


    Thanked by 1adil1980
Sign In or Register to comment.