├── LICENSE ├── README.md ├── credentials.html ├── index.html ├── oldIndex.html ├── resources.zip ├── resources ├── css │ ├── bootstrap-theme.css │ ├── bootstrap.css │ ├── bootstrap.icon-large.css │ └── jquery-ui.theme.css ├── fonts │ ├── glyphicons-halflings-regular.eot │ ├── glyphicons-halflings-regular.svg │ ├── glyphicons-halflings-regular.ttf │ └── glyphicons-halflings-regular.woff ├── img │ ├── logo.ico │ ├── logo.ico.sb-e7212bee-Cy7kCA │ └── small_logo.png └── js │ ├── bootstrap.min.js │ ├── jquery-1.11.0.js │ └── jquery-ui.js └── sandbox.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/README.md -------------------------------------------------------------------------------- /credentials.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/credentials.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/index.html -------------------------------------------------------------------------------- /oldIndex.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/oldIndex.html -------------------------------------------------------------------------------- /resources.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources.zip -------------------------------------------------------------------------------- /resources/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/css/bootstrap-theme.css -------------------------------------------------------------------------------- /resources/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/css/bootstrap.css -------------------------------------------------------------------------------- /resources/css/bootstrap.icon-large.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/css/bootstrap.icon-large.css -------------------------------------------------------------------------------- /resources/css/jquery-ui.theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/css/jquery-ui.theme.css -------------------------------------------------------------------------------- /resources/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /resources/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /resources/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /resources/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /resources/img/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/img/logo.ico -------------------------------------------------------------------------------- /resources/img/logo.ico.sb-e7212bee-Cy7kCA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/img/logo.ico.sb-e7212bee-Cy7kCA -------------------------------------------------------------------------------- /resources/img/small_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/img/small_logo.png -------------------------------------------------------------------------------- /resources/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/js/bootstrap.min.js -------------------------------------------------------------------------------- /resources/js/jquery-1.11.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/js/jquery-1.11.0.js -------------------------------------------------------------------------------- /resources/js/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/resources/js/jquery-ui.js -------------------------------------------------------------------------------- /sandbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shifa123/clickjackingpoc/HEAD/sandbox.html --------------------------------------------------------------------------------