chore: Automatic update of generated files [skip ci]

This commit is contained in:
github-actions[bot]
2025-04-15 18:54:30 +00:00
parent e9021dfb5b
commit 2cf7269bd9
2 changed files with 94 additions and 0 deletions

30
README.md vendored
View File

@@ -29,6 +29,12 @@ There are three Docker tags available for the [`kkrypt0nn/wordlists`](https://hu
These will have a `/wordlists` folder with all the wordlists in there for you to use them.
## 📦 HackTheBox Wordlists
[Hack The Box](https://hackthebox.com) is a platform designed for practicing penetration testing skills in a legal and controlled environment. It offers various challenges and real-world scenarios for users to sharpen their hacking abilities.
In the [`wordlists/htb`](https://github.com/kkrypt0nn/wordlists/tree/main/wordlists/htb) folder, you'll find a collection of custom wordlists I created specifically for use on HTB. As I got more into the platform and had fun solving challenges, these wordlists became invaluable for tasks like brute-forcing and enumeration. Feel free to use them for your own HTB adventures, and I hope they help you level up your hacking skills!
## 🌍 Contributing
If you have a wordlist that you wish to see here, please post them [here](https://github.com/kkrypt0nn/wordlists/issues).
@@ -58,6 +64,7 @@ If you already have a wordlist ready to be added, make sure to [open a pull requ
<li><a href="wordlists/discovery/directory_list_lowercase_2.3_small.txt">Directory List Lowercase 2.3 Small</a> - 81,628 Lines</li>
<li><a href="wordlists/discovery/extensions_common.txt">Extensions Common</a> - 43 Lines</li>
<li><a href="wordlists/discovery/fuzz_php_special.txt">Fuzz Php Special</a> - 136,921 Lines</li>
<li><a href="wordlists/discovery/gitignore.txt">Gitignore</a> - 1,017 Lines</li>
<li><a href="wordlists/discovery/indexes.txt">Indexes</a> - 10 Lines</li>
<li><a href="wordlists/discovery/joomla.txt">Joomla</a> - 1,544 Lines</li>
<li><a href="wordlists/discovery/jsp.txt">JSP</a> - 67,213 Lines</li>
@@ -86,6 +93,18 @@ If you already have a wordlist ready to be added, make sure to [open a pull requ
<li><a href="wordlists/famous/rockyou.zip">Rockyou</a> - 14,344,392 Lines</li>
</ul>
</details>
<details>
<summary>HTB</summary>
<ul>
<li><a href="wordlists/htb/2_digits.txt">2 Digits</a> - 100 Lines</li>
<li><a href="wordlists/htb/3_digits.txt">3 Digits</a> - 1,000 Lines</li>
<li><a href="wordlists/htb/4_digits.txt">4 Digits</a> - 10,000 Lines</li>
<li><a href="wordlists/htb/directories.txt">Directories</a> - 97,523 Lines</li>
<li><a href="wordlists/htb/gitignore.txt">Gitignore</a> - 1,017 Lines</li>
<li><a href="wordlists/htb/subdomains.txt">Subdomains</a> - 150,779 Lines</li>
<li><a href="wordlists/htb/users.txt">Users</a> - 10,331 Lines</li>
</ul>
</details>
<details>
<summary>Languages</summary>
<ul>
@@ -401,6 +420,7 @@ If you already have a wordlist ready to be added, make sure to [open a pull requ
<li><a href="wordlists/discovery/directory_list_lowercase_2.3_small.txt">Directory List Lowercase 2.3 Small</a> - 81,628 Lines</li>
<li><a href="wordlists/discovery/extensions_common.txt">Extensions Common</a> - 43 Lines</li>
<li><a href="wordlists/discovery/fuzz_php_special.txt">Fuzz Php Special</a> - 136,921 Lines</li>
<li><a href="wordlists/discovery/gitignore.txt">Gitignore</a> - 1,017 Lines</li>
<li><a href="wordlists/discovery/indexes.txt">Indexes</a> - 10 Lines</li>
<li><a href="wordlists/discovery/joomla.txt">Joomla</a> - 1,544 Lines</li>
<li><a href="wordlists/discovery/jsp.txt">JSP</a> - 67,213 Lines</li>
@@ -426,6 +446,16 @@ If you already have a wordlist ready to be added, make sure to [open a pull requ
<li><a href="wordlists/famous/hotmail.txt">Hotmail</a> - 8,930 Lines</li>
<li><a href="wordlists/famous/rockyou.zip">Rockyou</a> - 14,344,392 Lines</li>
</ul>
<li>HTB</li>
<ul>
<li><a href="wordlists/htb/2_digits.txt">2 Digits</a> - 100 Lines</li>
<li><a href="wordlists/htb/3_digits.txt">3 Digits</a> - 1,000 Lines</li>
<li><a href="wordlists/htb/4_digits.txt">4 Digits</a> - 10,000 Lines</li>
<li><a href="wordlists/htb/directories.txt">Directories</a> - 97,523 Lines</li>
<li><a href="wordlists/htb/gitignore.txt">Gitignore</a> - 1,017 Lines</li>
<li><a href="wordlists/htb/subdomains.txt">Subdomains</a> - 150,779 Lines</li>
<li><a href="wordlists/htb/users.txt">Users</a> - 10,331 Lines</li>
</ul>
<li>Languages</li>
<ul>
<li><a href="wordlists/languages/arabic.txt">Arabic</a> - 465,914 Lines</li>

64
wordlists.json vendored
View File

@@ -16,6 +16,14 @@
"software-name"
]
},
{
"href": "wordlists/htb/2_digits.txt",
"lines": 100,
"name": "2 Digits",
"tags": [
"htb"
]
},
{
"href": "wordlists/stressing/2_digits_number.txt",
"lines": 100,
@@ -24,6 +32,14 @@
"stressing"
]
},
{
"href": "wordlists/htb/3_digits.txt",
"lines": 1000,
"name": "3 Digits",
"tags": [
"htb"
]
},
{
"href": "wordlists/stressing/3_digits_000_to_999.txt",
"lines": 1000,
@@ -32,6 +48,14 @@
"stressing"
]
},
{
"href": "wordlists/htb/4_digits.txt",
"lines": 10000,
"name": "4 Digits",
"tags": [
"htb"
]
},
{
"href": "wordlists/stressing/4_digits_0000_to_9999.txt",
"lines": 10000,
@@ -496,6 +520,14 @@
"discovery"
]
},
{
"href": "wordlists/htb/directories.txt",
"lines": 97523,
"name": "Directories",
"tags": [
"htb"
]
},
{
"href": "wordlists/discovery/directory_list_1.0.txt",
"lines": 141694,
@@ -821,6 +853,22 @@
"languages"
]
},
{
"href": "wordlists/discovery/gitignore.txt",
"lines": 1017,
"name": "Gitignore",
"tags": [
"discovery"
]
},
{
"href": "wordlists/htb/gitignore.txt",
"lines": 1017,
"name": "Gitignore",
"tags": [
"htb"
]
},
{
"href": "wordlists/user_agents/hardware_type_specific/glasses.txt",
"lines": 5,
@@ -1709,6 +1757,14 @@
"security-question-answers"
]
},
{
"href": "wordlists/htb/subdomains.txt",
"lines": 150779,
"name": "Subdomains",
"tags": [
"htb"
]
},
{
"href": "wordlists/user_agents/operating_system_name/sunos.txt",
"lines": 293,
@@ -2053,6 +2109,14 @@
"usernames"
]
},
{
"href": "wordlists/htb/users.txt",
"lines": 10331,
"name": "Users",
"tags": [
"htb"
]
},
{
"href": "wordlists/user_agents/software_name/valve_steam_game_overlay.txt",
"lines": 1009,