Skip to content

Commit d32b285

Browse files
committed
Add docs for v0.0.1 release
1 parent e3eb6dc commit d32b285

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.0.1
2+
3+
Initial PowerShell Gallery release

README.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
1-
# Nessus
2-
Powershell module for working with Nessus 6
1+
[![Build Status](https://ci.appveyor.com/api/projects/status/github/davidski/PSNessus?svg=true)](https://ci.appveyor.com/project/davidski/PSNessus)
2+
3+
# Introduction
4+
PowerShell module for working with the [Tenable Nessus](https://www.tenable.com/products/nessus-vulnerability-scanner) API.
5+
6+
## Sample Use Cases
7+
+ Retrieve the status of vulnerability scans
8+
+ Retrieve the results of scans for processing in downstream systems
9+
+ Launch individual scans as one-offs
10+
11+
# Installation
12+
13+
There's More Than One Way To Do It (TMTOWTDI), but one of the simplest is via
14+
the [PowerShell Gallery](https://www.powershellgallery.com):
15+
16+
```PowerShell
17+
Install-Module -Name PSNessus
18+
```
19+
20+
Alternatively you can manually install the module by:
21+
22+
1. Downloading a zip build from the release page.
23+
2. Unblocking and extracting the zip.
24+
3. From PowerShell in the extracted directory enter: `{PowerShell} Install-Module -Path .\PSNessus`
25+
326

427
# Example
528

@@ -29,4 +52,5 @@ Powershell module for working with Nessus 6
2952
Disconnect-Nessus
3053

3154
# Credits
55+
3256
Functions based off of community scripts posted on the [Nessus forums]([https://discussions.nessus.org/docs/DOC-1186).

0 commit comments

Comments
 (0)