Skip to content

Commit

Permalink
chore: Update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Jun 14, 2024
1 parent 640155f commit 98b8e64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ title: 'Passfinder - Generate custom password wordlists !'
</div>

::: warning
The latest version is `1.0.0`, which is a beta version. Bugs may still exist.
The latest version is `v1.0.0`, which is a beta version. Bugs may still exist.
:::

Passfinder is a command-line interface (CLI) tool developed in Golang, designed to generate probable password wordlists based on a variety of customizable options. This tool is especially useful for security professionals, penetration testers, and Red Team members. By providing precise and relevant password lists tailored to specific criteria such as a company name, the current year, or the city, passfinder enhances the efficiency of security testing and attack simulations. Whether for security audits, red teaming exercises, or assessing system robustness, passfinder proves to be a powerful and indispensable ally in anticipating and mitigating security vulnerabilities.
6 changes: 3 additions & 3 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## Stable

The stable (release) version can be downloaded using the following command :
The latest stable (release) version can be downloaded using the following command :

```bash
go install https://github.com/GoToolSharing/passfinder
go install github.com/GoToolSharing/passfinder@v1.0.0
```

## Dev
Expand All @@ -17,5 +17,5 @@ The dev version may contain bugs !
The development version (dev) can be downloaded using the following command :

```bash
go install https://github.com/GoToolSharing/passfinder@dev
go install github.com/GoToolSharing/passfinder@dev
```

0 comments on commit 98b8e64

Please sign in to comment.