Skip to content

Commit

Permalink
Last update for this release
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Jun 16, 2022
1 parent d2b772d commit a4ba789
Show file tree
Hide file tree
Showing 26 changed files with 66 additions and 51 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@

This is a project to generate huge wordlists for web fuzzing, if you just want to fuzz with a good wordlist use the file [onelistforallmicro.txt](/~https://github.com/six2dez/OneListForAll/blob/main/onelistforallmicro.txt).

The wordlists mentioned at the bottom of this pages are merged by technology/type and differenced by _sort and _long suffixes. So you can search by any technology or software and fuzz the target site with a small list or the long one. Also, this projects provides three of all-in-one wordlists:

- onelistforall.txt (everything merged, both _sort.txt and _long.txt files, cleaned and deduplicated)
- onelistforallshort.txt (merged only _sort.txt files, cleaned and deduplicated)
- onelistforallmicro.txt (my favorite, manually crafted and constantly updated, with interesting files and low-hanging fruits findings)

## Usage

### Method 1

1. Go to [releases](/~https://github.com/six2dez/OneListForAll/releases) and download
1. Go to [releases](/~https://github.com/six2dez/OneListForAll/releases) and download the latest

2. Fuzz with the best tool [ffuf](/~https://github.com/ffuf/ffuf) :)
```bash
Expand All @@ -16,18 +22,6 @@ ffuf -c -w onelistforall.txt -u [target.com]/FUZZ

### Method 2

1. Git clone and extract:
```bash
git clone /~https://github.com/six2dez/OneListForAll && cd OneListForAll
7z x onelistforall.7z.001
```
2. Fuzz with the best tool [ffuf](/~https://github.com/ffuf/ffuf) :)
```bash
ffuf -c -w onelistforall.txt -u [target.com]/FUZZ
```

### Method 3

**Build your own wordlists!**

1. Add your wordlists to dict/ folder with suffix **_short.txt** for short wordlist and **_long.txt** for the full wordlist.
Expand All @@ -42,8 +36,8 @@ ffuf -c -w onelistforall.txt -u [target.com]/FUZZ
## Wordlists summary

- **onelistforallmicro.txt** manally crafted wordlist for low hanging fruits: 18109 lines, 298K
- **onelistforallshort.txt** a shortened version, it also contains a lot of things, but in a more affordable way: 822115 lines, 12M
- **onelistforall.txt** basically everything, launch it and go to sleep. 55684781 lines, 1.1G
- **onelistforallshort.txt** a shortened version, it also contains a lot of things, but in a more affordable way: 892361 lines, 15M
- **onelistforall.txt** basically everything, launch it and go to sleep. 59076819 lines, 1.2G

## Sources

Expand Down
3 changes: 3 additions & 0 deletions dict/adobe-aem_sort.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions dict/adobexml_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/all_svn_long.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/apache_long.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/apache_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/api_short.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions dict/cms_short.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions dict/drupal_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/graphql_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/iis_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/jenkins_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/joomla_short.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions dict/lotusnotes_short.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions dict/nginx_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/oracle_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/sap_long.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/sap_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/springboot_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/swagger_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/tomcat_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/weblogic_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions dict/websphere_short.txt
Git LFS file not shown
3 changes: 3 additions & 0 deletions dict/wordpress_short.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions onelistforall.txt
Git LFS file not shown
4 changes: 2 additions & 2 deletions onelistforallshort.txt
Git LFS file not shown

0 comments on commit a4ba789

Please sign in to comment.