Projects STRLCPY flan Commits 30adf2a3
🤬
  • ■ ■ ■ ■
    output_report.py
    skipped 39 lines
    40 40   else:
    41 41   parse_vuln(ip_addr, port, app_name, script_table['elem'])
    42 42   else:
    43  - print('ERROR in script: ' + ip_addr + port + app_name)
     43 + print('ERROR in script: ' + script['@output'] + " at location: " + ip_addr + " port: " + port + " app: " + app_name)
    44 44   
    45 45   
    46 46  def get_app_name(service):
    skipped 193 lines
Please wait...
Page is in error, reload to recover