You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/user_manual.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Basic Workflow
2
+
2
3
Basic workflow highlighting the main point. The goal is that with such workflow a new user is able to run a task on a new hashlist with files or with masks.
4
+
3
5
- New Hashlist
4
6
- New Files, wordlist/rules/others
5
7
- New Task
@@ -13,7 +15,10 @@ Refer to the Hashcat documentation for detailed information on supported hash ty
13
15
### Create a hashlist
14
16
In the Hashtopolis web interface, navigate to *Lists > New Hashlist*. You will get the following window:
1.**Name**: Provide a descriptive name for your hashlist.
18
23
2.**Hash Type**: Select the appropriate hash type from the dropdown menu. Suggestions will appear as you enter text.
19
24
3.**Hashlist Format**: Choose the format for your hashlist:
@@ -32,8 +37,10 @@ Here is how to fill in the different fields:
32
37
33
38
## Files: Rules, Wordlist and other
34
39
When creating a password recovery task in Hashtopolis, you may need to upload additional files to the server, depending on the type of attack you want to perform. These files fall into three main categories:
40
+
35
41
1.**Rules**
36
42
Rules files contain sets of instructions for dynamically modifying entries in a wordlist during an attack. By applying rules, you can generate variations of passwords without the need for additional wordlist files. For example, rules can:
43
+
37
44
- Append numbers or special characters.
38
45
- Replace or capitalize specific characters.
39
46
- Reverse words or combine entries.
@@ -48,6 +55,7 @@ When creating a password recovery task in Hashtopolis, you may need to upload ad
48
55
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.
49
56
50
57
Once a category is selected, files can be added to the server using one of the following methods:
58
+
51
59
-**Upload from your computer** – Directly upload files stored on your local machine.
52
60
-**Import from an import directory** – Use files that have been preloaded into the server’s import directory.
53
61
-**Download from a URL** – Provide a URL to fetch files from an external source.
@@ -62,10 +70,12 @@ Detailed instructions for each upload method are provided in the following subse
62
70
63
71
### Import a new file
64
72
When dealing with large files, such as wordlists, rules, or hashlists, you may encounter issues uploading them via the v1 of the Hashtopolis User Interface.. Common errors include exceeding the maximum upload size or experiencing a connection timeout. To bypass these limitations, you can use the import functionality of Hashtopolis.
73
+
65
74
-**Copy the file to the import folder**: Place the file in the designated import directory on the Hashtopolis server. If you are using the default Docker Compose setup, you can achieve this with the following command:
0 commit comments