Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oneo-ops/wordlist-generator
Python Wordlist Generator created without librarys
https://github.com/oneo-ops/wordlist-generator
cyber-security cyberops cybersecurity debian kali-linux linux python python-script python-tool python-tools python3 wordlist wordlist-generator wordlists
Last synced: 26 days ago
JSON representation
Python Wordlist Generator created without librarys
- Host: GitHub
- URL: https://github.com/oneo-ops/wordlist-generator
- Owner: OneO-ops
- License: mit
- Created: 2024-10-13T23:54:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T15:13:30.000Z (2 months ago)
- Last Synced: 2024-11-12T16:25:41.097Z (2 months ago)
- Topics: cyber-security, cyberops, cybersecurity, debian, kali-linux, linux, python, python-script, python-tool, python-tools, python3, wordlist, wordlist-generator, wordlists
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordlist Generator
Python Wordlist Generator created without librarys(almost)I try to further develop and optimize the code in my free time.
The main goal of this code, as mentioned, is to write code as pure as possible (without using external libraries or functions).
The main challenges are that combinations, without a library or ready-made functions, are quite tedious to handle, and that variables such as j1, j2, j3, which are selected from the list, need to be chosen separately for each situation (although this makes the code longer, it runs more efficiently during execution).
If you notice any errors or have any suggestions, please feel free to contact me at "[email protected]".