Jump to content

Recommended Posts

Posted

I need to find a specific text on a website. I dont have a specific page, just the overall site. for example, http://www.juanpabloquiceno.com. i need to find text, that could be on any part of the site, on any page from the site.

 

whats the best way to do this. thanks.

 

ive already tried google advacned search.

Posted

There is a google command to search for something within a specific site which you have to specify, but I can't remember how to correctly use the command.

Posted

Its -

search text site:thesite.com

 

And you could also try using "wget" with its recursive/link crawling functionality

and then using "grep" on the files/text ("man wget" and "man grep" should help you, look for the recursive ( -r / -R) stuff).

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.