├── .htaccess ├── Fake-flash.cn.png ├── README.md ├── api ├── download_useragent.txt ├── run_useragent.txt └── ua.php ├── css └── common.css ├── english └── index.html ├── favicon.ico ├── flash.jpg ├── flashplayerpp_install_cn.rar ├── if-UserAgent.js ├── images ├── adobe.gif ├── background-left.jpg ├── background-right.jpg └── icon-lobby.png ├── index.html ├── js └── common.js └── layer ├── jquery.min.js ├── layer.js └── theme └── default └── layer.css /.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/.htaccess -------------------------------------------------------------------------------- /Fake-flash.cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/Fake-flash.cn.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/README.md -------------------------------------------------------------------------------- /api/download_useragent.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /api/run_useragent.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /api/ua.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/api/ua.php -------------------------------------------------------------------------------- /css/common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/css/common.css -------------------------------------------------------------------------------- /english/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/english/index.html -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/favicon.ico -------------------------------------------------------------------------------- /flash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/flash.jpg -------------------------------------------------------------------------------- /flashplayerpp_install_cn.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/flashplayerpp_install_cn.rar -------------------------------------------------------------------------------- /if-UserAgent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/if-UserAgent.js -------------------------------------------------------------------------------- /images/adobe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/images/adobe.gif -------------------------------------------------------------------------------- /images/background-left.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/images/background-left.jpg -------------------------------------------------------------------------------- /images/background-right.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/images/background-right.jpg -------------------------------------------------------------------------------- /images/icon-lobby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/images/icon-lobby.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/index.html -------------------------------------------------------------------------------- /js/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/js/common.js -------------------------------------------------------------------------------- /layer/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/layer/jquery.min.js -------------------------------------------------------------------------------- /layer/layer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/layer/layer.js -------------------------------------------------------------------------------- /layer/theme/default/layer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RomaneeSean/xss-flash-fishing/HEAD/layer/theme/default/layer.css --------------------------------------------------------------------------------