Giter Site home page Giter Site logo

eliteloser / psnmap Goto Github PK

View Code? Open in Web Editor NEW
51.0 5.0 6.0 345 KB

Svendsen Tech's PowerShell nmap-like port scanner accepting IPv4 CIDR notation

Home Page: https://www.powershelladmin.com/wiki/Port_scan_subnets_with_PSnmap_for_PowerShell

License: MIT License

PowerShell 100.00%
powershell port scan portscanner cidr dns asynchronous tcp

psnmap's Introduction

PSnmap

Svendsen Tech's PowerShell asynchronous nmap-like port scanner, accepting IPv4 CIDR notation. DNS lookups.

Should still work with PowerShell version 2, but hasn't actually been tested on that version in a while. :)

Requires x64/AMD64 processor architecture (I'm using .ToInt64() in Invoke-PSipcalc).

Online blog documentation: https://www.powershelladmin.com/wiki/Port_scan_subnets_with_PSnmap_for_PowerShell

The module is in the PowerShell gallery, so with the proper environment (set up by default in PSv5 and up) you can install for your user only (elevation not required) with this command:

Install-Module -Name PSnmap -Scope CurrentUser #-Force

Screenshot Example

alt tag

Svendsen Tech. Joakim Borger Svendsen.

psnmap's People

Contributors

eliteloser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

psnmap's Issues

Powershell 7

Could this module be made to work in powershell 7? It fails when creating the runspace pool.

$RunspacePool.ApartmentState = 'STA' is unrecognized. If I comment out that line the function works as expected, but the the ping tests are displayed in the console and in write-progress.

The actual exception message is...
The property 'ApartmentState' cannot be found on this object. Verify that the property exists and can be set.

Thank You,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.