We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a0b7a commit c643660Copy full SHA for c643660
1 file changed
.github/workflows/test.yml
@@ -34,6 +34,10 @@ jobs:
34
- name: Install libraries with dev group
35
run: |
36
poetry install --with dev
37
+ - name: Install with pipx
38
+ run: |
39
+ pipx ensurepath
40
+ pipx install git+https://github.com/Pennyw0rth/NetExec --python python${{ matrix.python-version }}
41
- name: Load every protocol and module
42
43
poetry run netexec winrm 127.0.0.1
@@ -45,4 +49,5 @@ jobs:
45
49
poetry run netexec mssql 127.0.0.1
46
50
poetry run netexec ssh 127.0.0.1
47
51
poetry run netexec ftp 127.0.0.1
48
- poetry run netexec smb 127.0.0.1 -M veeam
52
+ netexec smb 127.0.0.1 -M veeam
53
+ poetry run netexec smb 127.0.0.1 -M veeam
0 commit comments