Skip to content

Files

Latest commit

 

History

History

GPUAttack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Exercise 8-0

You ran across a server that does authorization based on some image on the GPU. You have no access to the model or any other files, but since its some open source project, you are able to read the code.

  • Check out 'exercise.py' to find a possible attack vector.
  • Create an input that grants 'Access GRANTED!' to the system.
  • While you can modify 'testimage.png', it is probably easier to edit the code in 'exercise.py' above the marked area.

A solution can be found in 'solution_8_0.py'