Skip to content

v0.1.4 - Synthetica

Compare
Choose a tag to compare
@AlexKollar AlexKollar released this 12 Mar 00:10
· 166 commits to main since this release


forthebadge forthebadge forthebadge
forthebadge forthebadge

Release Update:

  • GPT 4.0 Integration
  • Fixed the Installer for CSI Linux, Ubuntu, Arch
  • Added the -q argument back into it
  • Listened to @tlford82 slam his hand into the drawer. It provided motivation.
  • It works on my computer (Laptop, Server, CSI VM). (So it is safe to say it works on Ubuntu and Ubuntu based systems.)
  • QA Check done by @tlford82 - Might or might not have something to do with sustained injury as mentioned above.

Installation:

  1. Clone Navi git clone https://github.com/SaintsSec/Navi
  2. Navigate into the cloned directory
  3. Navigate into the install directory
  4. run the install script: ./install.sh
    The installer walks you through basic setup.
    You will need to setup GPT Key Instructions below
    Full Instructions here

Adding your API Key to Linux

  1. Open Terminal.
  2. Edit Bash Profile: Use the command nano ~/.bash_profile or nano ~/.zshrc to open the profile file in a text editor.
  3. Add Environment Variable: In the editor, add the line below, replacing your-api-key-here with your actual API key:
  4. export OPENAI_API_KEY='your-api-key-here'
  5. Save and Exit: Press Ctrl+O to write the changes, followed by Ctrl+X to close the editor.
  6. Load Your Profile: Use the command source ~/.bash_profile or source ~/.zshrc to load the updated profile.
  7. Verification: Verify the setup by typing echo $OPENAI_API_KEY in the terminal. It should display your API key.

Note: It's imperative to keep your API key confidential. Exposing your key can compromise the security and budget associated with your OpenAI account. Remember, to run Navi, you'll need this key, so ensure you've saved it appropriately.