Downloads:
477
Downloads of v 0.4.3:
339
Last Update:
02 Nov 2021
Package Maintainer(s):
Software Author(s):
- Damon Harris
Tags:
privacy security anonymity tor proxy vpn portable- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ProxAllium
- 1
- 2
- 3
0.4.3 | Updated: 02 Nov 2021
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
477
Downloads of v 0.4.3:
339
Maintainer(s):
Software Author(s):
- Damon Harris
ProxAllium 0.4.3
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Damon Harris. The inclusion of Damon Harris trademark(s), if any, upon this webpage is solely to identify Damon Harris goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Exemption for this package version only:
High quantity of false positives due to usage of AutoIT: https://github.com/chocolatey-community/chocolatey-package-requests/issues/1065
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ProxAllium, run the following command from the command line or from PowerShell:
To upgrade ProxAllium, run the following command from the command line or from PowerShell:
To uninstall ProxAllium, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download proxallium --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade proxallium -y --source="'INTERNAL REPO URL'" [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 proxallium -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install proxallium
win_chocolatey:
name: proxallium
version: '0.4.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'proxallium' do
action :install
source 'INTERNAL REPO URL'
version '0.4.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller proxallium
{
Name = "proxallium"
Version = "0.4.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'proxallium':
ensure => '0.4.3',
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.
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
ProxAllium is a GUI frontend to Tor. You can use it to easily create a proxy and use with it programs (like browsers, mail clients, chat clients etc.) to circumvent censorship and also to encrypt your connection.
Requires Tor to function, you can get it from the tor
or tor-browser
bundle packages.
Please note: The package may be flagged by VirusTotal as malicious. This application uses AutoIt scripting, which malicious parties have used in the past, and as a result some Vendors flag software built from AutoIt as a Trojan or Malware. You can view the software source code and VirusTotal detection details and draw your own conclusions as to the validity of the results. For more information please refer to the following links:
Comment by the Developer | AutoIt and Malware | Are my AutoIt EXEs really infected?
$ErrorActionPreference = 'Stop'
$ProgramsMenu = $([Environment]::GetFolderPath('CommonPrograms'))
$installDir = Join-Path (Get-ToolsLocation) $packageName
Remove-Item $installDir -Recurse
Remove-Item "$ProgramsMenu\ProxAllium.lnk"
md5: 0C9F42595D7EFAA11029A9ECA9F018C0 | sha1: 7A7549B58A6542512EF623038A4D629CACA03C15 | sha256: 4A522FB120CB1A1FDE7639FB24037C8B8715F2287ED71150B27C5782B24D2C7E | sha512: 23E9EE27558308BD71715C85C88CE481074788527B7DA7581F31A48B1D91AE1D48D76F7BA4A0B82697151F35FCF24CFB90AF995F41750B384280309CB6C3A63E
ProxAllium licensed under the MIT License (MIT) which allows it to be distributed freely.
The files included are from the releases available on GitHub at https://github.com/DcodingTheWeb/ProxAllium/releases
Log in or click on link to see number of positives.
- ProxAllium-v0.4.3.7z (4a522fb120cb) - ## / 58
- ProxAllium.exe (693e73a94993) - ## / 68
- proxallium.0.4.3.nupkg (e8b2b5e5a743) - ## / 60
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 |
---|---|---|---|---|
ProxAllium 0.4.3 | 339 | Tuesday, November 2, 2021 | Exempted | |
ProxAllium 0.4.2 | 121 | Tuesday, September 14, 2021 | Exempted |
MIT License
This package has no dependencies.
Ground Rules:
- This discussion is only about ProxAllium and the ProxAllium 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 ProxAllium, 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.