资源说明:simple exploit loop for standard CTF contests
== DESCRIPTION Iterate all exploits from a specified directory over all hosts within a ctf. Exploits should: * print flags to STDOUT * print errors to STDERR * use an option --target* complete specified timeout * online exploits should not end with suffix 'off'. == SYNOPSIS % exploit_loop [options] Specific options: -h, --help Display this help. -V, --version Print version. --minimum Minimum iteration time in seconds. --exploit_dir Directory that contains exploits. --flag_dir Directory in which flags are written to. --timeout Timeout in seconds for blocking calls. --without Without this host --target_network network like 10.0.x.y , where "x" will be changed according to --target_range and "y" will be changed according to --target_host. --target_host Host address, the "y" within --target_network. --target_range Network range, the "x" within --target_network. Example: 5,23 will be a Range 5..23 == REQUIREMENTS Ruby 1.8.7 == INSTALL % git clone % cd exploit_loop % rake gem % sudo gem install pkg/*.gem == TODO * write some tests == Bug reports == AUTHORS Sandor Szücs, sandor.szuecs@fu-berlin.de == LICENSE See LICENSE file.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。