From bb030122feac519f59429c5a33c8cd3421fd44da Mon Sep 17 00:00:00 2001 From: mpgn <5891788+mpgn@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:31:01 +0000 Subject: [PATCH] add rdp --- .github/workflows/checker.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml index d2bd7c98c..5ab7181ae 100644 --- a/.github/workflows/checker.yml +++ b/.github/workflows/checker.yml @@ -92,12 +92,15 @@ jobs: - name: Install libraries without dev group run: | poetry install - - name: Checking rdp + - name: Dumping sam run: | - poetry run netexec winrm 127.0.0.1 - - name: Checking auth + poetry run netexec winrm 127.0.0.1 -u nxc -p Pwn3d!!! --sam + - name: Dumping lsa run: | - poetry run netexec winrm 127.0.0.1 -u nxc -p Pwn3d!!! + poetry run netexec winrm 127.0.0.1 -u nxc -p Pwn3d!!! --lsa + - name: Exec command + run: | + poetry run netexec winrm 127.0.0.1 -u nxc -p Pwn3d!!! -x whoami nxc-rdp: runs-on: windows-latest @@ -131,15 +134,12 @@ jobs: - name: Install libraries without dev group run: | poetry install - - name: Dumping sam - run: | - poetry run netexec rdp 127.0.0.1 -u nxc -p Pwn3d!!! --sam - - name: Dumping lsa + - name: Checking rdp run: | - poetry run netexec rdp 127.0.0.1 -u nxc -p Pwn3d!!! --lsa - - name: Exec command + poetry run netexec winrm 127.0.0.1 + - name: Checking auth run: | - poetry run netexec rdp 127.0.0.1 -u nxc -p Pwn3d!!! -x whoami + poetry run netexec winrm 127.0.0.1 -u nxc -p Pwn3d!!! nxc-ssh: runs-on: ubuntu-latest