File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 - name : Install poetry
2121 run : |
22- pipx install poetry==1.8.4
22+ pipx install poetry
23+ poetry --version
24+ poetry env info
2325 - name : NetExec set up python ${{ matrix.python-version }} on ${{ matrix.os }}
2426 uses : actions/setup-python@v5
2527 with :
2931 - name : Install with pipx
3032 run : |
3133 pipx install . --python python${{ matrix.python-version }}
32- - name : Install poetry
33- run : |
34- pipx install poetry --python python${{ matrix.python-version }}
35- poetry --version
36- poetry env info
3734 - name : Install libraries with dev group
3835 run : |
3936 poetry install --with dev
4845 poetry run netexec mssql 127.0.0.1
4946 poetry run netexec ssh 127.0.0.1
5047 poetry run netexec ftp 127.0.0.1
51- poetry run netexec smb 127.0.0.1 -M veeam
48+ poetry run netexec smb 127.0.0.1 -L
You can’t perform that action at this time.
0 commit comments