All Projects → r3nt0n → Bopscrk

r3nt0n / Bopscrk

Licence: gpl-3.0
Tool to generate smart and powerful wordlists

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Bopscrk

Duplicut
Remove duplicates from MASSIVE wordlist, without sorting it (for dictionary-based password cracking)
Stars: ✭ 352 (+28.94%)
Mutual labels:  password, cracking, wordlist, password-cracking
Keychaincracker
macOS keychain cracking tool
Stars: ✭ 693 (+153.85%)
Mutual labels:  hacking, password, cracking, wordlist
Filevaultcracker
macOS FileVault cracking tool
Stars: ✭ 199 (-27.11%)
Mutual labels:  hacking, password, cracking, wordlist
Mentalist
Mentalist is a graphical tool for custom wordlist generation. It utilizes common human paradigms for constructing passwords and can output the full wordlist as well as rules compatible with Hashcat and John the Ripper.
Stars: ✭ 945 (+246.15%)
Mutual labels:  password, cracking, wordlist
Passphrase Wordlist
Passphrase wordlist and hashcat rules for offline cracking of long, complex passwords
Stars: ✭ 556 (+103.66%)
Mutual labels:  hacking, wordlist, password-cracking
Kaonashi
Wordlist, rules and masks from Kaonashi project (RootedCON 2019)
Stars: ✭ 353 (+29.3%)
Mutual labels:  password, wordlist, password-cracking
longtongue
Customized Password/Passphrase List inputting Target Info
Stars: ✭ 61 (-77.66%)
Mutual labels:  password, wordlist, hacking-tool
Chromepass
Chromepass - Hacking Chrome Saved Passwords
Stars: ✭ 364 (+33.33%)
Mutual labels:  hacking, hacking-tool, password
cracken
a fast password wordlist generator, Smartlist creation and password hybrid-mask analysis tool written in pure safe Rust
Stars: ✭ 192 (-29.67%)
Mutual labels:  password, wordlist, cracking
Wifi Cracking
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat
Stars: ✭ 9,546 (+3396.7%)
Mutual labels:  hacking, cracking, password-cracking
Wifipassword Stealer
Get All Registered Wifi Passwords from Target Computer.
Stars: ✭ 97 (-64.47%)
Mutual labels:  hacking, hacking-tool, password
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+2554.21%)
Mutual labels:  hacking, hacking-tool, wordlist
Wifi Passview
An open source batch script based WiFi Passview for Windows!
Stars: ✭ 157 (-42.49%)
Mutual labels:  hacking, hacking-tool, password
Webmap
A Python tool used to automate the execution of the following tools : Nmap , Nikto and Dirsearch but also to automate the report generation during a Web Penetration Testing
Stars: ✭ 188 (-31.14%)
Mutual labels:  hacking, hacking-tool, wordlist
vietnamese-password-dicts
Tổng hợp danh sách mật khẩu wifi tiếng Việt sử dụng cho aircrack-ng
Stars: ✭ 40 (-85.35%)
Mutual labels:  password, wordlist
Icg Autoexploiterbot
Wordpress 🔥 Joomla 🔥 Drupal 🔥 OsCommerce 🔥 Prestashop 🔥 Opencart 🔥
Stars: ✭ 242 (-11.36%)
Mutual labels:  hacking, hacking-tool
WPA2-FritzBox-Pswd-Wordlist-Generator
This Script will produce all of the WPA2 Passwords used by various Router companies aswell as Fritzbox. All of these Passwords will be 16 Numbers in length. So it could get a bit large.
Stars: ✭ 22 (-91.94%)
Mutual labels:  password, wordlist
Badtouch
Scriptable network authentication cracker
Stars: ✭ 262 (-4.03%)
Mutual labels:  password, cracking
Hatch
Hatch is a brute force tool that is used to brute force most websites
Stars: ✭ 242 (-11.36%)
Mutual labels:  hacking, password
Ob3vil1on
Another archive cracker created in python | cracking [zip/7z/rar] by bruteforcing [ NOT MAINTAINED ]
Stars: ✭ 17 (-93.77%)
Mutual labels:  password, cracking

