https://github.com/phantom8015/bfc-cli
Bruteforce time calculator CLI
https://github.com/phantom8015/bfc-cli
brutefore calculator cli cybersecurity time
Last synced: 9 months ago
JSON representation
Bruteforce time calculator CLI
- Host: GitHub
- URL: https://github.com/phantom8015/bfc-cli
- Owner: Phantom8015
- License: mit
- Created: 2023-04-26T15:02:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T23:31:49.000Z (about 3 years ago)
- Last Synced: 2024-04-23T23:55:41.997Z (about 2 years ago)
- Topics: brutefore, calculator, cli, cybersecurity, time
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bfc-cli
bfc-cli is a command-line interface (CLI) tool that calculates the amount of time a computer would need to brute-force a given string. Brute-force is a method of trying all possible combinations of characters until the correct one is found. bfc-cli can help you estimate how secure your passwords are against brute-force attacks.
## Table of Contents
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
## Requirements
To use bfc-cli, you need to have Node.js installed on your computer. Node.js is a JavaScript runtime environment that allows you to run JavaScript code outside of a web browser. You can download Node.js from https://nodejs.org/en/.
## Installation
To install bfc-cli globally on your computer, follow these steps:
1. Download or clone this repository to your local machine (CLick the green code button and then download zip).
2. Open a terminal and navigate to the directory where you downloaded or cloned the repository.
3. Run the command `npm install -g bfc-cli` to install bfc-cli as a global package. You may need to use administrator privileges to do this.
## Usage
To use bfc-cli, you need to provide a string as an argument. For example, if you want to calculate how long it would take to brute-force the string "hello", you can run the command `bfc-cli hello`. bfc-cli will then output the estimated time in seconds, minutes, hours, days, years depending on how long it is.
## License
bfc-cli is licensed under the MIT License. See [LICENSE](LICENSE) for more details.
More updates to come