Skip to content

Commit

Permalink
Fix some images being rendered as URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed May 19, 2021
1 parent a49c928 commit 96055f8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chapters/03-scanning-networks/scanning-techniques.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

- 📝 Works by sending a TCP frame with `FIN`, `URG`, and `PUSH` flags set.
- 🤗 **Christmas tree packet**: packet with every option set, like bulbs on a Christmas tree
- [XMAS scan response interpretation](img/xmas-scan.png)
- ![XMAS scan response interpretation](img/xmas-scan.png)
- Tools
- Hping: `hping3 -F -P -U <ip-address> -p <port-number>`
- `-F` for `FIN`, `-P` for `PUSH`), `-U` for `URG`
Expand Down
2 changes: 1 addition & 1 deletion chapters/06-system-hacking/executing-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

### Hardware keylogger

- ![hardware keylogger](img/hardware-keylogger.jpg)
- ![Hardware keylogger](img/hardware-keylogger.jpg)
- Look like USB drives and are designed to record keystrokes, which are stored on the device.
- Placed between a keyboard plug and USB socket
- Cannot be detected by antispyware or antivirus programs.
Expand Down
2 changes: 1 addition & 1 deletion chapters/08-sniffing/arp-poisoning.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
- `a`: arp posion
- `c`: parse out passwords and usernames.
- [Cain and Abel (Cain & Abel)](./sniffing-tools.md#cain-and-abel) on Windows
- ![after ARP spoofing attack](./img/arp-spoofing-after.png)
- ![After ARP spoofing attack](./img/arp-spoofing-after.png)
4. **Sniff**
- Now you sniff the traffic between two devices.
- If through HTTPS & SSL you can only see basic data such as User Agent and domain names.
Expand Down
2 changes: 1 addition & 1 deletion chapters/08-sniffing/spoofing-attacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
- Frames that contain information about STP that's between exchanged switches
3. Rouge router becomes elected as root switch
- All the traffic will cross this switch giving the attacker possibility to sniff all traffic in the company
- [STP manipulation attack illustration](img/stp.png)
- ![STP manipulation attack illustration](img/stp.png)
- Allows for
- **DoS attacks**
- Recalculation of STP have interruption on the system as the root bridge changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- Most common type of antenna used in wireless communications and networks, especially WiFi
- Used also in wireless base stations
- Least concentrated and lower range
- [3D illustration of omni-directional antenna](img/omnidirectional.jpg)
- ![3D illustration of omni-directional antenna](img/omnidirectional.jpg)
- **Dipole**: Used for closer proximity e.g. mobile phones, client connections instead of site-to-site

## Wireless encryption
Expand Down
2 changes: 1 addition & 1 deletion chapters/16-cloud-computing/cloud-computing.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

### IaaS vs PaaS vs SaaS

[SaaS vs IaaS vs PaaS](img/saas-vs-iaas-vs-paas.png)
![SaaS vs IaaS vs PaaS](img/saas-vs-iaas-vs-paas.png)

### Identity-as-a-Service (IDaaS)

Expand Down
2 changes: 1 addition & 1 deletion chapters/18-iot-and-ot/iot-hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
## Five layer IoT architecture

- Each layer is utilized by layer below without knowledge of other layers
- [IoT 5 Layered Architecture](./img/iot-5-layer-architecture.png)
- ![IoT 5 Layered Architecture](./img/iot-5-layer-architecture.png)
- Read more: [IoT Elements, Layered Architectures and Security Issues: A Comprehensive Survey](https://www.mdpi.com/1424-8220/18/9/2796/htm)

### Business layer
Expand Down

0 comments on commit 96055f8

Please sign in to comment.