hey man...i have project to make a tool for scnning...but i dont know how to scanning n checking a source...my algorithm is my perl script can check header of html like thisok,how a simple script to checking it...thanks beforeCode:<h1> bla bla</h1>
Are you checking for the existence of a header, the contents of it, other?
Regular Expressions are probably going to be your answer, regardless.
im checking existence of header..just header i wanna check...can u give an example...
The regex for an h1 header would be: "\<h1\>(.*?)\<\/h1\>", which will store the contents of the header in $1
ok thanks master..
I think google will have something to say on this topic.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks