knock

Trinity's hack emulation into Neo's computer


License
GPL-3.0
Install
pip install knock==0.0.1

Documentation

knock

Trinity's hack emulation into Neo's computer.

Installation (using pip3)

The easiest and best way to install knock is using pip3.

  1. If you don't have pip3 installed, use your package manager to install the package python3-pip. For Debian based systems the command to use would be. $ sudo apt-get install python3-pip.
  2. Install colorama. $ sudo pip3 install colorama
  3. Next, use pip3 to install knock. $ sudo pip3 install knock

Installation (from source)

Installing from source is easy.

  1. First download colorama with wget. $ wget https://pypi.python.org/packages/f0/d0/21c6449df0ca9da74859edc40208b3a57df9aca7323118c913e58d442030/colorama-0.3.7.tar.gz
  2. Εxtract the tar.gz file. $ tar -xf colorama-0.3.7.tar.gz
  3. Enter the source directory. $ cd colorama-0.3.7/
  4. Execute the setup.py script as the root user. $ sudo python3 setup.py install
  5. Get the knock source. $ git clone https://github.com/ShRP/knock.git
  6. Enter the source directory. $ cd knock
  7. If you don't have sudo installed/configured, execute setup.py as the root user. $ su && python3 setup.py install
  8. if you have sudo installed, log in as a sudoer and execute the setup.py file with sudo. $ sudo setup.py install
  9. Done! It should now be a simple case of executing $ knock in your favorite terminal emulator