Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nagovirrlakra/arcas
Fast wordlist generator writed in Julia
https://github.com/nagovirrlakra/arcas
hacking hacking-tool hacking-tools julia-language linux linux-tools linux-utility wordlist
Last synced: 6 days ago
JSON representation
Fast wordlist generator writed in Julia
- Host: GitHub
- URL: https://github.com/nagovirrlakra/arcas
- Owner: Nagovirrlakra
- License: gpl-3.0
- Created: 2023-07-07T08:34:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T13:57:32.000Z (about 1 year ago)
- Last Synced: 2024-10-12T14:41:48.949Z (about 1 month ago)
- Topics: hacking, hacking-tool, hacking-tools, julia-language, linux, linux-tools, linux-utility, wordlist
- Language: Julia
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arcas
Fast wordlist generator writed in Julia
maybe you was popular with wordlist generator such like crunch and cupp. and its built in C language. and i wonder, why there's no one create wordlist generator
or hacking tools in julia. So i built one. this is only a simple wordlist generator. has not many option like crunch do, but you can make powerful wordlist from it.
wordlist is the most important thing in bruteforce...
## Requirements
You need to install Julialang before, cause this written in Julia. You can find it here:
https://julialang.org/
and you also need Combinatorics package installed in your Julia. install it by opening th REPL
and then press
``
]
``
then write
``
add Combinatorics
``
and you can run the code by navigating to file directory and run it by typing
```
julia arcas.jl
```
or run arcas-adv
```
julia arcas-adv.jl
```
or you can install it directly to your computer by running the instal script
```
chmod +x install.sh
./install.sh
```
### Usage
there's 2 package on arcas. arcas, and arcas-adv. you can use both.
arcas is used for generate wordlist with the base word that you enter
arcas-adv is used for generate wordlist by target;s profileExample:
once you execute, arcas will prompt:
```
Enter the base words (separated by commas):
```
just enter the word that you wanna generate, such as apple,john,cat,maybe
and then it will prompt:
```
Enter the maximum length of the generated words:
```
it used to determine the length of wordlist generated. it can be 10 - 999999 just use as you need.
### Credits
This Project is Just based on my experience and yeah, just for fun
credit, to my laptop that always accompany me when i code or learn to code