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 オーク
CLI program that allows you to change your Alacritty config with one command without editing the config file.

Pycritty Change your alacritty config on the fly! Installation: pip install pycritty By default, only the program itself will be installed, but you ca

Antonio Sarosi 184 Jan 07, 2023
Find your broken links, so users don't.

PyAnchor Dead links are an annoyance for websites with an extensive amount of content. A side from the negative impact on SEO, dead links are an annoy

Ricky White 61 Dec 14, 2022
Doing set operations on files considered as sets of lines

CLI tool that can be used to do set operations like union on files considering them as a set of lines. Notes It ignores all empty lines with whitespac

Partho 11 Sep 06, 2022
Convert ACSM files to DRM-free EPUB files with one command on Linux

Knock Convert ACSM files to DRM-free EPUB files using one command. This software does not utilize Adobe Digital Editions nor Wine. It is completely fr

Benton Edmondson 622 Dec 09, 2022
GetRepo-py is a command line client that queries GitHub API and searches repositories by given arguments

GetRepo-py is a command line client that queries GitHub API and searches repositories by given arguments

Davidcin 3 Feb 14, 2022
Seamlessly run Python code in IPython from Vim

Seamlessly run Python code from Vim in IPython, including executing individual code cells similar to Jupyter notebooks and MATLAB. This plugin also supports other languages and REPLs such as Julia.

Hans Chen 269 Dec 20, 2022
ddgr is a cmdline utility to search DuckDuckGo (html version) from the terminal

ddgr is a cmdline utility to search DuckDuckGo (html version) from the terminal. While googler is extremely popular among cmdline users, in many forums the need of a similar utility for privacy-aware

Piña Colada 2.5k Dec 25, 2022
Navigate torrents in CLI with Mariner.

Navigate torrents in CLI with Mariner. It offers a simple interface for streamlined experience. No more annoying ads and pop-up windows.

2 Oct 20, 2021
Simple CLI prompt for easy I/O with OpenAI's API

openai-cli-prompt Simple CLI prompt for easy I/O with OpenAI's API Quickstart Create a .env file with: OPENAI_API_KEY=Your OpenAI API Key Configure

Erik Nomitch 1 Oct 12, 2021
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
CLI tool to computes CO2 emissions of HPC computations following green-algorithms.org methodology

gqueue gqueue is a CLI (command line interface) tool that computes carbon footprint of HPC computations on clusters running slurm. It follows the meth

4 Dec 10, 2021
🦎 A NeoVim plugin for highlighting visual selections like in a normal document editor!

🦎 HighStr.nvim A NeoVim plugin for highlighting visual selections like in a normal document editor! Demo TL;DR HighStr.nvim is a NeoVim plugin writte

Pocco81 222 Jan 03, 2023
keep your machine's shell history synchronize

SyncShell Yet another tool for laziness Keep your machine's shell history synchronize Get SyncShell Currently, SyncShell is just available on PyPi and

Masoud Ghorbani 53 Dec 12, 2022
telescope.nvim is a highly extendable fuzzy finder over lists.

telescope.nvim is a highly extendable fuzzy finder over lists. Built on the latest awesome features from neovim core. Telescope is centered around modularity, allowing for easy customization.

nvim-telescope 8.4k Jan 05, 2023
Chat In Terminal - Chat-App in python

Chat In Terminal Hello all. 😉 Sockets and servers are vey important for connection and importantly chatting with others. 😂 😁 I have thought of maki

Shreejan Dolai 5 Nov 17, 2022
Command line parser for common log format (Nginx default).

Command line parser for common log format (Nginx default).

Lucian Marin 138 Dec 19, 2022
spade is the next-generation networking command line tool.

spade is the next-generation networking command line tool. Say goodbye to the likes of dig, ping and traceroute with more accessible, more informative and prettier output.

Vivaan Verma 5 Jan 28, 2022
This is a command line program to play cricket made using Python.

SimpleCricketPython This is a command line program to play cricket made using Python How it works First you have the option of selecting whether you

Imira Randeniya 1 Sep 11, 2022
CLTools provides various tools and command to use in the terminal.

CLTools provides various tools and command to use in the terminal. As of date, CLTools is only able to generate temporary email addresses and receive emails. There are plans to integrate more tools a

Ashwin Chugh 2 Feb 14, 2022
Spongebob-cli - Watch classic spongebob from the terminal

spongebob-cli Watch classic spongebob from the terminal! Thanks to everyone that

523 Jan 02, 2023