Skip to content

Commit

Permalink
Docs: Profiles & Group (#2620)
Browse files Browse the repository at this point in the history
* Docs: Fix filename

* Docs: Fix filename

* Docs: Move img &  create profiles
  • Loading branch information
BornToBeRoot authored Jan 16, 2024
1 parent 8c87943 commit 37759ca
Show file tree
Hide file tree
Showing 68 changed files with 49 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Website/docs/application/arp-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ARP (Address Resolution Protocol) is a layer 2 protocol for mapping IP addresses

:::

![ARP Table](./img/arp-table.png)
![ARP Table](../img/arp-table.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/aws-session-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here you can find more information about [AWS Systems Manager](https://aws.amazo

:::

![AWS Session Manager](./img/aws-session-manager.png)
![AWS Session Manager](../img/aws-session-manager.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/bit-calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 21

With the **Bit Calculator** different data units can be converted. Based on the input number and the selected unit the different units like bits, bytes, kilobits, kilobytes, megabits, megabytes, etc. are calculated.

![Bit Calculator](./img/bit-calculator.png)
![Bit Calculator](../img/bit-calculator.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The data shown is similar to the output of the `netstat` command.

:::

![Connections](./img/connections.png)
![Connections](../img/connections.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The **Dashboard** shows the status of your computer's current network connection

As soon as the status of the local network adapter changes (e.g. Ethernet cable is plugged in, WLAN or VPN is connected, etc.), the connection to the router and Internet is checked.

![Dashboard](./img/dashboard.png)
![Dashboard](../img/dashboard.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/discovery-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you are using a hypervisor like Hyper-V with a virtual switch configured as "

:::

![Discovery Protocol](./img/discovery-protocol.png)
![Discovery Protocol](../img/discovery-protocol.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/dns-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Example: `server-01.borntoberoot.net; 10.0.0.1`

:::

![DNS Lookup](./img/dns-lookup.png)
![DNS Lookup](../img/dns-lookup.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/ip-geolocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Example inputs:
- `borntoberoot.net`
- `1.1.1.1`

![IPGeolocation](./img/ip-geolocation.png)
![IPGeolocation](../img/ip-geolocation.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/ip-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The button to the left of the `Scan` button determines the IP address and subnet

If you right-click on a selected result, you can forward the device information to other applications (e.g. Port Scanner, Remote Desktop, etc), create a new profile with this information or execute a [custom command](#custom-commands).

![IP Scanner](./img/ip-scanner.png)
![IP Scanner](../img/ip-scanner.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/listeners.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 24

In **Listeners** you can see all the listeners with IP addresses and port that are currently running on your computer.

![Listeners](./img/listeners.png)
![Listeners](../img/listeners.png)

:::note

Expand Down
4 changes: 2 additions & 2 deletions Website/docs/application/lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The OUI (Organizationally Unique Identifier) is a 24-bit number that is assigned

:::

![Lookup - OUI](./img/lookup--oui.png)
![Lookup - OUI](../img/lookup--oui.png)

:::note

Expand All @@ -34,7 +34,7 @@ A port is a logical construct that identifies a specific process to which networ

:::

![Lookup - Port](./img/lookup--port.png)
![Lookup - Port](../img/lookup--port.png)

:::note

Expand Down
6 changes: 3 additions & 3 deletions Website/docs/application/network-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In **Network Interface** you can see all network adapters of the computer with t

On the **Information** tab, you can see all the important details of the selected network adapter such as the configured IP addresses, DNS servers, MAC address, and more. If information such as IPv6 configuration is not available, it is hidden in the view.

![Network Interface - Information](./img/network-interface--information.png)
![Network Interface - Information](../img/network-interface--information.png)

:::note

Expand Down Expand Up @@ -49,7 +49,7 @@ If you switch to another tool, monitoring will stop and when you switch back, th

:::

![Network Interface - Bandwidth](./img/network-interface--bandwidth.png)
![Network Interface - Bandwidth](../img/network-interface--bandwidth.png)

## Configure

Expand All @@ -69,7 +69,7 @@ You may need to confirm a Windows UAC dialog to make changes to the network inte

:::

![Network Interface - Configure](./img/network-interface--configure.png)
![Network Interface - Configure](../img/network-interface--configure.png)

## Profile

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/ping-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example: `10.0.0.0/24; 10.0.[10-20]1`

:::

![Ping Monitor](./img/ping-monitor.png)
![Ping Monitor](../img/ping-monitor.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/port-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Example: `10.0.0.0/24; 10.0.[10-20]1` or `1-1024; 8080; 8443`

:::

![Port Scanner](./img/port-scanner.png)
![Port Scanner](../img/port-scanner.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/powershell.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If Windows Terminal is installed, change the `Default terminal application` in t

:::

![PowerShell](./img/powershell.png)
![PowerShell](../img/powershell.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/putty.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PuTTY must be installed on the local computer in order to use this feature. You

:::

![PuTTY](./img/putty.png)
![PuTTY](../img/putty.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/remote-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft t

:::

![Remote Desktop](./img/remote-desktop.png)
![Remote Desktop](../img/remote-desktop.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/snmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Multiple OIDs (`.1.3.6.1.2.1.1; .1.3.6.1.2.1.2`) can be specified when using the

:::

![SNMP](./img/snmp.png)
![SNMP](../img/snmp.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/sntp-lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SNTP (Simple Network Time Protocol) is a protocol used for synchronizing time be

:::

![SNTP Lookup](./img/sntp-lookup.png)
![SNTP Lookup](../img/sntp-lookup.png)

:::note

Expand Down
6 changes: 3 additions & 3 deletions Website/docs/application/subnet-calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Example inputs:
- `192.168.0.0/255.255.255.0`
- `2001:db8::/32`

![Subnet Calculator - Calculator](./img/subnet-calculator--calculator.png)
![Subnet Calculator - Calculator](../img/subnet-calculator--calculator.png)

:::note

Expand All @@ -36,7 +36,7 @@ Example inputs:
| `192.168.0.0/255.255.255.0` | `255.255.255.128` |
| `2001:db8::/32` | `/48` |

![Subnet Calculator - Subnetting](./img/subnet-calculator--subnetting.png)
![Subnet Calculator - Subnetting](../img/subnet-calculator--subnetting.png)

:::note

Expand All @@ -61,7 +61,7 @@ IPv6 is not supported.

:::

![Subnet Calculator - Wide Subnet](./img/subnet-calculator--wide-subnet.png)
![Subnet Calculator - Wide Subnet](../img/subnet-calculator--wide-subnet.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/tigervnc.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TigerVNC must be installed on the local computer in order to use this feature. Y

:::

![TigerVNC](./img/tigervnc.png)
![TigerVNC](../img/tigervnc.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/traceroute.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Example inputs:
- `server-01.borntoberoot.net`
- `10.0.0.1`

![Traceroute](./img/traceroute.png)
![Traceroute](../img/traceroute.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/wake-on-lan.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Possible inputs:
| ------------------- | ----------------- | ----------------------------------------------- |
| `00:11:22:33:44:55` | `192.168.0.255` | Broadcast address of a `192.168.0.0/24` network |

![Wake on LAN](./img/wake-on-lan.png)
![Wake on LAN](../img/wake-on-lan.png)

## Profile

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/web-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WebView2 must be installed on the local computer in order to use this feature. Y

:::

![WebConsole](./img/web-console.png)
![WebConsole](../img/web-console.png)

:::note

Expand Down
2 changes: 1 addition & 1 deletion Website/docs/application/whois.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Example inputs:

- `borntoberoot.net`

![Whois](./img/whois.png)
![Whois](../img/whois.png)

:::note

Expand Down
4 changes: 2 additions & 2 deletions Website/docs/application/wifi.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Due to limitations of the `Windows.Devices.WiFi` API the channel bandwidth canno

:::

![WiFi](./img/wifi.png)
![WiFi](../img/wifi.png)

:::note

Expand All @@ -44,4 +44,4 @@ You can move the mouse over the channel to display all wireless networks in a To

:::note

![WiFi - Channel](./img/wifi--channel.png)
![WiFi - Channel](../img/wifi--channel.png)
2 changes: 1 addition & 1 deletion Website/docs/commandline-arguments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 6
---

# Command Line Arguments
Expand Down
2 changes: 1 addition & 1 deletion Website/docs/faq/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "FAQ",
"position": 6,
"position": 7,
"link": {
"type": "generated-index",
"description": "Frequently Asked Questions"
Expand Down
2 changes: 1 addition & 1 deletion Website/docs/faq/powershell-wsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Create a new connection or profile with the following settings:
- Remote console: `False`
- Command: `wsl -d <DISTRIBUTION>`

![PowerShell with WSL](./img/powershell-wsl.gif)
![PowerShell with WSL](../img/powershell-wsl.gif)

:::note

Expand Down
6 changes: 3 additions & 3 deletions Website/docs/faq/profile-file-encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Follow these steps to enable profile file encryption:
2. Right click on the profile file you want to encrypt.
3. Select `Encryption...` > `Enable encryption...` and set your master password.

![Profile file encryption - Enable encryption](./img/profile-file-encryption--enable-encryption.gif)
![Profile file encryption - Enable encryption](../img/profile-file-encryption--enable-encryption.gif)

### How to change the master password of an encrypted profile file?

Expand All @@ -22,7 +22,7 @@ Follow these steps to change the master password of an encrypted profile file:
2. Right click on an encrypted profile file.
3. Select `Encryption...` > `Change Master Password...` and enter the current master password and a new master password.

![Profile file encryption - Change master password](./img/profile-file-encryption--change-master-password.gif)
![Profile file encryption - Change master password](../img/profile-file-encryption--change-master-password.gif)

### How to disable profile file encryption?

Expand All @@ -32,4 +32,4 @@ Follow these steps to disable profile file encryption:
2. Right click on an encrypted profile file.
3. Select `Encryption...` > `Disable encryption...` and enter your master password.

![Profile file encryption - Enable encryption](./img/profile-file-encryption--disable-encryption.gif)
![Profile file encryption - Enable encryption](../img/profile-file-encryption--disable-encryption.gif)
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
11 changes: 11 additions & 0 deletions Website/docs/profiles-and-groups.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_position: 5
---

# Profiles & Groups

## Overview

## Group

## Profile
File renamed without changes.

0 comments on commit 37759ca

Please sign in to comment.