Skip to content

Commit

Permalink
check without ldap
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn committed Jan 6, 2025
1 parent 58d66a3 commit f385286
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install poetry
run: |
pipx install poetry
pipx install poetry==1.8.4
- name: NetExec set up python ${{ matrix.python-version }} on ${{ matrix.os }}
uses: actions/setup-python@v5
with:
Expand All @@ -39,4 +39,12 @@ jobs:
poetry install --with dev
- name: Load every protocol and module
run: |
poetry run netexec winrm 127.0.0.1 --debug
poetry run netexec winrm 127.0.0.1
poetry run netexec vnc 127.0.0.1
poetry run netexec smb 127.0.0.11
poetry run netexec wmi 127.0.0.1
poetry run netexec rdp 127.0.0.1
poetry run netexec mssql 127.0.0.1
poetry run netexec ssh 127.0.0.1
poetry run netexec ftp 127.0.0.1
poetry run netexec smb 127.0.0.1 -M veeam

0 comments on commit f385286

Please sign in to comment.