You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I need some help understanding how to use the "inventory" option. I am not sure if I am creating a test file correctly. If i use your example input.cvs then i get the following error...
device name;status;Status (detailed);notes
localhost; active;;should be never
monitor; active;;should not be checked because is in excluded
A_Server; active;;should be ok with burpui
demo2; active; spare; should be wrong spare with burpui
and try and run burp-reports I get the following error....
burp-reports -c /etc/burp/burp-reports.conf --report inventory -i /etc/burp/reports/inventory.csv -o /etc/burp/reports/inventory-{DATE}.csv
Traceback (most recent call last):
File "/usr/local/bin/burp-reports", line 10, in
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/burp_reports/main.py", line 193, in main
cli_execution(options)
File "/usr/local/lib/python3.6/site-packages/burp_reports/main.py", line 181, in cli_execution
options.o)
File "/usr/local/lib/python3.6/site-packages/burp_reports/reports/clients_reports.py", line 253, in save_compared_inventory
rows_inventory_compared = self.compare_inventory(input_file)
File "/usr/local/lib/python3.6/site-packages/burp_reports/reports/clients_reports.py", line 145, in compare_inventory
encoding=self.common_config.get('csv_encoding'))
File "/usr/local/lib/python3.6/site-packages/invpy_libs/parse_csv.py", line 31, in csv_as_dict
key = row.pop(ref_header.lower())
KeyError: 'device name'
The text was updated successfully, but these errors were encountered:
Hi I need some help understanding how to use the "inventory" option. I am not sure if I am creating a test file correctly. If i use your example input.cvs then i get the following error...
device name;status;Status (detailed);notes
localhost; active;;should be never
monitor; active;;should not be checked because is in excluded
A_Server; active;;should be ok with burpui
demo2; active; spare; should be wrong spare with burpui
and try and run burp-reports I get the following error....
burp-reports -c /etc/burp/burp-reports.conf --report inventory -i /etc/burp/reports/inventory.csv -o /etc/burp/reports/inventory-{DATE}.csv
Traceback (most recent call last):
File "/usr/local/bin/burp-reports", line 10, in
sys.exit(main())
File "/usr/local/lib/python3.6/site-packages/burp_reports/main.py", line 193, in main
cli_execution(options)
File "/usr/local/lib/python3.6/site-packages/burp_reports/main.py", line 181, in cli_execution
options.o)
File "/usr/local/lib/python3.6/site-packages/burp_reports/reports/clients_reports.py", line 253, in save_compared_inventory
rows_inventory_compared = self.compare_inventory(input_file)
File "/usr/local/lib/python3.6/site-packages/burp_reports/reports/clients_reports.py", line 145, in compare_inventory
encoding=self.common_config.get('csv_encoding'))
File "/usr/local/lib/python3.6/site-packages/invpy_libs/parse_csv.py", line 31, in csv_as_dict
key = row.pop(ref_header.lower())
KeyError: 'device name'
The text was updated successfully, but these errors were encountered: