Skip to content

Commit

Permalink
add rdp
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn authored Jun 19, 2024
1 parent b77fc9d commit 7b5ca88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ jobs:
poetry install
- name: Checking rdp
run: |
poetry run netexec rdp 127.0.0.1
poetry run netexec rdp %COMPUTERNAME%
- name: Checking auth
run: |
poetry run netexec rdp 127.0.0.1 -u nxc -p Pwn3d!!!
poetry run netexec rdp %COMPUTERNAME% -u nxc -p Pwn3d!!!
nxc-ssh:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7b5ca88

Please sign in to comment.