Codebase list python-faraday / a96b468 views / reports / _attachments / views / interfaces / views / interfaces / map.js
a96b468

Tree @a96b468 (Download .tar.gz)

map.js @a96b468raw · history · blame

// Faraday Penetration Test IDE
// Copyright (C) 2013  Infobyte LLC (http://www.infobytesec.com/)
// See the file 'doc/LICENSE' for the license information

function(doc) {
  if(doc.type=="Interface"){
    if(doc.parent != 'null') {
      var hid =  doc._id.substring(0, doc._id.indexOf('.'));
      emit(hid, doc);
    }
  }
}