Metadata-Version: 2.1
Name: nessusha
Version: 0.1.2
Summary: Parse HA html to xlsx
Home-page: https://github.com/SanPersie
Author: Li Xingxuan
Author-email: lxx895466249@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## Nessus Host Assessment Parser

Parse HA html to xlsx

## Getting Started

This package is for those who are suffering from Nesses HA work. Good luck :)



### Installing

The package can be installed by pip install. Make sure you have installed pip properly. 

Run the following commands to install pip.

```
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
```
```
python get-pip.py
```

The following command is to install nessusha.
```
pip install nessusha
```

Now we are good to go. :)



## Deployment

Current package allows user to call the api to extract all the checks and corresponding values from HA html file.

Documentation will be released in the near future.



## Versioning

Current Version: nessusha 0.1.2

History Version: 

1. nessusha 0.1.0

2. nessusha 0.1.1


## Authors
Li Xingxuan: lxx895466249@gmail.com

Sakthi Ram: sakthi_ram@hotmail.com


## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details




