Skip to content

Commit

Permalink
chore: Add company empty pages
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Jun 14, 2024
1 parent 68bbf82 commit 91b07e0
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,21 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Home', link: '/getting-started/home' },
{ text: 'Company', link: '/getting-started/company' },
]
},
{
text: 'Company',
collapsed: true,
items: [
{ text: '--start-caps', link: '/company/start-caps' },
{ text: '--leet', link: '/company/leet' },
{ text: '--mask', link: '/company/mask' },
{ text: '--short-year', link: '/company/short-year' },
{ text: '--end-special', link: '/company/end-special' },
{ text: '--year-separators', link: '/company/year-separators' },
{ text: '--mixed-case', link: '/company/mixed-case' },
{ text: '--year', link: '/company/year' },
]
}
],
Expand Down
1 change: 1 addition & 0 deletions docs/company/end-special.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# end-special
1 change: 1 addition & 0 deletions docs/company/leet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# leet
1 change: 1 addition & 0 deletions docs/company/mask.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mask
1 change: 1 addition & 0 deletions docs/company/mixed-case.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# mixed-case
1 change: 1 addition & 0 deletions docs/company/short-year.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# short-year
1 change: 1 addition & 0 deletions docs/company/start-caps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# start-caps
1 change: 1 addition & 0 deletions docs/company/year-separators.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# year-separators
1 change: 1 addition & 0 deletions docs/company/year.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# year
1 change: 1 addition & 0 deletions docs/getting-started/company.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# company
2 changes: 1 addition & 1 deletion docs/getting-started/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ title: 'Passfinder: Generate custom password wordlists !'
</div>
</div>

Passfinder is
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.

0 comments on commit 91b07e0

Please sign in to comment.