Skip to content

Commit

Permalink
Update checker.yml
Browse files Browse the repository at this point in the history
Signed-off-by: mpgn <[email protected]>
  • Loading branch information
mpgn authored Jun 19, 2024
1 parent 3fa0731 commit 9c41c56
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,29 +130,17 @@ jobs:
with:
python-version: '3.11'
- name: Install poetry
uses: actions/setup-python@v2
with:
python-version: '3.11'
run: |
pipx install poetry --python python${{ matrix.python-version }}
pipx install poetry
poetry --version
poetry env info
- name: Install libraries without dev group
uses: actions/setup-python@v2
with:
python-version: '3.11'
run: |
poetry install
- name: Checking rdp
uses: actions/setup-python@v2
with:
python-version: '3.11'
run: |
poetry run netexec rdp 127.0.0.1
- name: Checking auth
uses: actions/setup-python@v2
with:
python-version: '3.11'
run: |
poetry run netexec rdp 127.0.0.1 -u nxc -p Pwn3d!!!
Expand Down Expand Up @@ -183,4 +171,4 @@ jobs:
poetry install
- name: Connection with user
run: |
poetry run netexec ssh 127.0.0.1
poetry run netexec ssh 127.0.0.1

0 comments on commit 9c41c56

Please sign in to comment.