• Stars
    star
    434
  • Rank 100,274 (Top 2 %)
  • Language
    PowerShell
  • License
    Other
  • Created over 12 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PowerShell Module with Security cmdlets for security work

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:

  • Discovery: Perform network discovery.
  • Parse: Parsers for Nmap, DNSRecon and other type of output files from security tools.
  • PostExploitation: Functions to help in performing post exploitation tasks.
  • Registry: Collection of functions for manipulating the registry in remote hosts using WMI.
  • Utilities: General purpose functions.
  • Audit: Functions that may be usful when performing audits of systems.
  • Database: Functions that are useful when interacting with databases.

ChangeLog

Version 1.3

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

Version 1.2

  • Added Shodan submodule
  • Added VirusTotal submodule
  • Added Metasploit submodule
  • BugFixes
  • Added new fuctions in audit that work in WinPE for performing incident response and auditing (Disk MSFT Time, ADSI functions)

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:

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

More Repositories

1

dnsrecon

DNS Enumeration Script
Python
2,558
star
2

Posh-SSH

PowerShell Module for automating tasks on remote systems using SSH
C#
971
star
3

Metasploit-Plugins

Plugins for Metasploit Framework
Ruby
417
star
4

powershell_scripts

Powershell Scripts
PowerShell
218
star
5

Posh-Sysmon

PowerShell module for creating and managing Sysinternals Sysmon config files.
PowerShell
208
star
6

Meterpreter-Scripts

Meterpreter Scripts that I'm working on
Ruby
171
star
7

Posh-Shodan

PowerShell Module to interact with the Shodan service
PowerShell
132
star
8

vscode-language-aggressor

Cobalt Strike Aggressor extension for Visual Studio Code
123
star
9

Posh-VirusTotal

PowerShell Module to interact with VirusTotal
PowerShell
114
star
10

DEFCON25_PS_Workshop

Materials of Workshop presented at DEFCON 25
PowerShell
109
star
11

vscode-sysmon

Visual Studio Code Microsoft Sysinternal Sysmon configuration file extension.
TypeScript
50
star
12

ADAudit

Windows PowerShell module to help in the auditing of Active Directory environments.
49
star
13

SysmonLinux.Util

PowerShell Module for parsing logs generated by Sysinternals Sysmon for Linux
PowerShell
36
star
14

Presentations

Presentation Slides
27
star
15

pyforensics

Collection of single use scripts I worte for windows forensics
Python
27
star
16

Nessus-Bridge-for-Metasploit

nessus plugin for metasploit to connect to a nessus server
Ruby
21
star
17

Posh-Metasploit

PowerShell module to automate via XMLRPC a remote Metasploit server.
PowerShell
15
star
18

Posh-Tweet

PowerShell Module for intearcting with Twitter
PowerShell
14
star
19

MDNSRecon

Script for Ubuntu/BackTrack for MSDN Enumeration using Avahi-Utils
Ruby
11
star
20

EventHunt

PowerShell
10
star
21

Posh-OpenPGP

PowerShell Module for automating actions using OpenPGP
PowerShell
9
star
22

Agressor-Scripts

C#
7
star
23

Nessus-V2-Parser

Parser for .nessus v2 xml files to various formats.
Ruby
6
star
24

Posh-NVS

PowerShell Module for the Nessus Vulnerability Scanner
PowerShell
5
star
25

GetAuditPol

Example of getting audit policy using C++
C++
5
star
26

OctoPS

PowerShell Core module for automating tasks against the OctoPrint API.
PowerShell
5
star
27

VI-ToolBox

Collection of PowerCLI functions in module format that I use in my day to day operations of a VMware Infrastructure
PowerShell
4
star
28

IPHelper

C# example for building a PowerShell module
C#
3
star