SecLists icon indicating copy to clipboard operation
SecLists copied to clipboard

feat(Passwords/Books): Add greatest books title list

Open emmanuel-londono opened this issue 1 year ago • 3 comments

  • A list of titles from the world's most acclaimed literary works, scraped from thegreatestbooks.org
  • 1st list: Each title should have at least one leetspeak version and one version where whitespaces are converted to '_' and another where whitespace is removed
  • 2nd list: Each title is displayed normally.
  • 3rd list: Each title is lowercased and joined or underscored.
  • 4th list: Each title is uppercased and joined or underscored.
  • There are no duplicate titles per file.
  • Updated size for SecLists should still be about 2.88GB

emmanuel-londono avatar Jan 03 '24 02:01 emmanuel-londono

Great work, but can you add two more variation where the letters are lowercased and the space removed? I feel that it will cover more possibilities where the user may have the book name in those variation.

Example: In Search of Lost Time mutates to in search of lost time, in_search_of_lost_time, InSearchofLostTime and insearchoflosttime

Additionally, some titles aren‘t cased properly (e.g. In Search of Lost Time becomes In Search Of Lost Time) so the mutated versions could have them? Ulysses appeared twice in the version with variations too.

molangning avatar Jan 03 '24 03:01 molangning

Great work, but can you add two more variation where the letters are lowercased and the space removed? I feel that it will cover more possibilities where the user may have the book name in those variation.

Example: In Search of Lost Time mutates to in search of lost time, in_search_of_lost_time, InSearchofLostTime and insearchoflosttime

Additionally, some titles aren‘t cased properly (e.g. In Search of Lost Time becomes In Search Of Lost Time) so the mutated versions could have them? Ulysses appeared twice in the version with variations too.

Sounds good! I made the changes. (The casing in the original txt file are the titles as they appear officially in the ISBN lookup.)

emmanuel-londono avatar Jan 03 '24 07:01 emmanuel-londono

Looks good to me, hope it gets merged

molangning avatar Jan 03 '24 09:01 molangning

Oh wow! Thanks @emmanuel-londono !

g0tmi1k avatar Feb 13 '24 13:02 g0tmi1k