Skip to content

Commit

Permalink
Fixed formatting issue with markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kuffers committed Jun 3, 2021
1 parent a7b8853 commit 3c162f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,20 @@ Instructions for use:
4. Find the output file you would like to convert to Nucleus format and copy it to somewhere you can easily access it
5. Navigate in the cli to one of the directories where the plugins are located
6. OPTIONAL: If you want to automatically POST the output file to your Nucleus account, you will need to update 2 variables at the top of the python script

-- NUCLEUS_ROOT_URL = the root url (without trailing slash) to your Nucleus instance (ie which url do you go to log into the Nucleus UI)

-- API_KEY = The API key you generate in the Nucleus UI to be able to programmatically access your Nucleus account. NOTE: you can also create an API-only account and use this api key
7. Run the script using standard python cli commands

Standard flags for Nucleus plugins:

-i --inputfile This is the relative or absolute path to the file you wish to convert. Include the file format (eg ../../files/nucleus/crowdstrike_output.csv). REQUIRED

-o --outputfile This is the relative or absolute path to the file which will be outputted from the script (eg ../../files/nucleus/crowdstrike_converted_to_nucleus_format.csv) REQUIRED

-# --project_id This is the id of the Nucleus project you are going to upload the output file to. When this flag is set, the script will automatically try to POST the output file to Nucleus. You can find this on the "Global Dashboard" page in the Nucleus UI. OPTIONAL

Unique Flags:

Some plugins have unique flags depending on their output. You can find these by just running the command `<python parser_name.py>` where parser_name is the name of the plugin you want to run.

0 comments on commit 3c162f5

Please sign in to comment.