![]() |
Need help with the script "Bopscrk" - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: Need help with the script "Bopscrk" (/thread-43221.html) |
Need help with the script "Bopscrk" - Arklex - Sep-16-2024 I'm getting an error using the script called "Bopscrk", it says it is compatible with Python 3, but this errors makes me think there is some kind of compatiblity error: I have more errors like this with different attributes.
RE: Need help with the script "Bopscrk" - deanhystad - Sep-16-2024 How did you install bopscrk? RE: Need help with the script "Bopscrk" - Arklex - Sep-16-2024 through "pip install bopscrk" on the cmd RE: Need help with the script "Bopscrk" - snippsat - Sep-16-2024 How are running this? It's a command line tool. Here a quick test,try virtual environment like this to see if work. G:\div_code λ python -m venv bop_env G:\div_code λ cd bop_env\ G:\div_code\bop_env λ G:\div_code\bop_env\Scripts\activate.bat G:\div_code\bop_env (bop_env) λ pip install bopscrk Collecting bopscrk Downloading bopscrk-2.4.7.tar.gz (40 kB) ---------------------------------------- 40.7/40.7 kB 162.7 kB/s eta 0:00:00 Installing build dependencies ......................... Successfully built bopscrk grapheme Installing collected packages: grapheme, urllib3, idna, charset-normalizer, certifi, about-time, requests, alive-progress, bop scrk Successfully installed about-time-4.2.1 alive-progress-3.1.5 bopscrk-2.4.7 certifi-2024.8.30 charset-normalizer-3.3.2 grapheme -0.6.0 idna-3.10 requests-2.32.3 urllib3-2.2.3Usage: G:\div_code\bop_env (bop_env) λ bopscrk --help usage: bopscrk [-h] [-i] [-w] [-m] [-M] [-c] [-l] [-n] [-a] [-o] [-C] [--version] Generates smart and powerful wordlists. options: -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 (will be combined with all words) -m , --min min length for the words to generate (default: 4) -M , --max max length for the words to generate (default: 12) -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) -o , --output output file to save the wordlist (default: tmp.txt) -C , --config specify config file to use (default: G:\div_code\bop_env\Lib\site-packages\bopscrk\bopscrk.cfg) --version print version and exit G:\div_code\bop_env (bop_env) λ bopscrk -w hello,world ▄▄▄▄ ▒█████ ██▓███ ██████ ▄████▄ ██▀███ ██ ▄█▀ ▓█████▄ ▒██▒ ██▒▓██░ ██▒▒██ ▒ ▒██▀ ▀█ ▓██ ▒ ██▒ ██▄█▒ ▒██▒ ▄██▒██░ ██▒▓██░ ██▓▒░ ▓██▄ ▒▓█ ▄ ▓██ ░▄█ ▒▓███▄░ ▒██░█▀ ▒██ ██░▒██▄█▓▒ ▒ ▒ ██▒▒▓▓▄ ▄██▒▒██▀▀█▄ ▓██ █▄ ░▓█ ▀█▓░ ████▓▒░▒██▒ ░ ░▒██████▒▒▒ ▓███▀ ░░██▓ ▒██▒▒██▒ █▄ ░▒▓███▀▒░ ▒░▒░▒░ ▒▓▒░ ░ ░▒ ▒▓▒ ▒ ░░ ░▒ ▒ ░░ ▒▓ ░▒▓░▒ ▒▒ ▓▒ ▒░▒ ░ ░ ▒ ▒░ ░▒ ░ ░ ░▒ ░ ░ ░ ▒ ░▒ ░ ▒░░ ░▒ ▒░ ░ ░ ░ ░ ░ ▒ ░░ ░ ░ ░ ░ ░░ ░ ░ ░░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ Advanced usage and documentation: https://github.com/r3nt0n/bopscrk ,----------------------------------------------------, ,------------, | [][][][][] [][][][][] [][][][] [][__] [][][][] | | v2.4.7 | | | |------------| | [][][][][][][][][][][][][][_] [][][] [][][][] |===| bopscrk.py | | [_][][][][][][][][][][][][][ | [][][] [][][][] |===| bopscrk.py | | [][_][][][][][][][][][][][][]|| [] [][][][] |===| BoPsCrK.Py | | [__][][][][][][][][][][][][__] [][][] [][][]|| | |------------| | [__][________________][__] [__][]|| | | r3nt0n | `----------------------------------------------------´ `------------´ [V] config file G:\div_code\bop_env\Lib\site-packages\bopscrk\bopscrk.cfg loaded [+] Appending words provided (base wordlist length: 2)... [+] Creating all posible combinations between words... [*] 2 words combined using 2 words (words produced: 6) [-] Removing words by min and max length provided (4-12)... [*] Words remaining: 6 [-] Removing duplicates... [*] Words remaining: 4 [+] Words generated: 4 [+] Elapsed time: 0:00:00 [+] Output file: tmp.txt
RE: Need help with the script "Bopscrk" - Arklex - Sep-16-2024 The script seems to run okay, the lines producing the errors are two options inside the interactive mode (bopscrk -i): [?] Do yo want to make leet transforms? [y/n] >>> y [?] Do yo want to make case transforms? [y/n] >>> y Using this two options ends on the following errors:
RE: Need help with the script "Bopscrk" - Arklex - Sep-17-2024 help :( RE: Need help with the script "Bopscrk" - snippsat - Sep-17-2024 The problem is that author have not tested this on Windows,it work on Linux. bopscrk -M 15 -w python,computer,foo,bar -a forum -l -c -n 5 Linux same command will generate the wordlist. There are several ways to run a Linux distro on Windows eg VirtualBox | How to install Linux on Windows with WSL.
RE: Need help with the script "Bopscrk" - snippsat - Sep-17-2024 It also work fine if run online eg Colab example i made here. Or use Codespaces. |