OS=Linux
SHELL=bash
TERM=xterm-256color
VIEWS=165
The BootPwn experience at NULLCON 2020 experience covers many attacks relevant for Secure Boot. It does include much more than just software attacks. An example is (hardware) fault injection!
Share this recording
Link
Append ?t=30 to start the playback at 30s, ?t=3:20 to start the playback at 3m 20s.
Embed image link
Use snippets below to display a screenshot linking to this recording.
Useful in places where scripts are not allowed (e.g. in a project's README file).
HTML:
Markdown:
Embed the player
If you're embedding on your own page or on a site which permits script tags, you can use the full player widget:
Paste the above script tag where you want the player to be displayed on your page.
See Sharing & embedding for additional options.
Download this recording
You can download this recording in asciicast v2 format, as a .cast file.
DownloadReplay in terminal
You can replay this recording in your terminal with asciinema play command:
asciinema play 297371.cast
If you don't have asciinema cli installed then see installation instructions.
Use with stand-alone player on your website
Download asciinema player from player's releases page
(you only need .js and .css file), then use it like this:
<html>
<head>
<link rel="stylesheet" type="text/css" href="/asciinema-player.css" />
</head>
<body>
<asciinema-player src="/297371.cast" cols="100" rows="68"></asciinema-player>
...
<script src="/asciinema-player.js"></script>
</body>
</html>
See asciinema player README for full usage instructions.