Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • vimazeno/blog.limos.fr
  • matrossevi/blog.limos.fr
  • borlonjo/blog.limos.fr
3 results
Show changes
Showing
with 27 additions and 3 deletions
......@@ -7,11 +7,11 @@
<title>HTTP</title>
<link rel="stylesheet" href="../../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../../node_modules/reveal.js/css/theme/white.css">
<link rel="stylesheet" href="../../node_modules/reveal.js/css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="../../node_modules/reveal.js/lib/css/zenburn.css">
<link rel="stylesheet" href="../../node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="../main.css">
<!-- Printing and PDF exports -->
......@@ -35,7 +35,7 @@
</div>
</div>
<script src="../../node_modules/reveal.js/lib/js/head.min.js"></script>
<!-- script src="../../node_modules/reveal.js/lib/js/head.min.js"></script -->
<script src="../../node_modules/reveal.js/js/reveal.js"></script>
<script>
......@@ -66,5 +66,29 @@
]
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function () {
q = "finger guns"; // search query
request = new XMLHttpRequest;
request.open('GET', 'https://api.giphy.com/v1/gifs/random?api_key=GmPNFEPI5osSNgLf9IcWoq00anejpuQY&tag='+q, true);
request.onload = function() {
if (request.status >= 200 && request.status < 400){
data = JSON.parse(request.responseText).data.images.original.url;
document.getElementById("giphyjson").innerHTML = JSON.stringify(JSON.parse(request.responseText), null, 2);
document.getElementById("giphyme").innerHTML = '<center><img src = "'+data+'" title="GIF via Giphy"></center>';
} else {
console.log('reached giphy, but API returned an error');
}
};
request.onerror = function() {
console.log('connection error');
};
request.send();
});
</script>
</body>
</html>
content/slides/1337/images/anticiper/Bruce-Schneier-Quotes-1.jpg

76 KiB

content/slides/1337/images/anticiper/Bruce-Schneier-Quotes-5.jpg

61 KiB

content/slides/1337/images/anticiper/Flagship_banner.jpg

26.6 KiB

content/slides/1337/images/anticiper/Incubator_banner.jpg

28.2 KiB

content/slides/1337/images/anticiper/Lab_banner.jpg

24.7 KiB

content/slides/1337/images/anticiper/Low_activity.jpg

28.7 KiB

content/slides/1337/images/anticiper/bepositive.jpg

96.4 KiB

content/slides/1337/images/anticiper/ispconfig.jpg

94 KiB

content/slides/1337/images/anticiper/phpmyadmin-vuln.png

75 KiB

content/slides/1337/images/anticiper/yoda.gif

990 KiB

content/slides/1337/images/authentication/Shibboleth.png

20.7 KiB

content/slides/1337/images/authentication/dvwa-auth-high-resolved.png

76.3 KiB

content/slides/1337/images/authentication/dvwa-auth-high-ressources.png

45.4 KiB

content/slides/1337/images/authentication/dvwa-auth-high-simple-list.png

42.2 KiB