Skip to content

FaceFTW/legion_hacker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

legion_hacker

Forked from cbbuntz/legionhacker

A collection of terminal tools for simple text colorization, TUI design and animation. May also give you hacking superpowers.

legion hacker screeenshot

Features / Plans:

  • Create a CLI Menu to various hacking options
  • Allow user control of program flow or automated flow

Get Started

Launch the hack executable:

$ ruby bin/hack

Development

To install development dependencies:

$ bundle install

Linting and style check can be done using rubocop via rake

$ rake

Troubleshooting

If you get errors, ensure that you have the necessary dependencies

$ gem list --local | grep bundler || gem install bundler
$ gem list --local | grep rake || gem install rake
$ bundle install

External Linux packages are needed for bundler to install the dependencies. If you get an error when running bundler, use this command on your distro:

Ubuntu/Debian/DPKG

$ sudo apt-get install make gcc ruby-dev

Fedora

$ dnf install make gcc ruby-dev

OR

$ yum install make gcc ruby-dev

Arch (btw I use arch lol)

$ pacman -s make gcc ruby-dev

About

Hacking Simulator written in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 85.0%
  • C 14.4%
  • Other 0.6%