Professor Wordlist is a free open source command line tool written in python

Overview

Professor Wordlist

Professor Wordlist is a free open source command line tool written in python, With the aim of generating custom wordlists with a variety of unique parameters and functions providing many possibilities.

.`/ -np | --noprint No Print: Will not print each combination. -o | --output file path: -o test.txt ">
   ---------------------------------------------Positional arguments---------------------------------------------:

          string         The String is a required parameter.  [%d, %s, %l, %L, %w, %W, %X, %Y, %Z]

             %d : digit [1-9]            %l : lowercase letter [a-z]   %w : Wordlist word's
             %s : symbol [!@#$%^&?*]     %L : Uppercase letter [A-Z]   %W : Custom Word/s
             %X : Custom List            %Y : Custom list #2           %Z : Custom list #3

   ---------------------------------------------Optional arguments---------------------------------------------:

      -h | --help            show this help message and exit

      -C | --custom          A custom list for characters of your choice, replace %X. 
      
      -C2 | --custom2        A Second list for custom characters, replace %Y.

      -C3 | --custom3        A Third list for custom characters, replace %Z.

      -W | --words           Replace %W, please add words

      -w | --wordlist        Replace %w, file path: -w list.txt

      -r | --replace         Replace Any Character of your choice. -r a 1

      -L | --letters         All Letters, %L will represent lowercase and capital alphabet range [a-zA-Z]

      -S | --symbols         Uses the full comprehensive symbol range when replacing %s:
                             Full list: -->   #!@$%^&*?()_-+={[}]|\:;"'<,>.`/  

      -np | --noprint        No Print: Will not print each combination.

      -o | --output          file path: -o test.txt

Any suggestions to improve the software please let me know! Open to all Ideas and Improvements!

    Discord #Oakzeh5250
    Email: [email protected]
    twitter @Oakzeh

The software is free to use! Feel Free to support me below :)

    https://www.patreon.com/oakzeh 

USAGE & EXAMPLES

pw.py test%d

   test0         test5         "digits"    
   test1         test6         range [0-9]       
   test2         test7
   test3         test8
   test4         test9

pw.py test%l

   testa         testb         "lowercase"
   testc         testd          range [a-z]
   teste         testf         ...

pw.py test%L

   testA         testB         "uppercase"
   testC         testD          range [A-Z]
   testE         testF         ...

pw.py test%s

   test!         test@         "basic symbols"
   test#         test$          range [!@#$%^&?*]
   test%         test*          ...

pw.py test%X -C ABC123

   testA         testB         "custom range"
   testC         test1          range [ABC123]
   test2         test3          ...

pw.py %W_%d -W Red Blue Green

   Red_0          Red_1  ...       "custom Words"
   Blue_0         Blue_1  ...        -W --words
   Green_0        Green_1  ...              

pw.py replace_input%s -S -r replace test

   test_input#         test_input!         "Replace"
   test_input@         test_input$          -r --replace
   test_input%         test_input^           ...

pw.py %L%d%d%d%s --output outputfile.txt

      ...
      U999*           X999*
      V999*           Y999*
      W999*           Z999*
      
      234000 combinations have been successfully written to outputfile.txt

pw.py %w_%L_%s -S -L --wordlist list.txt -o outputfile.txt --noprint

   1664 combinations have been successfully written to outputfile.txt
   
   *Wordlist (--wordlist or -w), All letters (-L), Comprehensive Symbol range (-S or --symbols), 
   Output (-o or --output) and not print every combination (-np or --noprint)*
Owner
オークO A K Z E H オーク
Cyber Security Enthusiast. Here to have fun and make cool stuff.
オークO A K Z E H オーク
liquidctl – liquid cooler control Cross-platform tool and drivers for liquid coolers and other devices

Cross-platform CLI and Python drivers for AIO liquid coolers and other devices

1.7k Jan 08, 2023
The Pythone Script will generate a (.)sh file with reverse shell codes then you can execute the script on the target

Pythone Script will generate a (.)sh file with reverse shell codes then you can execute the script on the targetPythone Script will generate a (.)sh file with reverse shell codes then you can execute

Boy From Future 15 Sep 16, 2022
CLI Utility to encode and recursively recreate directories with ffmpeg.

