IZBR

Hi! My name is Isaac Basque-Rice, I'm A Security Engineer and former Abertay Ethical Hacker, and this website is a repository for all the cool stuff I've done, enjoy!


Project maintained by IBRice101 Hosted on GitHub Pages — Theme by mattgraham

Censis IoT Hackathon notes

From the 21st to the 28th of June 2021 I took part in an IoT device hackathon provided by CENSIS in collaboration with Abertay Uni. The following are my notes from the week or so that I had to do the project, I hope you enjoy reading this as much as I did doing it :).

Click here to read the full report

Checklist

Begin

Capturing Handshake

Cracking

                               Aircrack-ng 1.6 

      [00:00:01] 3261/3311 keys tested (3062.98 k/s) 

      Time left: 0 seconds                                      98.49%

                           KEY FOUND! [ valegorov ]


      Master Key     : 4C 99 CF BF 5B 80 C9 B8 F1 8F 71 4B 43 98 AB B1 
                       78 6A 70 E2 A6 08 B6 99 E7 E8 A7 CF B5 AF DC 03 

      Transient Key  : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
                       00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
                       00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
                       00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

      EAPOL HMAC     : F1 61 45 F2 AD 27 E4 2E 99 88 CF 25 F0 A5 97 57

Scanning

Wireshark

Nmap

Cracking SSH

Enumeration

Opening Enumeration

Dirbuster

<!DOCTYPE html>
<head>
   <title>Temperature Web Server</title>
   <!-- Latest compiled and minified CSS -->
   <link rel="stylesheet" href="/static/styles/bootstrap.min.css" crossorigin="anonymous">
   <!-- Optional theme -->
   <link rel="stylesheet" href="/static/styles/bootstrap-theme.min.css" crossorigin="anonymous">
</head>

<meta http-equiv="refresh" content="15">

<body>
    <h1>Temperature Web Server</h1>
    <br />
    
    <h2>Device (DEI)</h2>
    <form method="POST">
    <select id="SelectedDevice" name="SelectedDevice">
        
          <option value="70B3D5499C1AA8FB" selected="selected">70B3D5499C1AA8FB</option>
        
    </select>
    <input type="submit" value="Select Device">
    </form>
    <br />
    <h2>Heating currently: OFF</h2>
    <h2>Room Currently: 29.0 &#8451</h2>
    <h2>Pressure: 1018.8mb </h2>
    <h2>Humidity: 36.5% </h2>
    <h2>Battery: 4.802V</h2>
    <h2>DevEUI: 70B3D5499C1AA8FB</h2>
    <h2>Name: Test LoPy4</h2>
</body>

</html>
<!DOCTYPE html>
<head>
   <title>PIR Web Server</title>
   <!-- Latest compiled and minified CSS -->
   <link rel="stylesheet" href="/static/styles/bootstrap.min.css" crossorigin="anonymous">
   <!-- Optional theme -->
   <link rel="stylesheet" href="/static/styles/bootstrap-theme.min.css" crossorigin="anonymous">
</head>

<meta http-equiv="refresh" content="15">

<body>
    <h1>PIR Web Server</h1>
    <br />
    
    <h2>Device (DEI)</h2>
    <form method="POST">
    <select id="SelectedDevice" name="SelectedDevice">
        
          <option value="E24F43FFFE44CD2A">E24F43FFFE44CD2A</option>
        
    </select>
    <input type="submit" value="Select Device">
    </form>
    <br />
    <h2>PIR Count: 0 activations </h2>
    <h2>Room Currently:  &#8451</h2>
    <h2>Battery:  %</h2>
    <h2>DevEUI: </h2>
  <h2>Name: </h2>
    
</body>

</html>

Nikto

Simple Search and Exfiltration

Misc

Thank you for reading!

If you learned something from this, why not send me over a little tip by way of thanks? No pressure but it would be much appreciated :)

ko-fi