nettitude / PoshC2

A proxy aware C2 framework used to aid red teamers with post-exploitation and lateral movement.
BSD 3-Clause "New" or "Revised" License
1.78k stars 323 forks source link

[BUG] #284

Open captainkyd opened 1 year ago

captainkyd commented 1 year ago

Description

the installer script is broken at 'python -m pipenv --three install > /dev/null

Execution Environment:

All of this must be filled in Data Value

whatever the latest version is, the installer updates OS & version | win 11 subsystem for linux

To Reproduce

Steps to reproduce the behavior:

  1. simply run the Install.sh

Expected behavior

I believe yall intended for a pipenv to be created. to make that work the '--three' must be removed as it is not recognized by the pipenv program. I imagine that the syntax was updated and the script was not.

Screenshots

Screenshot 2023-09-04 040022

benpturner commented 10 months ago

Thanks for rasing this.

captainkyd commented 10 months ago

my pleasure :-D