FFenmass CLI Utility to encode and recursively recreate directories with ffmpeg. Report Bug · Request Feature Table of Contents Getting Started Prereq

George Av. 8 May 06, 2022
PdpCLI is a pandas DataFrame processing CLI tool which enables you to build a pandas pipeline from a configuration file.

PdpCLI Quick Links Introduction Installation Tutorial Basic Usage Data Reader / Writer Plugins Introduction PdpCLI is a pandas DataFrame processing CL

Yasuhiro Yamaguchi 15 Jan 07, 2022
A cli tool , which shows you all the next possible words you can guess from in the game of Wordle.

wordle-helper A cli tool , which shows you all the next possible words you can guess from the Game Wordle. This repo has the code discussed in the You

1 Jan 17, 2022
🐍 Python CLI tool to get public information from a GitHub account

🐍 Gitter 🐍 Python CLI tool to get public information from a GitHub account 🤔 What's this? Gitter is a open-source project created to easily uses th

opp? 3 Oct 14, 2022
Command line tool for interacting and testing warehouse components

Warehouse debug CLI Example usage for Zumo debugging See all messages queued and handled. Enable by compiling the zumo-controller with -DDEBUG_MODE_EN

1 Jan 03, 2022
Simple Tool To Grab Like-Card Coupon

Simple Tool To Grab Like-Card Coupon

Soud 10 Jan 30, 2022
A simple python application for running a CI pipeline locally

A simple python application for running a CI pipeline locally This app currently supports GitLab CI scripts

Tom Stowe 0 Jan 11, 2022
ServX | Bash Command as a Service

ServX | Bash Command as a Service Screenshots Instructions for running Run python3 servx.py. COMPATIBILITY TESTED ON ARCHLINUX(x64) & DEBIAN(x64) ONLY

ARPSyndicate 2 Mar 11, 2022
Analyzing the most strategic words to guess on Wordle, based on letter frequency distributions

wordle-analysis Evaluating different heuristics to determine the most effective solving strategy and building an AI-powered assistant tool to help you

Sejal Dua 9 Feb 27, 2022
🖥️ A cross-platform modern shell.

Ergonomica WARNING: master on this repository is not the same as a stable release! Currently, this software is purely experimental, as I am cleaning i

813 Dec 27, 2022
A Julia library for solving Wordle puzzles.

Wordle.jl A Julia library for solving Wordle puzzles. Usage julia import Wordle: play julia play("panic") 4 julia play("panic", verbose = true) I

John Myles White 3 Jan 23, 2022
:computer: tmux session manager. built on libtmux

tmuxp, tmux session manager. built on libtmux. We need help! tmuxp is a trusted session manager for tmux. If you could lend your time to helping answe

python utilities for tmux 3.6k Jan 01, 2023
Dead simple CLI tool to try Python packages - It's never been easier! :package:

try - It's never been easier to try Python packages try is an easy-to-use cli tool to try out Python packages. Features Install specific package versi

Timo Furrer 659 Dec 28, 2022
Command Line Based Todo Script

Todo-CLI Features Full-Fledged Command Line Based Todo List with the following features planned: Interactive Interface OS Notifications Save and Remov

DSC IIEST 5 Nov 17, 2021
Ssl-tool - A simple interactive CLI wrapper around openssl to make creation and installation of self-signed certs easy

What's this? A simple interactive CLI wrapper around openssl to make self-signin

Aniket Teredesai 9 May 17, 2022
A CLI Password Manager made using Python and Postgresql database.

ManageMyPasswords (CLI Edition) A CLI Password Manager made using Python and Postgresql database. Quick Start Guide First Clone The Project git clone

Imira Randeniya 1 Sep 11, 2022
Objexplore is an interactive Python object explorer for the terminal.

Objexplore is an interactive Python object explorer for the terminal. Use it while debugging, or exploring a new library, or whatever! 9D1FAC73-B2A5-4

kylepollina 249 Dec 23, 2022
CLI tool for typescript tasks & migrations

typed CLI tool for typescript tasks & migrations Installation Usage $ typed --list Subcommands: bootstrap 🔨 Bootstrap your environment for TypeS

Lob 1 Nov 15, 2021