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 21e320a commit bb03012
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bb03012

Please sign in to comment.