Giter Club home page Giter Club logo

defcon26-materials's Introduction

defcon26-materials

Slide deck and demo code for my DEFCON 26 talk, "Who Controls the Controllers โ€” Hacking Crestron IoT Automation Systems". THE FOLLOWING CODE IS FOR EDUCATIONAL PURPOSES ONLY. USE AT YOUR OWN RISK.

Slides

crestron_lawshae_defcon26.pdf

  • this is the version of my slides that I presented during my talk

Code

demo1_scanning.rb

  • scan network for all Crestron devices, parse response data, try to connect to the CTP console of every device found, and run WHOAMI command
USAGE: ./demo1_scanning.rb

demo2_mc3_shell.rb

  • use backdoor account to escape CTP sandbox and open debug shell on vulnerable MC3 devices
USAGE: ./demo2_mc3_shell.rb [target_ip]

demo2_mc3_unshell.rb

  • undo what was done by demo2_mc3_shell.rb
USAGE: ./demo2_mc3_unshell.rb [target_ip]

demo2_tsw_shell.rb

  • use backdoor account to escape CTP sandbox and open debug shell on vulnerable TSW devices
USAGE: ./demo2_tsw_shell.rb [target_ip]

demo2_tsw_unshell.rb

  • undo what was done by demo2_tsw_shell.rb (reboot of target device required afterward)
USAGE: ./demo2_tsw_unshell.rb [target_ip]

demo3_spying.rb

  • use command injection vuln to modify a system config file on a vulnerable TSW device and restart a service to enable RTSP streaming
  • also, automatically opens vlc to view the RTSP stream
USAGE: ./demo3_spying.rb [target_ip]

demo3_unspying.rb

  • undo what was done by demo3_spying.rb
USAGE: ./demo3_unspying.rb [target_ip]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.