Skip to content

Commit e81e028

Browse files
committed
Page Title Improvements
1 parent cf6f28e commit e81e028

15 files changed

Lines changed: 31 additions & 23 deletions

File tree

docs/enumeration/chip-identification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Chip identification
22

3-
* Google dork: `filetype:pdf <reference number>`
3+
* Google Dork: `filetype:pdf <reference number>`
44
* [datasheetspdf.com](https://datasheetspdf.com)
55
* [alldatasheet.com](https://www.alldatasheet.com)
66
* [datasheets360.com](https://www.datasheets360.com)

docs/protocols/bluetooth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ adb bugreport filename
197197
* [BLE CTF - wiki.elvis.science - Embedded Lab Vienna for IOT & Security](https://wiki.elvis.science/index.php?title=BLE_CTF)
198198
* [BLUETOOTH LOW ENERGY CTF - WRITE UP - ECLECTIC KOALA](https://blog.tclaverie.eu/posts/bluetooth-low-energy-ctf---write-up/)
199199
* [BLECTF, a "Capture The Flag" hardware platform based on Bluetooth Low Energy BLE + Write-Up - Hacker de Cabecera febrero 04, 2020](https://www.hackerdecabecera.com/2020/02/blectf-capture-flag-hardware-platafom.html)
200-
* [WHAD - documentation - Damien Cauquil, Romain Cayre - 2024](https://whad.readthedocs.io/en/stable/)
200+
* [WHAD - documentation - Damien Cauquil, Romain Cayre - 2024](https://whad.readthedocs.io/en/stable/)

docs/protocols/can.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CAN Bus
1+
# CAN - Controller Area Network
22

33
The Controller Area Network (CAN) bus is a high-integrity serial communication protocol designed for real-time data exchange in embedded systems, particularly in automotive and industrial applications. It operates on a multi-master, message-oriented architecture, allowing multiple devices (nodes) to communicate on the same network without a central controller.
44

docs/protocols/dnp3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DNP3
1+
# DNP3 - Distributed Network Protocol
22

33
## Discovery
44

docs/protocols/gps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# GPS
1+
# GPS - Global Positioning System
22

33
TODO

docs/protocols/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HTTP
1+
# HTTP - Hypertext Transfer Protocol
22

33
* HTTPS Proxy: Burp Suite, MITM Proxy, Fiddler
44
* Network Sniffer: Wireshark, tcpdump

docs/protocols/i2c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# I2C
1+
# I2C - Inter-Integrated Circuit
22

33
I2C (Inter-Integrated Circuit), pronounced "I-squared-C" or "I-two-C", is a popular communication protocol mainly used for low-speed, short-distance communication in embedded systems.
44

docs/protocols/lora.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LoRa
1+
# LoRa - LoRaWAN
22

33
## LoRa with Arduino on 868.1MHZ
44

docs/protocols/mms.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# MMS (IEC 61850)
1+
# MMS - Manufacturing Message Specification
2+
3+
* IEC 61850
24

35
## Discovery
46

57
***MMS Client***
68

7-
- [Lib 61850](https://github.com/mz-automation/libiec61850)
8-
- [IEC 61850 Open Server](https://github.com/robidev/iec61850_open_server)
9+
* [Lib 61850](https://github.com/mz-automation/libiec61850)
10+
* [IEC 61850 Open Server](https://github.com/robidev/iec61850_open_server)
911

1012
***MMS Discovery Nmap Script***
1113

@@ -17,9 +19,9 @@ nmap -d --script mms-identify.nse --script-args='mms-identify.timeout=500' -p 10
1719

1820
## Explore MMS
1921

20-
- [MMS Client Example](https://libiec61850.com/documentation/iec-61850-client-tutorial/)
21-
- [MMS Server Example](https://libiec61850.com/documentation/iec-61850-server-tutorial/)
22+
* [MMS Client Example](https://libiec61850.com/documentation/iec-61850-client-tutorial/)
23+
* [MMS Server Example](https://libiec61850.com/documentation/iec-61850-server-tutorial/)
2224

2325
## Fuzzing MMS
2426

25-
- [61850-fuzzing](https://github.com/fkie-cad/61850-fuzzing)
27+
* [61850-fuzzing](https://github.com/fkie-cad/61850-fuzzing)

docs/protocols/mqtt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MQTT
1+
# MQTT - Message Queuing Telemetry Transport
22

33
## Discovery
44

0 commit comments

Comments
 (0)