Top Related Projects
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
Version 2 is live! Wordlists sorted by probability originally created for password generation and testing - make sure your passwords aren't popular!
Password cracking rules for Hashcat based on statistics and industry patterns
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
Quick Overview
The kkrypt0nn/wordlists repository is a collection of various wordlists for different purposes, primarily focused on cybersecurity and penetration testing. It includes lists for common passwords, usernames, directories, and other frequently used terms in security testing and brute-force attacks.
Pros
- Comprehensive collection of wordlists for various security testing scenarios
- Regularly updated with new and relevant content
- Well-organized into categories for easy navigation
- Free and open-source, making it accessible to security professionals and enthusiasts
Cons
- Some wordlists may contain offensive or inappropriate content
- Large file sizes for certain wordlists can be resource-intensive
- Potential for misuse in malicious activities if not used responsibly
- May require additional filtering or customization for specific use cases
Competitor Comparisons
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
Pros of SecLists
- Much larger collection of wordlists, covering a wide range of security testing scenarios
- Regularly updated and maintained by a large community of contributors
- Includes specialized lists for various purposes (e.g., web content discovery, passwords, usernames)
Cons of SecLists
- Can be overwhelming due to its size and variety of lists
- May require more storage space and longer download times
- Some lists may contain redundant or less relevant entries for specific use cases
Code Comparison
While both repositories primarily consist of text-based wordlists, SecLists includes some additional file formats and structures. Here's a brief comparison of directory structures:
SecLists:
SecLists/
āāā Discovery/
ā āāā Web-Content/
ā āāā DNS/
āāā Passwords/
āāā Usernames/
wordlists:
wordlists/
āāā usernames/
āāā passwords/
SecLists offers a more extensive and categorized structure, while wordlists provides a simpler organization focused on usernames and passwords.
Both repositories serve as valuable resources for security testing and penetration testing, with SecLists offering a more comprehensive collection at the cost of increased complexity, while wordlists provides a more focused and manageable set of lists for specific use cases.
Version 2 is live! Wordlists sorted by probability originally created for password generation and testing - make sure your passwords aren't popular!
Pros of Probable-Wordlists
- Larger collection of wordlists, offering more variety and options
- Includes real-world leaked passwords, potentially more effective for penetration testing
- Provides wordlists in multiple formats (txt, gz, xz) for convenience
Cons of Probable-Wordlists
- Less frequently updated compared to wordlists
- Larger file sizes, which may be inconvenient for some users
- More complex organization, potentially making it harder to find specific lists
Code Comparison
While both repositories primarily consist of wordlist files rather than code, we can compare their directory structures:
Wordlists:
wordlists/
āāā common-passwords.txt
āāā directories.txt
āāā usernames.txt
āāā ...
Probable-Wordlists:
Probable-Wordlists/
āāā Real-Passwords/
ā āāā Top12Thousand-probable-v2.txt
ā āāā ...
āāā Dictionary-Style/
ā āāā Top95Thousand-USA.txt
ā āāā ...
āāā ...
Probable-Wordlists has a more complex directory structure, organizing wordlists into categories, while wordlists uses a flatter structure with descriptive filenames.
Password cracking rules for Hashcat based on statistics and industry patterns
Pros of Hob0Rules
- Focused on password cracking rules, providing a specialized tool for security professionals
- Includes a comprehensive set of rules for various password patterns and common substitutions
- Regularly updated with new rules based on real-world password analysis
Cons of Hob0Rules
- Limited to password cracking rules, not providing general-purpose wordlists
- May require more technical knowledge to effectively utilize the rules
- Smaller community and fewer contributors compared to wordlists
Code Comparison
Hob0Rules (hob064.rule):
$1 $3 $7 $!
$1 $3 $7 $@
$1 $3 $7 $#
wordlists (example from a wordlist file):
password
123456
qwerty
admin
letmein
Summary
Hob0Rules is a specialized repository focusing on password cracking rules, offering a comprehensive set of rules for various password patterns. It's regularly updated but requires more technical knowledge to use effectively. In contrast, wordlists provides a broader collection of general-purpose wordlists, which can be more accessible for various applications beyond password cracking. The code comparison shows the difference in approach, with Hob0Rules offering rule-based transformations and wordlists providing plain text lists of common words and passwords.
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Pros of PayloadsAllTheThings
- More comprehensive coverage of various security testing scenarios
- Regularly updated with new payloads and techniques
- Includes detailed explanations and methodologies for different attack vectors
Cons of PayloadsAllTheThings
- Larger repository size, potentially overwhelming for beginners
- Less focused on specific wordlists for targeted attacks
- May require more time to navigate and find relevant information
Code Comparison
While both repositories primarily contain text-based content rather than code, here's a comparison of their directory structures:
PayloadsAllTheThings:
āāā API Key Leaks
āāā AWS Amazon Bucket S3
āāā CRLF Injection
āāā CSRF Injection
āāā ...
wordlists:
āāā passwords
āāā usernames
āāā subdomains
āāā ...
PayloadsAllTheThings offers a more diverse range of attack vectors and payloads, while wordlists focuses on specific categories of wordlists for targeted attacks. PayloadsAllTheThings provides more context and explanations for each technique, making it suitable for learning and reference. On the other hand, wordlists offers a more straightforward collection of lists that can be easily integrated into existing tools and scripts for specific tasks like password cracking or subdomain enumeration.
Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
Pros of fuzzdb
- More comprehensive collection of fuzzing payloads and attack patterns
- Regularly updated with new security testing resources
- Organized into categories for easier navigation and use
Cons of fuzzdb
- Larger repository size, which may be overwhelming for beginners
- Less focused on specific wordlists for common tasks
- May require more filtering to find relevant content for specific use cases
Code comparison
While both repositories primarily contain text-based wordlists and payloads, fuzzdb includes some script examples for using the data. Here's a brief comparison:
fuzzdb:
#!/usr/bin/python
import sys
import urllib
import urllib2
if len(sys.argv) != 2:
print "Usage: "+sys.argv[0]+" <URL>"
wordlists:
No specific code examples provided in the repository.
Primarily contains text files with wordlists.
Summary
fuzzdb is a more extensive and regularly updated repository focused on security testing and fuzzing, while wordlists offers a simpler collection of wordlists for various purposes. fuzzdb provides a wider range of resources but may be more complex to navigate, whereas wordlists is more straightforward but less comprehensive.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME
Wordlists
A collection of wordlists for many different usages. They are sorted by their content. Feel free to request to add new wordlists.
Ć°ĀĀĀ Contributing
If you have a wordlist that you wish to see here, you can:
If you already have a wordlist ready to be added, make sure to open a pull request.
Ć°ĀĀĀ Wordlists
Togglable Wordlists
Discovery
- Apache - 13,232 Lines
- Apache User Enum 1.0 - 8,916 Lines
- Apache User Enum 2.0 - 10,341 Lines
- Big - 20,469 Lines
- Common - 4,613 Lines
- Common SQL Columns - 471 Lines
- Common SQL Tables - 1,706 Lines
- Conf - 201,790 Lines
- Directories - 58,655 Lines
- Directory List 1.0 - 141,694 Lines
- Directory List 2.3 Medium - 220,545 Lines
- Directory List 2.3 Small - 87,649 Lines
- Directory List Lowercase 2.3 Medium - 207,628 Lines
- Directory List Lowercase 2.3 Small - 81,628 Lines
- Extensions Common - 28 Lines
- Fuzz Php Special - 136,921 Lines
- Indexes - 10 Lines
- Joomla - 1,544 Lines
- JSP - 92,216 Lines
- LFI All - 1,483 Lines
- LFI Unix - 1,076 Lines
- LFI Windows - 466 Lines
- Most Common - 1,011 Lines
- Robots - 990 Lines
- Sensitive Files Unix - 16 Lines
- Sensitive Files Win - 7 Lines
- Swagger - 958,874 Lines
- TLDs - 1,445 Lines
- Top Subdomains - 114,532 Lines
- WP Plugins - 88,009 Lines
- WP Themes - 21,149 Lines
Famous
Languages
- Arabic - 465,914 Lines
- Croatian - 215,956 Lines
- Czech - 535,889 Lines
- Danish - 154,437 Lines
- Dutch - 173,562 Lines
- English - 354,297 Lines
- French - 336,531 Lines
- Georgian - 143,053 Lines
- German - 1,908,815 Lines
- Hebrew - 469,750 Lines
- Italian - 95,152 Lines
- Norwegian - 322,043 Lines
- Polish - 300,676 Lines
- Portuguese - 307,374 Lines
- Russian - 379,323 Lines
- Serbian - 263,909 Lines
- Spanish - 70,157 Lines
- Swedish - 72,370 Lines
- Turkish - 371,169 Lines
- Ukrainian - 126,308 Lines
Miscellaneous
- English Profanity Words - 1,383 Lines
- French Profanity Words - 106 Lines
Names
- Names - 10,176 Lines
- Top Family Names Usa - 1,000 Lines
- Top Female Names Australia - 98 Lines
- Top Female Names Canada - 300 Lines
- Top Female Names Germany - 4,685 Lines
- Top Female Names India - 53 Lines
- Top Female Names Usa - 1,000 Lines
- Top Male Name Germany - 153 Lines
- Top Male Names Australia - 110 Lines
- Top Male Names Canada - 1,047 Lines
- Top Male Names France - 481 Lines
- Top Male Names India - 272 Lines
- Top Male Names Turkish - 688 Lines
- Top Male Names Usa - 1,004 Lines
Passwords
- 000Webhost - 720,302 Lines
- Bt4 Passwords - 1,652,903 Lines
- Burnett - 1,024 Lines
- Common Passwords Win - 815 Lines
- Common Roots - 4,724 Lines
- Darkweb 2017 - 9,999 Lines
- Db2 Default Passwords - 8 Lines
- Default Passwords For Services - 1,243 Lines
- Dutch Passwords - 4,322,834 Lines
- Hak5 - 2,351 Lines
- Honeynet - 453,009 Lines
- HTTP Default Passwords - 19 Lines
- Indian Passwords - 13,154 Lines
- Ipmi Passwords - 999 Lines
- Keyboard Patterns - 20 Lines
- Md5Decryptor - 3,431,316 Lines
- Medical Devices Passwords - 173 Lines
- Mirai Passwords - 42 Lines
- Most Used Passwords - 999,998 Lines
- Most Used Passwords Ncsc - 100,000 Lines
- Nord VPN - 1,437 Lines
- Openwall - 3,721,224 Lines
- Password - 88,397 Lines
- Postgres Default Passwords - 4 Lines
- Probable WPA - 4,800 Lines
- Tomcat Mgr Default Passwords - 7 Lines
- Top Adobe Passwords - 100 Lines
- Unix Passwords - 1,009 Lines
- Xato Net Passwords - 5,189,454 Lines
Security Question Answers
- Cities - 98,304 Lines
- City State Country - 98,304 Lines
- Common Surnames - 20,000 Lines
- Dates - 751,068 Lines
- Html Colors - 148 Lines
- Street Names - 52,680 Lines
- US Colleges - 6,752 Lines
- US Private Schools - 21,755 Lines
- US Public Schools - 100,318 Lines
- Zip Codes - 100,000 Lines
Stressing
- 2 Digits Number - 100 Lines
- 3 Digits 000 To 999 - 1,000 Lines
- 4 Digits 0000 To 9999 - 10,000 Lines
- 5 Digits 00000 To 99999 - 100,000 Lines
- 6 Digits 000000 To 999999 - 1,000,000 Lines
- Alphanum Case - 62 Lines
- Alphanum Case Extra - 94 Lines
- Char - 26 Lines
- Unicode - 65,536 Lines
- URI Hex - 256 Lines
User Agents
Hardware Type Specific
- Billboard - 12 Lines
- Car - 11 Lines
- Computer - 222,967 Lines
- Ebook Reader - 1,932 Lines
- Game Console - 323 Lines
- Glasses - 5 Lines
- Handheld Game - 190 Lines
- Large Screen - 390 Lines
- Media Player - 40 Lines
- Mobile - 138,617 Lines
- Music Player - 819 Lines
- Pda - 3 Lines
- Phone - 100,479 Lines
- Server - 1,756 Lines
- Tablet - 26,316 Lines
- Tv - 1,110 Lines
Operating System Name
- Android - 202,129 Lines
- Bada - 182 Lines
- BeOS - 18 Lines
- Blackberry OS - 2,365 Lines
- ChromeOS - 1,757 Lines
- Darwin - 549 Lines
- Fire OS - 1,869 Lines
- Freebsd - 812 Lines
- Haiku - 45 Lines
- HP webOS - 21 Lines
- iOS - 23,836 Lines
- Irix - 13 Lines
- Linux - 20,823 Lines
- Livearea - 52 Lines
- Mac - 655 Lines
- Mac OS X - 18,903 Lines
- Macos - 5,147 Lines
- OpenBSD - 285 Lines
- Palm OS - 18 Lines
- Rim Tablet OS - 12 Lines
- SunOS - 293 Lines
- Symbian - 3,438 Lines
- Unix Based OS - 598 Lines
- webOS - 42 Lines
- Windows - 183,284 Lines
- Windows Mobile - 354 Lines
- Windows Phone - 2,193 Lines
Software Name
- 1337Browser - 6 Lines
- Alexa Certification Scanner - 1 Lines
- Android Browser - 33,081 Lines
- Blackberry Browser - 1,854 Lines
- Brave - 70 Lines
- Chrome - 182,359 Lines
- Chromium - 870 Lines
- Curl - 232 Lines
- Discord - 3 Lines
- Ea Origin Browser - 312 Lines
- Edge - 3,605 Lines
- Electron Application - 632 Lines
- Excel - 9 Lines
- Facebook App - 6,810 Lines
- Facebook Bot - 19 Lines
- Firebird - 98 Lines
- Firefox - 26,035 Lines
- Google Earth - 39 Lines
- Google Earth Pro - 24 Lines
- Google Favicon Crawler - 3 Lines
- Google Search App - 2,381 Lines
- Google Site Verifier Bot - 2 Lines
- Googlebot - 276 Lines
- Iceweasel - 555 Lines
- Internet Explorer - 102,404 Lines
- Internet Explorer Mobile - 1,068 Lines
- Internet Tv Browser - 354 Lines
- iTunes - 30 Lines
- Java Runtime Environment - 518 Lines
- Kindle Browser - 76 Lines
- Motorola Internet Browser - 19 Lines
- Nintendo Browser - 89 Lines
- Nokia Browser - 1,240 Lines
- Onenote - 2 Lines
- Opera - 17,145 Lines
- Opera Mini - 30,825 Lines
- Outlook - 384 Lines
- Pinterest App - 1,283 Lines
- Pinterest Bot - 6 Lines
- Playstation 4 Browser - 72 Lines
- Powerpoint - 10 Lines
- Python Urllib - 18 Lines
- Safari - 12,186 Lines
- Samsung Browser - 5,326 Lines
- Slackbot Link Checker - 2 Lines
- Sony Web Browser - 4 Lines
- Tweetmeme Bot - 3 Lines
- Twitter App - 154 Lines
- Twitterbot - 4 Lines
- Valve Steam Game Overlay - 1,009 Lines
- Vision Mobile Browser - 3 Lines
- W3C Css Validator - 4 Lines
- W3C Link Checker - 6 Lines
- W3C Validator - 9 Lines
- Webtv - 6 Lines
- Wget - 70 Lines
- Word - 32 Lines
- Yandex Browser - 2,175 Lines
Usernames
- Cirt Default Usernames - 827 Lines
- Common Admin Base64 - 57 Lines
- Db2 Default User - 5 Lines
- Default Users For Services - 919 Lines
- HTTP Default Users - 27 Lines
- Ipmi Users - 7 Lines
- Mirai User - 15 Lines
- Multiple Sources Users - 21,167 Lines
- Postgres Default User - 3 Lines
- Tomcat Mgr Default Users - 6 Lines
- Unix Users - 190 Lines
- Xato Net Usernames - 8,295,455 Lines
Vulnerabilities
- All Attacks - 467 Lines
- Apache - 30 Lines
- Axis - 17 Lines
- Cgis - 3,463 Lines
- Coldfusion - 22 Lines
- Directory Traversal - 847 Lines
- Directory Traversal Unix - 871 Lines
- Directory Traversal Win - 848 Lines
- Domino - 291 Lines
- Fatwire - 101 Lines
- Fatwire Pagen Ames - 2,712 Lines
- Front Page - 43 Lines
- Hpsmh - 238 Lines
- Hyperion - 579 Lines
- Iis - 59 Lines
- Iplanet - 36 Lines
- Jboss - 19 Lines
- Jersey - 121 Lines
- Jrun - 13 Lines
- Juicy Files - 187,964 Lines
- Netware - 60 Lines
- Oracle - 1,074 Lines
- Ror - 121 Lines
- Sap - 1,111 Lines
- Sharepoint - 1,708 Lines
- SQL - 167 Lines
- SQL Inj - 41 Lines
- Ssti - 107 Lines
- Sunas - 51 Lines
- Tests - 33 Lines
- Tomcat - 87 Lines
- Vignette - 73 Lines
- Weblogic - 361 Lines
- Websphere - 561 Lines
- XML - 15 Lines
- XSS - 19,867 Lines
- Discovery
- Apache - 13,232 Lines
- Apache User Enum 1.0 - 8,916 Lines
- Apache User Enum 2.0 - 10,341 Lines
- Big - 20,469 Lines
- Common - 4,613 Lines
- Common SQL Columns - 471 Lines
- Common SQL Tables - 1,706 Lines
- Conf - 201,790 Lines
- Directories - 58,655 Lines
- Directory List 1.0 - 141,694 Lines
- Directory List 2.3 Medium - 220,545 Lines
- Directory List 2.3 Small - 87,649 Lines
- Directory List Lowercase 2.3 Medium - 207,628 Lines
- Directory List Lowercase 2.3 Small - 81,628 Lines
- Extensions Common - 28 Lines
- Fuzz Php Special - 136,921 Lines
- Indexes - 10 Lines
- Joomla - 1,544 Lines
- JSP - 92,216 Lines
- LFI All - 1,483 Lines
- LFI Unix - 1,076 Lines
- LFI Windows - 466 Lines
- Most Common - 1,011 Lines
- Robots - 990 Lines
- Sensitive Files Unix - 16 Lines
- Sensitive Files Win - 7 Lines
- Swagger - 958,874 Lines
- TLDs - 1,445 Lines
- Top Subdomains - 114,532 Lines
- WP Plugins - 88,009 Lines
- WP Themes - 21,149 Lines
- Famous
- Dnsmap - 17,576 Lines
- Facebook Phished - 2,441 Lines
- Fasttrack - 222 Lines
- Fern Wifi - 478 Lines
- Hotmail - 8,930 Lines
- Nmap - 4,999 Lines
- Rockyou - 14,344,392 Lines
- Languages
- Arabic - 465,914 Lines
- Croatian - 215,956 Lines
- Czech - 535,889 Lines
- Danish - 154,437 Lines
- Dutch - 173,562 Lines
- English - 354,297 Lines
- French - 336,531 Lines
- Georgian - 143,053 Lines
- German - 1,908,815 Lines
- Hebrew - 469,750 Lines
- Italian - 95,152 Lines
- Norwegian - 322,043 Lines
- Polish - 300,676 Lines
- Portuguese - 307,374 Lines
- Russian - 379,323 Lines
- Serbian - 263,909 Lines
- Spanish - 70,157 Lines
- Swedish - 72,370 Lines
- Turkish - 371,169 Lines
- Ukrainian - 126,308 Lines
- Miscellaneous
- English Profanity Words - 1,383 Lines
- French Profanity Words - 106 Lines
- Names
- Names - 10,176 Lines
- Top Family Names Usa - 1,000 Lines
- Top Female Names Australia - 98 Lines
- Top Female Names Canada - 300 Lines
- Top Female Names Germany - 4,685 Lines
- Top Female Names India - 53 Lines
- Top Female Names Usa - 1,000 Lines
- Top Male Name Germany - 153 Lines
- Top Male Names Australia - 110 Lines
- Top Male Names Canada - 1,047 Lines
- Top Male Names France - 481 Lines
- Top Male Names India - 272 Lines
- Top Male Names Turkish - 688 Lines
- Top Male Names Usa - 1,004 Lines
- Passwords
- 000Webhost - 720,302 Lines
- Bt4 Passwords - 1,652,903 Lines
- Burnett - 1,024 Lines
- Common Passwords Win - 815 Lines
- Common Roots - 4,724 Lines
- Darkweb 2017 - 9,999 Lines
- Db2 Default Passwords - 8 Lines
- Default Passwords For Services - 1,243 Lines
- Dutch Passwords - 4,322,834 Lines
- Hak5 - 2,351 Lines
- Honeynet - 453,009 Lines
- HTTP Default Passwords - 19 Lines
- Indian Passwords - 13,154 Lines
- Ipmi Passwords - 999 Lines
- Keyboard Patterns - 20 Lines
- Md5Decryptor - 3,431,316 Lines
- Medical Devices Passwords - 173 Lines
- Mirai Passwords - 42 Lines
- Most Used Passwords - 999,998 Lines
- Most Used Passwords Ncsc - 100,000 Lines
- Nord VPN - 1,437 Lines
- Openwall - 3,721,224 Lines
- Password - 88,397 Lines
- Postgres Default Passwords - 4 Lines
- Probable WPA - 4,800 Lines
- Tomcat Mgr Default Passwords - 7 Lines
- Top Adobe Passwords - 100 Lines
- Unix Passwords - 1,009 Lines
- Xato Net Passwords - 5,189,454 Lines
- Security Question Answers
- Cities - 98,304 Lines
- City State Country - 98,304 Lines
- Common Surnames - 20,000 Lines
- Dates - 751,068 Lines
- Html Colors - 148 Lines
- Street Names - 52,680 Lines
- US Colleges - 6,752 Lines
- US Private Schools - 21,755 Lines
- US Public Schools - 100,318 Lines
- Zip Codes - 100,000 Lines
- Stressing
- 2 Digits Number - 100 Lines
- 3 Digits 000 To 999 - 1,000 Lines
- 4 Digits 0000 To 9999 - 10,000 Lines
- 5 Digits 00000 To 99999 - 100,000 Lines
- 6 Digits 000000 To 999999 - 1,000,000 Lines
- Alphanum Case - 62 Lines
- Alphanum Case Extra - 94 Lines
- Char - 26 Lines
- Unicode - 65,536 Lines
- URI Hex - 256 Lines
- User Agents
- Hardware Type Specific
- Billboard - 12 Lines
- Car - 11 Lines
- Computer - 222,967 Lines
- Ebook Reader - 1,932 Lines
- Game Console - 323 Lines
- Glasses - 5 Lines
- Handheld Game - 190 Lines
- Large Screen - 390 Lines
- Media Player - 40 Lines
- Mobile - 138,617 Lines
- Music Player - 819 Lines
- Pda - 3 Lines
- Phone - 100,479 Lines
- Server - 1,756 Lines
- Tablet - 26,316 Lines
- Tv - 1,110 Lines
- Operating System Name
- Android - 202,129 Lines
- Bada - 182 Lines
- BeOS - 18 Lines
- Blackberry OS - 2,365 Lines
- ChromeOS - 1,757 Lines
- Darwin - 549 Lines
- Fire OS - 1,869 Lines
- Freebsd - 812 Lines
- Haiku - 45 Lines
- HP webOS - 21 Lines
- iOS - 23,836 Lines
- Irix - 13 Lines
- Linux - 20,823 Lines
- Livearea - 52 Lines
- Mac - 655 Lines
- Mac OS X - 18,903 Lines
- Macos - 5,147 Lines
- OpenBSD - 285 Lines
- Palm OS - 18 Lines
- Rim Tablet OS - 12 Lines
- SunOS - 293 Lines
- Symbian - 3,438 Lines
- Unix Based OS - 598 Lines
- webOS - 42 Lines
- Windows - 183,284 Lines
- Windows Mobile - 354 Lines
- Windows Phone - 2,193 Lines
- Software Name
- 1337Browser - 6 Lines
- Alexa Certification Scanner - 1 Lines
- Android Browser - 33,081 Lines
- Blackberry Browser - 1,854 Lines
- Brave - 70 Lines
- Chrome - 182,359 Lines
- Chromium - 870 Lines
- Curl - 232 Lines
- Discord - 3 Lines
- Ea Origin Browser - 312 Lines
- Edge - 3,605 Lines
- Electron Application - 632 Lines
- Excel - 9 Lines
- Facebook App - 6,810 Lines
- Facebook Bot - 19 Lines
- Firebird - 98 Lines
- Firefox - 26,035 Lines
- Google Earth - 39 Lines
- Google Earth Pro - 24 Lines
- Google Favicon Crawler - 3 Lines
- Google Search App - 2,381 Lines
- Google Site Verifier Bot - 2 Lines
- Googlebot - 276 Lines
- Iceweasel - 555 Lines
- Internet Explorer - 102,404 Lines
- Internet Explorer Mobile - 1,068 Lines
- Internet Tv Browser - 354 Lines
- iTunes - 30 Lines
- Java Runtime Environment - 518 Lines
- Kindle Browser - 76 Lines
- Motorola Internet Browser - 19 Lines
- Nintendo Browser - 89 Lines
- Nokia Browser - 1,240 Lines
- Onenote - 2 Lines
- Opera - 17,145 Lines
- Opera Mini - 30,825 Lines
- Outlook - 384 Lines
- Pinterest App - 1,283 Lines
- Pinterest Bot - 6 Lines
- Playstation 4 Browser - 72 Lines
- Powerpoint - 10 Lines
- Python Urllib - 18 Lines
- Safari - 12,186 Lines
- Samsung Browser - 5,326 Lines
- Slackbot Link Checker - 2 Lines
- Sony Web Browser - 4 Lines
- Tweetmeme Bot - 3 Lines
- Twitter App - 154 Lines
- Twitterbot - 4 Lines
- Valve Steam Game Overlay - 1,009 Lines
- Vision Mobile Browser - 3 Lines
- W3C Css Validator - 4 Lines
- W3C Link Checker - 6 Lines
- W3C Validator - 9 Lines
- Webtv - 6 Lines
- Wget - 70 Lines
- Word - 32 Lines
- Yandex Browser - 2,175 Lines
- Usernames
- Cirt Default Usernames - 827 Lines
- Common Admin Base64 - 57 Lines
- Db2 Default User - 5 Lines
- Default Users For Services - 919 Lines
- HTTP Default Users - 27 Lines
- Ipmi Users - 7 Lines
- Mirai User - 15 Lines
- Multiple Sources Users - 21,167 Lines
- Postgres Default User - 3 Lines
- Tomcat Mgr Default Users - 6 Lines
- Unix Users - 190 Lines
- Xato Net Usernames - 8,295,455 Lines
- Vulnerabilities
- All Attacks - 467 Lines
- Apache - 30 Lines
- Axis - 17 Lines
- Cgis - 3,463 Lines
- Coldfusion - 22 Lines
- Directory Traversal - 847 Lines
- Directory Traversal Unix - 871 Lines
- Directory Traversal Win - 848 Lines
- Domino - 291 Lines
- Fatwire - 101 Lines
- Fatwire Pagen Ames - 2,712 Lines
- Front Page - 43 Lines
- Hpsmh - 238 Lines
- Hyperion - 579 Lines
- Iis - 59 Lines
- Iplanet - 36 Lines
- Jboss - 19 Lines
- Jersey - 121 Lines
- Jrun - 13 Lines
- Juicy Files - 187,964 Lines
- Netware - 60 Lines
- Oracle - 1,074 Lines
- Ror - 121 Lines
- Sap - 1,111 Lines
- Sharepoint - 1,708 Lines
- SQL - 167 Lines
- SQL Inj - 41 Lines
- Ssti - 107 Lines
- Sunas - 51 Lines
- Tests - 33 Lines
- Tomcat - 87 Lines
- Vignette - 73 Lines
- Weblogic - 361 Lines
- Websphere - 561 Lines
- XML - 15 Lines
- XSS - 19,867 Lines
Ć¢ĀĀ ĆÆĀøĀ Disclaimer
These wordlists are for educational purposes only. I am not responsible of any of your actions you may do with the help of these wordlists.
Top Related Projects
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
Version 2 is live! Wordlists sorted by probability originally created for password generation and testing - make sure your passwords aren't popular!
Password cracking rules for Hashcat based on statistics and industry patterns
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot