developed by d3t0n4t0r
PageScan is a web content scraper for web-based malware analysis. It assist analyst by detecting and listing any redirection, iframe, javascript, and links found inside the web page.
- ruby 1.8.7
- gem 1.3.7
- nokogiri
- optparse
Usage: /usr/local/bin/pagescan [options] [url]
Options:
-u, --user-agent <user-agent> Use the specified User Agent. If not specified, default User Agent will be used
-r, --referer <referer-addr> Use the specified Referer. If not specified, default Referer will be used
-o, --output <txt|html> Specified report format for further analysis
-h, --help Show this message
- Better result output (text & HTML output)
- Yara signature support
PageScan licensed under WTFPL V2