As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Difference between revisions of "Cybertruck"

From ChipWhisperer Wiki
Jump to: navigation, search
(CyberTruck - The Side Channel Training)
(Linux Computer Setup)
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
Open terminal, then type (copy each line):
 
Open terminal, then type (copy each line):
  
  wget https://gist.githubusercontent.com/colinoflynn/f5f0366c33453f92f949ea1b99fc064f/raw/4dd02ee806d3c5af8fffe2dabc2fd32e8d3d67ca/install_setup_chipwhisperer.sh
+
  wget https://gist.githubusercontent.com/colinoflynn/f5f0366c33453f92f949ea1b99fc064f/raw/7878534c056f836d8326adbb3a4934c4d45df900/install_setup_chipwhisperer.sh
 
  sh install_setup_chipwhisperer.sh
 
  sh install_setup_chipwhisperer.sh
  
Line 23: Line 23:
 
== Example Traces ==
 
== Example Traces ==
  
== Slide Download ==
+
See [https://www.dropbox.com/sh/uadl8xqlzbm3o0z/AAD02drxj0kVy8wkG7azWxUra?dl=0 DropBox Shared Folder]
 +
 
  
 
== Links and Stuff ==
 
== Links and Stuff ==
  
 
[http://iotworm.eyalro.net/iotworm.pdf IoT Goes Nuclear - Paper]
 
[http://iotworm.eyalro.net/iotworm.pdf IoT Goes Nuclear - Paper]
 +
 
[http://iotworm.eyalro.net/ IoT Goes Nuclear - Site with videos]
 
[http://iotworm.eyalro.net/ IoT Goes Nuclear - Site with videos]
 +
 
[https://www.sae.org/publications/technical-papers/content/11-01-01-0001 Side Channel Attacks on Secure CAN]
 
[https://www.sae.org/publications/technical-papers/content/11-01-01-0001 Side Channel Attacks on Secure CAN]
 +
 
[https://www.youtube.com/watch?v=TeCQatNcF20 Micah Scott: USB Firmware Example (VCC Glitching)]
 
[https://www.youtube.com/watch?v=TeCQatNcF20 Micah Scott: USB Firmware Example (VCC Glitching)]

Latest revision as of 13:45, 11 June 2018

CyberTruck - The Side Channel Training

This wiki page contains information on the training for the CyberTruck event!

Linux Computer Setup

Open terminal, then type (copy each line):

wget https://gist.githubusercontent.com/colinoflynn/f5f0366c33453f92f949ea1b99fc064f/raw/7878534c056f836d8326adbb3a4934c4d45df900/install_setup_chipwhisperer.sh
sh install_setup_chipwhisperer.sh

Will ask for password, type in 'admin' for sudo password

To run ChipWhisperer Analyzer

python CWAnalyzer.pyw

If you close the terminal, you will first need to do:

cd chipwhisperer/software
python CWAnalyzer.pyw

Example Traces

See DropBox Shared Folder