This commit is contained in:
mpgn
2024-06-19 16:41:51 +00:00
committed by GitHub
parent b77fc9d919
commit 7b5ca88243
+2 -2
View File
@@ -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