Skip to content

phoenixr-codes/hecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hecker

Pretend you are a hacker or feel like one from Hollywood.

hecker is a command-line tool that makes you seem like a professional hacker - atleast to those who do not know much about hacking. When you execute the script in the terminal it will read pressed keys but write characters from a C file. You may as well change that contet with some options.

Installation

Install hecker with Cargo:

$ cargo install hecker

Usage

Pretend you are a hacker or feel like one from Hollywood

Usage: hecker [OPTIONS] [source]

Arguments:
  [source]  Specify the source of the text to display. [default: https://raw.githubusercontent.com/torvalds/linux/master/kernel/events/internal.h]

Options:
      --type <type>  The type of the source. [default: url] [possible values: file, text, url]
  -c, --clear        Clears the screen before running.
  -h, --help         Print help
  -V, --version      Print version

ToDo

  • Code highlighting.
  • Caracal as logo.

Changelog

0.1.1

  • Improved error messages.
  • Added help for the source option.

0.1.0

  • 🎉 Release

Links