|
This is a PERL application which uses the HTML::LinkExtor module to parse an external URL for the specific HTML tags which you can specify.
For example, say you wish to scan a URL for all images. Enter the website next to URL and select the IMG tag. This application will scan the site and return a list of all images on that page.
All HTML tags are listed for completeness, but if the tag has no attributes inside the tag header, nothing for that tag will print.
Press the SHOW CODE button to see the PERL source code for this application.
|