Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

4,236

Downloads of v 2.0.6:

123

Last Update:

15 Sep 2020

Package Maintainer(s):

Software Author(s):

  • Alexander Schmidt (codingfreaks)

Tags:

ping port dotnet codingfreaks

pping

This is not the latest version of pping available.

  • 1
  • 2
  • 3

2.0.6 | Updated: 15 Sep 2020

Downloads:

4,236

Downloads of v 2.0.6:

123

Maintainer(s):

Software Author(s):

  • Alexander Schmidt (codingfreaks)

pping 2.0.6

This is not the latest version of pping available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install pping, run the following command from the command line or from PowerShell:

>

To upgrade pping, run the following command from the command line or from PowerShell:

>

To uninstall pping, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade pping -y --source="'INTERNAL REPO URL'" --version="'2.0.6'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade pping -y --source="'INTERNAL REPO URL'" --version="'2.0.6'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install pping
  win_chocolatey:
    name: pping
    version: '2.0.6'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'pping' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.0.6'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller pping
{
    Name     = "pping"
    Version  = "2.0.6"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'pping':
  ensure   => '2.0.6',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 15 Sep 2020.

Description

pping is a .NET Core console application which allowes you to scan any machine via TCP or UDP for single or multiple open ports. Its syntax is built with the ping-tool in mind.


tools\cfUtils.Logic.Core.dll
md5: 4140CD4C06797B57CF7276A7B9936388 | sha1: 45FFF842E1CC366466090DBB5351A20D62CB1973 | sha256: 7FC52E930EBAD1EF674D3A44721C930DC5139886EB56546CF07ED863965ED15C | sha512: 953A46605E7FB5C619613BB94DF4BC7F6EA1119062AAC764EAF2C65F2CC2C096309EF7938C4AA4A9FD74C97E87A9C3ECBA1D5FEC167E30560E5A5BF89BF7A78F
tools\license.txt
Copyright (c) 2013-2020 Alexander Schmidt (codingfreaks)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
tools\McMaster.Extensions.CommandLineUtils.dll
md5: 71DFD4A2D20996509FFD70DE740C89DC | sha1: 1AEDF7A5B4456F97E8305373F5844F81721626BD | sha256: FA3DB2C4124728F8DC07D51634270505930F8BD308A7C529F661290AE1315D65 | sha512: 888EA101FE72BA06B0942788320036E282F8350DDB2E94F1A9A65CDAF24D231CD253C55B695BA20A7A7F1C98FC3C99FA0E6731B844D4AADBB18834C9E0D709A2
tools\Microsoft.Extensions.Configuration.Abstractions.dll
md5: F7CD382406FBA62F6649543C78860252 | sha1: 6E8782658A52D7B3000DC179CD8E5A221300579F | sha256: 7533263D2E558172BE6632FEE00BF87095B92FCF59EC30C108C895E17BF15C85 | sha512: E217F2B57136ED0393F09F389530899A501B6AC8305BEC1968F4B0053495B6954839663FF3CB18734635D1B5F32B1C6D28DC3A75CAC70F22914BE4A92073355C
tools\Microsoft.Extensions.Configuration.Binder.dll
md5: D13BAC4B3AED7D274329763D14F5B137 | sha1: 1E1CCBF2B8516054704DCE410531F341612A9F16 | sha256: 07AF0038F98A77495DA4F0BCAC2FB1FFE9A0A9F915ADB58B002007AF9859FDA0 | sha512: 561915C037ED6883E9E905AA7501D0DA5310299B6A16512363FC7D80E093A2D8614CC2C28A70847FA74DF3AA6C03A0F1B073258B2F6862D6665AEB7C9142B93D
tools\Microsoft.Extensions.Configuration.CommandLine.dll
md5: 6BAAF62A333F360BF1E088ACB62D1B2E | sha1: 82693DDB55A842B064BB4D7C83B3039DA300D668 | sha256: 7238580D7A8DAA48D4BDBFC144734329B5510B33C1090DD856030D7BC477BE54 | sha512: C97489744BA18B2C71704AA41AAFE79D6A4A73C472E758306AC35783E63D6EF3BF2B29038BA0F238487B1311BFDC8FAB1B91D46A1E4792BF40234D7565800863
tools\Microsoft.Extensions.Configuration.dll
md5: 2B364E2F73DDC0A0DBBA24F6840FA9A4 | sha1: CE4C4A94010EE7979003A7C79E3B96E1FDAB5889 | sha256: FB43886355B8D3B7C142BBFAAB0316044C801B8A2106F50DE250EC52428B329C | sha512: F9A9D1A5804FAFF5666EA72A16A85DB5793FF3B733005231A431FC2CE9A23AFB020CAF1E133B2ED9C5FDB0D0E36E3F3E8FE895340C82CC17D883A3F869A90D9E
tools\Microsoft.Extensions.Configuration.EnvironmentVariables.dll
md5: FF7EA871D8DF9C3FF13506C68D7F799E | sha1: 28667FAEA0F954332A94E033F18A383C6D59B7A0 | sha256: D801AA1D4D1410FD247E3BFA4C9D1866C531E2B6ED011DAAB93B501C91A98EF2 | sha512: 20C2EC78CAA3A74CEDBB9F25C256864B1F684529FC55D4CE63AE031234A3978877AFA7452A1E707A46AE25D9E4B458B8DEFBEFD218AC41CD14247B57D7B8B5B4
tools\Microsoft.Extensions.Configuration.FileExtensions.dll
md5: 5FA86122A1DFB952380B101EFAFC7443 | sha1: 9BE0BD40AF4DC4DF2952CBB84E63FDCA7E97966A | sha256: 48DBAB2CC879CFBCECDEC0378C5462E0E94B72CC34E49CB34ECE3BB7EBB8D60B | sha512: DA176620621FED1BA8F7165E44679DE1380D266DE694196E2A37C63BDD130CBA65F5C7B022E59C8CD45C6F2AE3614C16B328224C5E2854F9E33478CEBCF599FA
tools\Microsoft.Extensions.Configuration.Json.dll
md5: C84014643A63ADE09F7161B23367085D | sha1: E4D9A86012AB3BB2A445CD9410BA76F6D40B112C | sha256: 6C677AA76577FF4EA192360C54FE7E3D9733B143F9594C1431C65D287EAD0508 | sha512: 1158D4CE5BA3D16693D86F4D621304A98996012A7D25B2F58D99C78E590EF04D7C2692A6FA2B030E262A85755919252112E1487AD3B7621251BEE7B1B1D1A822
tools\Microsoft.Extensions.Configuration.UserSecrets.dll
md5: 5137C549A907E70E74642AB87A6B8C8A | sha1: 33B14F26BF962129F7C05FCA25677DC8E9A087F9 | sha256: 50D15E9FF4F8A1CD3AB5C47DB4A763901E67EF5414DFBAADF907397085C37BC5 | sha512: 3A5DAB5E9E740A894265FE8B2B8565F46D12D7CAE202A55B5467ECEA4411EC538D47F127808A8E6A67B5E6C7BE9117072D31308B7FB02397754251CCE4EA13DF
tools\Microsoft.Extensions.DependencyInjection.Abstractions.dll
md5: 650D8E85C1B4FBECF33529786EA7A1A7 | sha1: D35521DF8E894005A1292B3B4018182D00A7E0E3 | sha256: B636E1E75695BB59133542F37BEAA5EF81AB69977459C4DAAB6F1536DB403CA0 | sha512: 00C5EDC125999D9FE5450EF38A394E0A591FEE502B845F76FAEE51BD3164926284A14224D20DE177D3414D82EBCAF36D1E9FAE94A6C19448AC52AC03614C2138
tools\Microsoft.Extensions.DependencyInjection.dll
md5: DA7DFED36027FB57445B879F6BA335BE | sha1: B89496DB4BF89F960A11938FF40799DB39C33411 | sha256: DC6E09FDB65AD298649FF9A224A7C164241018F8331DF089C30712770EFC4FC0 | sha512: DA4254A197909F18DAFC0C2C5711F54279B10739CC61EA3BBDEC81C31592A2CEFE60092678D7C5760B5F868D631CDC8F759B0136D6767854371281D56CCCF759
tools\Microsoft.Extensions.FileProviders.Abstractions.dll
md5: 93FB7BADA3F4A2FACCA91E69A1EFDF9E | sha1: 08CDA10D96C9DCFF95CCF313976773581B87ACE0 | sha256: 3995F75DCE9BDD30E5F9BCF90322C2BBAC314CD207353570388EFE41E9727194 | sha512: A17D9765F0EA5BDA933F30BD84EF721535846861E5AA3EEAADFE69B11ADCD086889DC298085AE4120121B38A6E62EB91667D91E5FDA799DF014DC0813C4CC755
tools\Microsoft.Extensions.FileProviders.Physical.dll
md5: D3383D9CBFC916343F7CBDE73AFEC695 | sha1: BA1BB622476EB0B18F1825634F11FB288E20F04A | sha256: AF1CB52B66B215EB8382B681C999CABECA6545270E76D90B840BF281F7E1D36C | sha512: 7C70A71DF6B84E9A4BA58ED16B23114D178A10324F8EEEB9B2351A81ACE0A2A32FD41528C3C1BA875535F83A97A1579DE2D055D31E1DA7E2757EF1070590988D
tools\Microsoft.Extensions.FileSystemGlobbing.dll
md5: 05C31A7070586AF622158DE0355E5B08 | sha1: 499F3493CCE183E551BD84F8E25A524CA3EEF38B | sha256: 63339694DF23D66F174D5C457E0B72B37229056FDC64696828BAFC41EA07E4C7 | sha512: A0ECC9A2FFA2EDFAB8BFAE79E03EFCC9001030746AA63BF3C74512D0D6F2955FCE2D77ED21CAC3748C6DF46B4F40E260C9F798D62F115B3419FB74E305590958
tools\Microsoft.Extensions.Hosting.Abstractions.dll
md5: FEF4A387AD36BFA63136EEC38BA08E4C | sha1: 02D75CFA2BE1A662463A9CE66638AB47405BA8FD | sha256: 30A4C4375519E67DBB94AC19710781676D7DFD489ACD02E02019709C5022BA42 | sha512: 875865A2DCA9BB2E109C1E4238966AAE15E7B0DCD909911D5760523412408E7BA468B7C4C666E69AC36DC4C7F51323B544CD5A922C67138B03DF77106B6D7A27
tools\Microsoft.Extensions.Hosting.dll
md5: A48613F6791FD10A6FDBC0C14361E415 | sha1: 79016BA34248069C81D2C45A61B5749F3329F8FD | sha256: DD731A3861F0F78B9E8B40D2B500DF4CA9C6B8253C782331B9215771C34B3D6A | sha512: 819F38E58B239FE2A17AAB970A8632621AAD46AB996AFED8924B47F268E9A6E23B5582B4A5F554F5A3F3AA9C7EDC17B1BDE780A7A33CE74B8F72F37F508BD9E1
tools\Microsoft.Extensions.Logging.Abstractions.dll
md5: 7468B6F6AEA08FC14F61B7856E0FCB4E | sha1: 0DCE953731F396CDB3BC0B2B38F770EC99116BC3 | sha256: F3664550D43F9483482CF635E468E18EEF6123B0760578C71104034DE5E155E9 | sha512: 2A6523685C104036B4DFAD38106CBF2ADF155A5E07A9AD3F2270CF952B2B94D18817E907404D72AD01EDF3413A8F62457F08C31138B4FABE77B82F8C83502B4F
tools\Microsoft.Extensions.Logging.Configuration.dll
md5: F8AFC8CCF6A82436111560DF617E3997 | sha1: 98B09C34773C1305397F21A15AAC6038E6E3C82D | sha256: 2E24F00FF3E4453B8A18A67964E4BB19637FBDDB53501D02F75A884A726D05F9 | sha512: 91814EDFAE5B97A815638BF1B02E1C0651A258711C3A8AE486555337E42BA8BF7400F35FAA3B37A056DC9806EAFA0A03BA9320DACDFF2D311FE406FBD4873D6A
tools\Microsoft.Extensions.Logging.Console.dll
md5: 0065EBAF74228A13887E5A7E0C0E2EE2 | sha1: 9F01EA4AE7D71B6DA1D246F8DB6B00D1EBD3F12D | sha256: 26A04564F9833AD3DA104F385DFFCA7A3B02EC8B6B8105EFA95756867E19A02B | sha512: 67C4331C0E58C693B389A6C10B1DDC4CFAB6AA5F4B9947564B4B90AE6C6802E813829408CF2B5FF16BC35ACD66F6E475FD2C53FFB8CCDD6AE2323B28438B327F
tools\Microsoft.Extensions.Logging.Debug.dll
md5: 854B1B6CE0E40BA076C6AA694B8483C1 | sha1: F1B6B21394D8226600418CBE2BF6E9DC1679EC7E | sha256: 791A84344B0972042F22AFDC0BEA460F4FD6A04033CF6C248EEA025B1121DBB1 | sha512: 3F16CE124C71C5C83A36F666BF0C61137E1729EC807BEFE5633A776CCA0756110BAC3367AA19990D38BAC54D531A3DB991F6B6086463DCA9D1F520FF79F18B3B
tools\Microsoft.Extensions.Logging.dll
md5: 3D6EB5F87083A0FE1CDF2FA4CD1E42C0 | sha1: C8225F78E712633A24952DAAE3411E13B62ECB61 | sha256: 5594EE25BAC111CE187F63027B714C02653D678B3C5AEFCBF2749BEF907A5D85 | sha512: 462353DEA65DABAC5A80027A1FE30CEBAE5336C19EB88E2FFA1D0A35DBB894F12CE6D71E37C647038BB835E3FE30E5AE4B0F99D68E368B5979A49535D416498D
tools\Microsoft.Extensions.Logging.EventLog.dll
md5: 4B655EB42A65F86DFBB70CEC30ACAD17 | sha1: 589F8B1C444C80873A8D1A7219F405D65A50EDAB | sha256: 8B5780690516F6E2D38E861A175068E6E21BCF06D85E684ACCD1D0A3945F400B | sha512: AC0A456E07BA2AE804A15D0A353888606AC16F70B28ED42C5D215B0496A80055D95C25AC991126A1ED5F9E797E8C5F80B57A2D562610CAB11701BB9C12230281
tools\Microsoft.Extensions.Logging.EventSource.dll
md5: 6D2946484E29147345F7592E3D481CA0 | sha1: 5B8A4C86A224C1BCE7BB7FBA63BB88220ADBFBD7 | sha256: 36542201179EAFD19227F2748924B01D9D44209A01C8D0EAD7DFA7D44DFA97C3 | sha512: E947494ED8165354C162A0543202D6C77028F0925C5B2252A0F9B422D8FA0A658CA302870A0E95144D1191697E19D183EBE4B8E7943BFFBD64887C8F95EE2B5A
tools\Microsoft.Extensions.Options.ConfigurationExtensions.dll
md5: 7F4F385BA0150E60CCFEEBB40F430092 | sha1: 1A969301A25F6F13366F77813A378D2DCEAE9316 | sha256: 796D568D82324246C7286DC6C73CD7D6ABF645527020BA3CFEB82DB2FCA685E2 | sha512: 6A698B78A8BD06677DE20DA1D693071AEA73A1468007C72C3FFE8CEF2A39EA4B5C3FB0AFE81375B8E6B9587BCB57C22CD1F20E41AE594675F20D99A190609647
tools\Microsoft.Extensions.Options.dll
md5: 9D6CC27577EDAA43553356F56C3965E7 | sha1: B45C6998824B236AF36AD90A8121AE33928D68AE | sha256: 3674F8BB394646ADF8FB937AA368A8143CECC4C8B8970D4F493BF8BD721058C0 | sha512: 851063A80C8600E54BC63344BFA7BBAC94BFCC9A694BD5D38E91F99D7971D3A20662B7F006F32A0DF674B498C1118130DF8B6B358130F197308A5EBEDB8577F3
tools\Microsoft.Extensions.Primitives.dll
md5: 38D08C53A987693A53CC5C57B8BA9DDF | sha1: A502B2FD7D1B14999D8F4B877B58DB4963023592 | sha256: 8308047E1FFE7883D7C29DB5AF9B75C039C5E3FBE894AD824BA90CA3F0BDE58E | sha512: 73EBA666AFFCA031B5E9563E631092887936DBAB27ADC2919BF1713907EF7CE492921AA92FAC8CBEC1C4995447F1F7CE78825754E6BDD0F09C708434AA1AC741
tools\pping.dll
md5: 9E82C26911FF4E86C05A0F9656A79663 | sha1: 387FDE73302141769E98322CA2CB24E88A982733 | sha256: 31723DED8B4A3DD27DE1897F4317A9E2EABCAB6BBD2A10881BFF7EFB2DFD89D1 | sha512: 086A094B8777FDF3D18E680159E4DD25E5F27FEE5EAFEFACA35D451C2CA66EBA9621B68CCC8A88CB6AD1AB07BF2F45BD024BF931D3FE30D6E4AED82A248B183A
tools\pping.exe
md5: 83BF122AB54167A7A18D5009B09F53BB | sha1: 31B3DB3A0A12CC92D01791F77B5767D1D335F905 | sha256: 628880A986DB93A618236BABA21A56600C1A3C5E5FB60D625CB76CE279E48485 | sha512: 8BCEAF1B915AAD9BBFDCF1A5CE1FDB5AEA412B4FA3CD9D62982B66B84F6035EEBD5CBA202A585E3A14FCE62F6D202835D1131347161891438DFDC214D14D7FC7
tools\System.Diagnostics.EventLog.dll
md5: 535E97C65252716696B0601E5E24A286 | sha1: 9206B7EB9E6A6D1CDF256D7DED29021C08838A64 | sha256: 10997F3BD7B4B4AFBEB1A4E5FB118977DE11A6696F968C0DF22071B2052F512A | sha512: 1D38497E30B98E997B2D361E7EA9D29D418702366FB9B328F44EFF7084ED97687678C7A0EC429EE24AD0E319CBC8455A5545623BFAA36440D0D05DE9DE730580
tools\verification.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package delivers 1 binary files:

- pping.exe (SHA256: 628880A986DB93A618236BABA21A56600C1A3C5E5FB60D625CB76CE279E48485)
- pping.dll (SHA256: 31723DED8B4A3DD27DE1897F4317A9E2EABCAB6BBD2A10881BFF7EFB2DFD89D1)

The hashes where optained using PowerShell CmdLet `Get-FileHash`.

This package uses the following dependencies:

- Microsoft .NET Core 3.1 Framework -> MIT License (https://github.com/dotnet/core/blob/master/LICENSE.TXT)
- NuGet packages (all of whom are free to use in our software):
    - codingfreaks.libs.Utilities -> Apache License 2 (https://github.com/codingfreak/cfUtils/blob/master/LICENSE)
    - Microsoft.Extensions.* -> Apache License 2 (https://github.com/dotnet/extensions/blob/master/LICENSE.txt) 
    - McMaster.Extensions.CommandLineUtils -> Apache License 2 (https://github.com/natemcmaster/CommandLineUtils/blob/master/LICENSE.txt)

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
pping 2.1.0 777 Monday, November 30, 2020 Approved
pping 2.0.9 154 Thursday, October 8, 2020 Approved
pping 2.0.7 162 Friday, September 18, 2020 Approved
pping 2.0.6 123 Tuesday, September 15, 2020 Approved
pping 2.0.5 145 Sunday, September 6, 2020 Approved
pping 2.0.4 204 Thursday, May 28, 2020 Approved
pping 2.0.3 202 Monday, March 30, 2020 Approved
pping 2.0.2 162 Wednesday, January 29, 2020 Approved
pping 2.0.1 170 Tuesday, January 28, 2020 Approved
pping 2.0.0 180 Friday, January 24, 2020 Approved

Went back from single-exe-deployment.

Discussion for the pping Package

Ground Rules:

  • This discussion is only about pping and the pping package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or pping, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus