Home

Awesome

Posh-SecModule

This module is a PowerShell v3 only module at the moment. The module is a collection of functions that I have found usefull in my day to day work as a security professional. The functions are broken in to functionality:

ChangeLog

Version 1.3

Moved Nessus, Shodan, VirusTotal and Metasploit modules to individual ones for easier maintenance and update.

Version 1.2

Licensing

The functions I have written are BSD 3-Clause Licensed. The other files I used for the project are licensed as follows:

Installation Instrcutions

To install the module from a PowerShell v3 session run:

<pre> iex (New-Object Net.WebClient).DownloadString("https://gist.github.com/darkoperator/6404266/raw/982cae410fc41f6c64e69d91fc3dda777554f241/gistfile1.ps1") </pre>