View Issue Details

IDProjectCategoryView StatusLast Update
0003181Kali LinuxGeneral Bugpublic2016-04-06 09:54
ReporterLeeRock Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2016.1 
Fixed in Version2016.2 
Summary0003181: webshag update function is broken
Description

When trying to update the URL scanner databases, the application fails.

Steps To Reproduce

webshag-cli -U
Traceback (most recent call last):
File "/usr/bin/webshag-cli", line 468, in <module>
main()
File "/usr/bin/webshag-cli", line 281, in main
__update_databases()
File "/usr/bin/webshag-cli", line 72, in __update_databases
success_nikto = update.update_nikto_database()
File "/usr/share/webshag/webshag/update/update.py", line 62, in update_nikto_database
core_file.db_nikto_update(db_tests, db_vars)
File "/usr/share/webshag/webshag/core/core_file.py", line 1013, in db_nikto_update
raise core_error.Config_Error(u'Invalid configuration value for \'nikto_db_dir\' parameter')
webshag.core.core_error.Config_Error: u"Invalid configuration value for 'nikto_db_dir' parameter"

Activities

sbrun

sbrun

2016-04-06 09:54

manager   ~0005091

the config file was not correctly set.
The version 1.10-1kali2 fixes this.
The update of nikto database works but not the update of SCRT failed because it seems to be not available anymore.

Issue History

Date Modified Username Field Change
2016-03-22 15:17 LeeRock New Issue
2016-03-31 14:43 rhertzog Assigned To => sbrun
2016-03-31 14:43 rhertzog Status new => assigned
2016-04-06 09:54 sbrun Note Added: 0005091
2016-04-06 09:54 sbrun Status assigned => resolved
2016-04-06 09:54 sbrun Resolution open => fixed
2016-04-06 09:54 sbrun Fixed in Version => 2016.2