BlackArch package Rawsec's CyberSecurity Inventory Packaging status GPL-3.0 License Python 3.8 Version 2.3.1

bopscrk

bopscrk (Before Outset PaSsword CRacKing) is a tool to generate smart and powerful wordlists for targeted attacks.

Included in BlackArch Linux pentesting distribution and Rawsec's Cybersecurity Inventory since August 2019.

  • Targeted-attack wordlist creator: introduce personal info related to target, combines every word and transforms results into possible passwords. The lyricpass module allows to search lyrics related to artists and include them to the wordlists.

  • Customizable case and leet transforms: create custom charsets and transforms patterns trough a simple config file.

  • Wordlists exclusion: Exclude words from another wordlist (to avoid passwords that you have already tested).

  • Interactive mode and one-line command interface supported.

Requirements

  • Python 3 (secondary branch keeps Python 2.7 legacy support)
  • optional - to use lyricpass module:
    pip install requirements.txt

Usage


  -h, --help         show this help message and exit
  -i, --interactive  interactive mode, the script will ask you about target
  -w                 words to combine comma-separated (non-interactive mode)
  --min              min length for the words to generate (default: 4)
  --max              max length for the words to generate (default: 32)
  -c, --case         enable case transformations
  -l, --leet         enable leet transformations
  -n                 max amount of words to combine each time (default: 2)
  -a , --artists     artists to search song lyrics (comma-separated)
  -x , --exclude     exclude all the words included in other wordlists
                     (several wordlists should be comma-separated)
  -o , --output      output file to save the wordlist (default: tmp.txt)
  -C , --config      specify config file to use (default: ./bopscrk.cfg)


How it works

  • You have to provide some words which will act as a base.
  • The lyricpass feature allows to introduce artists. The tool will download all his songs' lyrics and each line will be added as a new word. By default, artist names and a word formed by the initial of word on each phrase, will be added too.
  • The tool will generate all possible combinations between them.
  • To generate more combinations, it will add some common separators (e.g. "-", "_", "."), numbers and special chars frequently used in passwords.
  • You can use leet and case transforms to increase your chances.
  • You can provide wordlists that you have already tested against the target in order to exclude all this words from the resultant wordlist (-x).

Tips

  • Fields can be left empty.
  • You can use accentuation in your words.
  • In the others field you can write several words comma-separated. Example: 2C,Flipper.
  • If you want to produce all possible leet transformations, enable the recursive_leet option in configuration file.
  • You can select which transforms to apply on lyrics phrases found trough the cfg file.
  • Using the non-interactive mode, you should provide years in the long and short way (1970,70) to get the same result than the interactive mode.
  • You have to be careful with -n argument. If you set a big value, it could result in too huge wordlists. I recommend values between 2 and 5.
  • To provide several artist names through command line you should provides it comma-separated. Example: -a johndoe,johnsmith
  • To provide artist names with spaces through command line you should provides it quotes-enclosed. Example: -a "john doe,john smith"

Lyricpass

This feature is based in a modified version of a tool developed originally by initstring. The changes are made to integrate input and output's tool with bopscrk.

It will retrieve all lyrics from all songs which belongs to artists that you provide. By default it will store each artist, each phrase found with space substitution, each phrase found reduced to its initials (which will be transformed later if you have activated leet and case transforms).

Advanced usage

Customizing behaviour using .cfg file

  • In bopscrk.cfg file you can specify your own charsets and enable/disable options:

    • threads: number of threads to use in multithreaded operations
    • extra_combinations (like (john, doe) => 123john, john123, 123doe, doe123, john123doe doe123john) are enabled by default. You can disable it in the configuration file in order to get more focused wordlists.
    • separators_chars: characters to use in extra-combinations. Can be a single char or a string of chars, e.g.: !?-/&(
    • separators_strings: strings to use in extra-combinations. Can be a single string or a list of strings space-separated, e.g.: 123 [email protected]
    • leet_charset: characters to replace and correspondent substitute in leet transforms, e.g.: e:3 b:8 t:7 a:4
    • recursive_leet: enables a recursive call to leet_transforms() function to get all possible leet transforms (disabled by default). WARNING: enabled with huge --max parameters (e.g.: greater than 18) could take several minutes. Can be true or false.
    • remove_parenthesis: remove all parenthesis in lyrics found before any transform
    • take_initials: produce words based on initial of each word in lyric phrases found (if enabled with remove_parenthesis disabled, it can produce useless words)
    • artist_split_by_word: split artist names and add each word as a new one
    • lyric_split_by_word: same with lyrics found
    • artist_space_replacement: replace spaces in artist names with chars/strings defined in charset
    • lyric_space_replacement: same with lyrics found
    • space_replacement_chars: characters to insert instead of spaces inside an artist name or a lyric phrase. Can be a single char or a string of chars, e.g.: !?-/&(
    • space_replacement_strings: strings to insert instead of spaces inside an artist name or a lyric phrase. Can be a single string or a list of strings space-separated, e.g.: 123 [email protected]
  • Some transforms have extensive charsets preincluded. To use it instead of the basic, just uncomment the corresponding line.

  • Parameters configuration examples

    • Combine all the words using dots as separator, and same using commas
      separators_chars=.,
    • Convert all "a/A" occurrences into "4" and all "e/E" occurrences into "3"
      leet_charset=a:4 e:3

Weighted-words system

[...] Coming soon [...]

Changelist

  • 2.3.1 version notes
    • fixing namespace bug (related to aux.py module, renamed to auxiliars.py) when running on windows systems
    • unittest (and simple unitary tests for transforms, excluders and combinators functions) implemented.
  • 2.3 version notes (15/10/2020)
    • Customizable configuration for artists and lyrics transforms using the cfg file
    • Requirements at setup.py updated
    • Multithreads logic improved
    • Leet and case order reversed to improve operations efficiency
    • BUG FIXED in lyrics space replacement
    • BUG FIXED when remove duplicates (Type Error: unhashable type: 'list')
    • Memory management and efficiency improved
    • SPLIT INTO MODULES to improve project structure
    • BUG FIXED in wordlists-exclusion feature
  • 2.2 version notes (11/10/2020
    • Configuration file implemented
    • NEW FEATURE: Allow to create custom charsets and transforms patterns trough the config file
    • NEW FEATURE: Recursive leet transforms implemented (disabled by default, can be enabled in cfg file)
  • 2.2~beta version notes (10/10/2020)
    • The lyricpass integration have been updated to run with last version released by initstring
    • --lyrics-all option removed (feature integrated in other options)
  • 2.1 version notes (11/07/2020)
    • Fixing min and max length bug
  • 2.0/1.5 version notes (17/06/2020)
    • PYTHON 3 NOW IS SUPPORTED: master branch moves to Python 3. Secondary branch keeps Python 2.7 legacy support
  • 0-1.2(beta) version notes
    • EXCLUDE WORDLISTS: speed improvement using multithreaded exclusions
    • NEW FEATURE: lyrics searching related to artists increase the wordlist chances

TO-DO list

  • Implement weighted-words system.
  • Create options to custom case transforms (e.g.: disable pair/odd transforms).
  • Lyricpass integration was upgraded to last version released by initstring, but still needs some tweaks to speed up the search process (I would appreciate any help).

Legal disclaimer

This tool is created for the sole purpose of security awareness and education, it should not be used against systems that you do not have permission to test/attack. The author is not responsible for misuse or for any damage that you may cause. You agree that you use this software at your own risk.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].