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 オーク
Gitfetch is a simple tool to get github user details

Gitfetch Just a (cli?) tool to get github user details 🙂 Installation 📂 Install Gitfetch via pypi pip install gitfetch or pip install git+https://g

I'm Not A Bot #Left_TG 7 Jan 23, 2022
CLI based diff viewer

Rich Diff CLI based diff viewer

Suresh Kumar 24 Nov 15, 2022
QueraToCSV is a simple python CLI project to convert the Quera results file into CSV files.

Quera is an Iranian Learning management system (LMS) that has an online judge for programming languages. Some Iranian universities use it to automate the evaluation of programming assignments.

Amirmahdi Namjoo 16 Nov 11, 2022
🎈 A Mini CLI-based Operating System simulator

Mini OS Simulator Summary 🎈 A Mini CLI-based Operating System simulator, well, not really. It simulates a file system with songs and movies and stuff

Jaiyank S. 3 Feb 14, 2022
A simple CLI tool for tracking Pikud Ha'oref alarms.

Pikud Ha'oref Alarm Tracking A simple CLI tool for tracking Pikud Ha'oref alarms. Polls the unofficial API endpoint every second for incoming alarms.

Yuval Adam 24 Oct 10, 2022
Browse Hacker News like a haxor: A Hacker News command line interface (CLI).

haxor-news Coworker who sees me looking at something in a browser: "Glad you're not busy; I need you to do this, this, this..." Coworker who sees me s

Donne Martin 3.8k Jan 07, 2023
a GUI app base on warp-cli for linux

warp cloudflare gui a GUI app base on warp-cli for linux Installation read warp-cli install doc. install warp-cli and register with $ warp-cli registe

Moein Aghamirzaei 58 Jan 01, 2023
Write Django management command using the click CLI library

Django Click Project information: Automated code metrics: django-click is a library to easily write Django management commands using the click command

Jonathan Stoppani 215 Dec 19, 2022
Run an FFmpeg command and see the percentage progress and ETA.

Run an FFmpeg command and see the percentage progress and ETA.

25 Dec 22, 2022
A CLI tool to disable and enable security standards controls in AWS Security Hub

Security Hub Controls CLI A CLI tool to disable and enable security standards controls in AWS Security Hub. It is designed to work together with AWS S

AWS Samples 4 Nov 14, 2022
As easy as /aitch-tee-tee-pie/ 🥧 Modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. https://twitter.com/httpie

HTTPie: human-friendly CLI HTTP client for the API era HTTPie (pronounced aitch-tee-tee-pie) is a command-line HTTP client. Its goal is to make CLI in

HTTPie 25.4k Dec 30, 2022
Ipylivebash - Run shell script in Jupyter with live output

ipylivebash ipylivebash is a library to run shell script in Jupyter with live ou

Ben Lau 6 Aug 27, 2022
Wordle-textual - Play Wordle from the CLI, using Textual

Wordle, playable from the CLI This project seeks to emulate Wordle in your shell

PhenoM4n4n 3 Mar 29, 2022
Amazon Scraper: A command-line tool for scraping Amazon product data

Amazon Product Scraper: 2021 Description A command-line tool for scraping Amazon product data to CSV or JSON format(s). Requirements Python 3 pip3 Ins

49 Nov 15, 2021
Bear-Shell is a shell based in the terminal or command prompt.

Bear-Shell is a shell based in the terminal or command prompt. You can navigate files, run python files, create files via the BearUtils text editor, and a lot more coming up!

MichaelBear 6 Dec 25, 2021
CLI client for FerrisChat

A CLI Client for @FerrisChat using FerrisWheel

FerrisChat 2 Apr 01, 2022
Fylm is a wonderful automated command line app for organizing your film media.

Overview Fylm is a wonderful automated command line app for organizing your film media. You can pronounce it Film or File 'em, whichever you like! It

Brandon Shelley 30 Dec 05, 2022
A simple cli tool to commit Conventional Commits

convmoji A simple cli tool to commit Conventional Commits. Requirements Install pip install convmoji convmoji --help Examples A conventianal commit co

3 Jul 04, 2022
Wordle - Wordle solver with python

wordle what is wordle? https://www.powerlanguage.co.uk/wordle/ preparing $ pip i

shidocchi 0 Jan 24, 2022
Pyreadline3 - Windows implementation of the GNU readline library

pyreadline3 The pyreadline3 package is based on the stale package pyreadline loc

32 Jan 06, 2023