josehelps / pnexpose

nexpose python client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pnexpose

Overview

pnexpose, python client library for nexpose. It has been forked from: https://code.google.com/p/pynexpose/ also with some help from Damian

Using

Requirements:

  • urllib2
  • base64
  • random
  • lxml
  • a nexpose server

Just import and go, refer to the test client for functioning examples

Installing

Tested in Ubuntu 14.04 LTS

install dependecy

apt-get install python-lxml

to test:

python test_client.py

Want to add more commands

I utilized their API XML guide here:

http://download2.rapid7.com/download/NeXpose-v4/Nexpose_API_Guide.pdf

About

nexpose python client library

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%