Skip to content

josehelps/pnexpose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages