Skip to main content
Contributor
October 26, 2011
Question

Application Control list in file

  • October 26, 2011
  • 4 replies
  • 5351 views
I need list of all Applications ( i need only name and ID) from " Application Control" page. I know that there is website (http://www.fortiguard.com/applicationcontrol/app_pop_risk.html) and I could parse it to get names, but this website does not contain applications ID. is there other source?

    4 replies

    ejhardin
    New Member
    October 26, 2011
    Here is a list as of definitions " 3.00094" . You can go into the CLI and view the list and copy it into excel. Change the file from .txt to .xls.
    ede_pfau
    SuperUser
    SuperUser
    October 27, 2011
    I was wondering how you (ejhardin) obtained that list. The following is a little over the top but anyway... You get the list on the CLI with
     get application name status
    and grab that off the screen (ssh terminal) into a text file. Then, run it through the attached python script to generate a CSV file readable with Excel or any other spreadsheet app. The script will use the first argument for input file, the second for output file, or stdin and stdout if missing. The output contains all fields i.e. category, category ID etc. Have fun.
    Contributor
    October 27, 2011
    Thanks already done that. I' ve got full list
    ejhardin
    New Member
    October 27, 2011
    Using putty (ssh)... I opened the default application profile and used " set app ?" Once the whole list has been displayed I used the putty " copy to clipboard command" . Open excel and paste. To clean it up I used the " text to column" command in excel. This method you only get the id and application name.