Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
canarddu38 authored Apr 14, 2024
1 parent ce4a5f9 commit e823604
Show file tree
Hide file tree
Showing 5 changed files with 284 additions and 201 deletions.
Binary file added docs/assets/ble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/cc1101.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 33 additions & 17 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,16 @@ <h1 class="light-text" style="display: flex; flex-direction: row; justify-conten
}
</script>

<h2 class="center">
<h3 class="center">
The d3m0n Phone is a multi functioning phone made for hackers.
</h2>
</h3>

<h3 class="center"><b>
──────────────────────── Features: ────────────────────────
</h3></b>
<h3 class="center"><b> ──────────────────────── Features: ──────────────────────── </h3></b>

<ol class="features">
<li>It's open source! <a href="https://github.com/d3m0n-project/d3m0n_os" class="btntext">Source code</a></li>

<li>Radio hacking (2.4Ghz) and FM spoofing (from 87,5MHz to 108 MHz)</li>
<li>Radio hacking (433mHz) and FM spoofing (from 87,5MHz to 108 MHz)</li>

<li>Wi-Fi pentesting (Deauth attacks, Password Cracking, and more!),</li>

Expand All @@ -109,43 +107,61 @@ <h3 class="center"><b>
<li>Infrared led to capture & emulate signals</li>

</ol>
<h3 class="center">
───────────────────────────────────────────────────────
</h3>
<h3 class="center"><b>───────────────────────────────────────────────────────────</b></h3>
<div id="get-d3m0n">
<!-- <h2>Buy one now</h2> -->
<h2>⚠️ Not yet released to public ⚠️</h2>
</div>

<h3 class="center"> <b>──────────────────────── Hardware: ────────────────────────</b></h3>
<div class="hardware center">
<h2>Hardware</h2>
<div class="hardware-item">
<img class="hardware-item-image" src="https://d3m0n-project.github.io/d3m0n_c1/assets/IRled.webp">
<h3>IR led</h3>
<h3 style="display: flex;">IR transreciver</h3>
<p style="display: flex;">Read RAW infrared signal, save them and use them later.</p>
<p style="display: flex;">Protocols: (NEC, SONY, Kaseikyo, RCA, RC5, RC6, Samsung, SIRC)</p>
</div>

<div class="hardware-item">
<img class="hardware-item-image" src="https://d3m0n-project.github.io/d3m0n_c1/assets/IoT-GA6-B.png">
<h3>IoT-GA6-B GSM module</h3>
<h3 style="display: flex;">2G GSM</h3>
<p style="display: flex;">Make calls, send messages through 2G network</p>
<p style="display: flex;">Next version will have a 4G module with LTE and GPS</p>
</div>

<div class="hardware-item">
<img class="hardware-item-image" src="https://d3m0n-project.github.io/d3m0n_c1/assets/nrf24l01.jfif">
<h3>nrf24l01 24.Ghz radio module</h3>
<img class="hardware-item-image" src="./assets/cc1101.jpg">
<h3 style="display: flex;">433mHz radio</h3>
<p style="display: flex;">Can be used to access garage doors, IOT devices...</p></br>
<p style="display: flex;">Thanks to CC1101 radio chip</p>
</div>

<div class="hardware-item">
<img class="hardware-item-image" src="https://d3m0n-project.github.io/d3m0n_c1/assets/usb-c.jpg">
<h3>usb-c module</h3>
<h3 style="display: flex;">USB-C port</h3>
<p style="display: flex;">Use it as HID device for BadUSB or to access files</p></br>
<p style="display: flex;"></p>
</div>

<div class="hardware-item">
<img class="hardware-item-image" src="https://d3m0n-project.github.io/d3m0n_c1/assets/tft.jpg">
<h3>240x320 tft screen</h3>
<h3 style="display: flex;">240x320 TFT display</h3>
<p style="display: flex;">Simple ili9340 color touch screen display</p></br>
<p style="display: flex;"></p>
</div>

<div class="hardware-item">
<img class="hardware-item-image" src="https://d3m0n-project.github.io/d3m0n_c1/assets/camera.jpg">
<h3>1080p camera</h3>
<h3 style="display: flex;">1080p camera</h3>
<p style="display: flex;">Take photo and videos</p></br>
<p style="display: flex;">Only on back of the phone</p>
</div>

<div class="hardware-item">
<img class="hardware-item-image" src="./assets/ble.png">
<h3 style="display: flex;">BLE chip</h3>
<p style="display: flex;">Can be used to communicate with the device with low energy bluetooth</p>
<p style="display: flex;">Can be used to execute attacks</p>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions docs/studio.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>d3m0n App Studio</title>
<link rel="stylesheet" href="./style.css"></link>
<link rel="stylesheet" href="./styles.css"></link>
</head>
<body onload="hideCustomEdits(); document.getElementById('generalAttributes').style.display = 'none';">
<body style="overflow: hidden;" onload="hideCustomEdits(); document.getElementById('generalAttributes').style.display = 'none';">
<h1>d3m0n App Studio</h1>

<div id="appContainer">
Expand Down
Loading

0 comments on commit e823604

Please sign in to comment.