首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > Python模块用Nessus服务器交互

Python模块用Nessus服务器交互

  • 资源大小:8.67 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: python security nessus

资 源 简 介

This project currently provides: * methods/wrappers for interacting with a Nessus server (launching scans, downloading reports, etc.) * parsing of .nessus (v2) files, including some real handy helper functions/methods Documentation is limited at the moment (sorry!) but these should be pretty self-explanatory. Some quick examples... ``` # Connecting to a server n = pynessus.NessusServer(server, port, user, password) Launching a scan n.launchscan(scanname, policyid, targetlist_iter) Download report n.downloadreport(reportuuid) ``` .nessus usage is pretty easy as well. Some examples... ``` # Parsing a report rpt = dotnessus_v2.Report() rpt.parse(reportfilename.nessus) Iterating over targets, printing their names for t in rpt.targets: print t.name Iterating over targets and their vulns for t in rpt.targets: for v in t.vulns: print v.get("plugin_

文 件 列 表

dotnessus_v2.py
pynessus.py
VIP VIP
  • 4小时前 成为了本站会员

  • 睥睨 1天前 成为了本站会员

  • ? 1天前 成为了本站会员

  • IATWAY 2天前 成为了本站会员

  • 大智若愚 2天前 成为了本站会员

  • Mason 2天前 成为了本站会员

  • 2天前 成为了本站会员

  • Half_Punch 3天前 成为了本站会员

  • liqing71718 3天前 成为了本站会员

  • 伟国 3天前 成为了本站会员

0.201410s