File tree 2 files changed +29
-2
lines changed
2 files changed +29
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.0.1
2
+
3
+ Initial PowerShell Gallery release
Original file line number Diff line number Diff line change 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
+
3
26
4
27
# Example
5
28
@@ -29,4 +52,5 @@ Powershell module for working with Nessus 6
29
52
Disconnect-Nessus
30
53
31
54
# Credits
55
+
32
56
Functions based off of community scripts posted on the [ Nessus forums] ( [https://discussions.nessus.org/docs/DOC-1186 ) .
You can’t perform that action at this time.
0 commit comments