0

I'm trying to build an application using Nessus XML-RPC API.

I will need to achieve the following:

1) Control start,stop,resume scans in a nessus server from my application. 2) After scan is completed, get all the report data of the scan and store it in a local database

Can any one help?

Thank you, Sash.

Pruthvi Raj Nadimpalli
  • 1,335
  • 1
  • 15
  • 30

1 Answers1

1

I would start with the Nessus XML-RPC API documentation: http://static.tenable.com/documentation/nessus_5.0_XMLRPC_protocol_guide.pdf

david
  • 122
  • 3
  • 11