/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
external/source/flash_detector/bin/index.html
39 строк
857 B
jvazquez-r7
Add AS2 flash detection code
14 июл 2015, 02:26
Не верифицирован
14 июл 2015, 02:26
b72ba7f
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>flash_detector</title> <meta name="description" content="" /> <script src="js/swfobject.js"></script> <script> var flashvars = { }; var params = { menu: "false", scale: "noScale", allowFullscreen: "true", allowScriptAccess: "always", bgcolor: "" }; var attributes = { id:"flashdetector" }; swfobject.embedSWF( "flashdetector.swf", "altContent", "100%", "100%", "8.0.0", "expressInstall.swf", flashvars, params, attributes); </script> <style> html, body { height:100%; overflow:hidden; } body { margin:0; } </style> </head> <body> <div id="altContent"> <h1>flash_detector</h1> <p><a href="http://www.adobe.com/go/getflashplayer">Get Adobe Flash player</a></p> </div> </body> </html>