Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn authored Jun 19, 2024
1 parent 9daaa2e commit 7794f63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
poetry install
- name: Dumping sam
run: |
poetry run netexec winrm %COMPUTERNAME% -u nxc -p Pwn3d!!! --sam
poetry run netexec winrm 127.0.0.1 -u nxc -p Pwn3d!!! --sam
- name: Dumping lsa
run: |
poetry run netexec winrm %COMPUTERNAME% -u nxc -p Pwn3d!!! --lsa
poetry run netexec winrm 127.0.0.1 -u nxc -p Pwn3d!!! --lsa
- name: Exec command
run: |
poetry run netexec winrm %COMPUTERNAME% -u nxc -p Pwn3d!!! -x whoami
poetry run netexec winrm 127.0.0.1 -u nxc -p Pwn3d!!! -x whoami

0 comments on commit 7794f63

Please sign in to comment.