Skip to content

Commit

Permalink
add way more words
Browse files Browse the repository at this point in the history
  • Loading branch information
felixevers committed Nov 11, 2023
1 parent fae9518 commit 629cadb
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Buzzwords
The largest buzzword list collection on the globe. Including words like COWORKING... AND MANY MORE!!!
## Words
This wordlist contains 288 words. IT IS SOOO AMAZING!
This wordlist contains 502 words. IT IS SOOO AMAZING!
## Checksums
rockme.tar.gz
| Algorithm | Checksum |
|:----------|:----------------------------|
| MD5 | 881096309a7e0c0f4bd44a44d899152c |
| SHA1 | e6fc5e9977cd998c1f84d6e949fd7c4f8f0db050 |
| SHA256 | 983a8499699b3ae1286f53bb322f442923b2275981c6dd6e9ff4e92f605fc50b |
| MD5 | 05de9411514ae9028828626f4bccb10b |
| SHA1 | 3b2e7bb0586bacca48cdf3e9d7fc4dd7ba099d17 |
| SHA256 | 8c7c17200c2bf832f6db7358d3df40a78ec89d75eb55ef652e5b626a601e720a |
## Important
Don't use normal text editors to open this file unless you have about 16 GB of RAM, or you may face RAM Crash.
6 changes: 3 additions & 3 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ README="README.md"
WORDLIST="rockme.txt"
WORDLIST_COMPRESSED="rockme.tar.gz"

echo "Counting words..."
WORD_COUNT=($(wc -l $WORDLIST))

echo "Sorting wordlist..."
sort -u -o $WORDLIST $WORDLIST

echo "Counting words..."
WORD_COUNT=($(wc -l $WORDLIST))

echo "Compressing wordlist..."
tar cfvz $WORDLIST_COMPRESSED $WORDLIST

Expand Down
Binary file modified rockme.tar.gz
Binary file not shown.
Loading

0 comments on commit 629cadb

Please sign in to comment.