资源说明:Perl/Redis/AnyEvent::HTTP based web scanner
HTTPGrep This is a data-driven system for scanning a number of websites for content matching certain regular expressions. It could be used for things like copyright infringement checks, scanning for out-of-date software, or looking for exploited content. It uses AnyEvent::HTTP to do the heavy lifting on web querying, and Redis to store in-progress and analyzed data. BASICS The application needs 2 things to work: - a list of URI's in CSV format:, , where 'key' is any bit of information you want to store about that URI. - a config file (by default, /etc/httpgrep.yml.) The config file specifies 2 sets of regular expressions: - things to look for on a page - what to call the hosts you find this content on The application does only do a 'shallow scan' (though this could be made configurable) -- it only downloads the initial page, and all
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。