Skip to content

Commit ca1ad75

Browse files
committed
include placeholder_for_images
1 parent 363fd27 commit ca1ad75

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed

doc/user_manual.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Refer to the Hashcat documentation for detailed information on supported hash ty
1515
### Create a hashlist
1616
In the Hashtopolis web interface, navigate to *Lists > New Hashlist*. You will get the following window:
1717

18-
![screenshot_hashlist](https://upload.wikimedia.org/wikipedia/commons/8/80/Comingsoon.png?20120228065200)
18+
<figure markdown="span">
19+
![screenshot_hashlist](https://upload.wikimedia.org/wikipedia/commons/8/80/Comingsoon.png?20120228065200){ width="300" }
20+
</figure>
1921

2022
Here is how to fill in the different fields:
2123

@@ -54,6 +56,10 @@ When creating a password recovery task in Hashtopolis, you may need to upload ad
5456
This category includes any additional files required for specific attack types or configurations. Examples include … These files vary depending on the nature of the task and the tools being used.
5557
Files can be uploaded to the Hashtopolis server from the Files page. To begin, select the appropriate file category by clicking on one of the tabs: Rules, Wordlists, or Other. The following figure illustrates the selection of the Rules category.
5658

59+
<figure markdown="span">
60+
![screenshot_files](https://upload.wikimedia.org/wikipedia/commons/8/80/Comingsoon.png?20120228065200){ width="300" }
61+
</figure>
62+
5763
Once a category is selected, files can be added to the server using one of the following methods:
5864

5965
- **Upload from your computer** – Directly upload files stored on your local machine.
@@ -63,6 +69,10 @@ Detailed instructions for each upload method are provided in the following subse
6369

6470
### Upload a new file from the computer
6571

72+
<figure markdown="span">
73+
![screenshot_new_file](https://upload.wikimedia.org/wikipedia/commons/8/80/Comingsoon.png?20120228065200){ width="300" }
74+
</figure>
75+
6676
1. **Add file**: Click this button to enable file upload.. After clicking, a new field labeled Choose file will appear. Each time you click on Add File, an additional Choose file field will be added, allowing you to upload multiple files simultaneously..
6777
2. **Associated Access Group**: Define the access group that will have permissions to access the file(s) you are uploading.
6878
3. **Choose file**: Click this button to open your computer’s file explorer. Select the file you wish to upload.
@@ -78,19 +88,31 @@ docker cp <dict> hashtopolis-backend:/usr/local/share/hashtopolis/import/
7888

7989
- **Import the file**:
8090

91+
<figure markdown="span">
92+
![screenshot_import_file](https://upload.wikimedia.org/wikipedia/commons/8/80/Comingsoon.png?20120228065200){ width="300" }
93+
</figure>
94+
8195
1. **Associated Access Group**: Define the access group that will have permissions to access the file(s) you are uploading.
8296
2. **Select the files to import** by ticking the box in front of them. Alternatively, use Select All below.
8397
3. **Import files**.
8498

8599
### Download new file from URL
86100

101+
<figure markdown="span">
102+
![screenshot_download_file](https://upload.wikimedia.org/wikipedia/commons/8/80/Comingsoon.png?20120228065200){ width="300" }
103+
</figure>
104+
87105
1. **Associated Access Group**: Define the access group that will have permissions to access the file(s) you are uploading.
88106
2. **URL**: Provide the URL to download from..
89107
3. **Download file**.
90108

91109
### Manage Files
92110
Navigating to the Files page of the Hashtopolis User Interface, you can manage the files uploaded to the server.
93111

112+
<figure markdown="span">
113+
![screenshot_manage_file](https://upload.wikimedia.org/wikipedia/commons/8/80/Comingsoon.png?20120228065200){ width="300" }
114+
</figure>
115+
94116
1. **Select Category**.
95117
2. **Secret**: Files that are marked as secret will only be sent to trusted agents.
96118
Line count: Reprocess the file and update the line count with the number of lines contained in the file.

mkdocs.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ site_name: Hashtopolis
22
site_url: https://docs.hashtopolis.org
33
repo_url: https://github.com/hashtopolis/server
44
docs_dir: doc
5-
nav:
6-
- index.md
7-
- install.md
8-
- user_manual.md
9-
- advanced.md
10-
- changelog.md
115
nav:
126
- index.md
137
- install.md
@@ -20,4 +14,6 @@ theme:
2014
edit_uri: blob/docs/doc/ # Edit the URL to the static branch and folder
2115
markdown_extensions:
2216
- github-callouts # Add the ability of notes, warnings, etc.
23-
- sane_lists # Make the numbered lists continue
17+
- sane_lists # Make the numbered lists continue
18+
- attr_list # allows to add HTML attributes and CSS classes
19+
- md_in_html # allows for writing Markdown inside of HTML

0 commit comments

Comments
 (0)