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 c084b92 commit a770bd6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/windows-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ jobs:
poetry install
- name: Dumping some credzzzzz
run: |
poetry run netexec smb 127.0.0.1 -u nxc -p Pwn3d!!! --sam
poetry run netexec smb 127.0.0.1 -u nxc -p Pwn3d!!! --lsa
poetry run netexec smb 127.0.0.1 -u nxc -p Pwn3d!!! --dpapi
poetry run netexec smb 127.0.0.1 -u nxc -p Pwn3d!!! -M lsassy
poetry run netexec smb 127.0.0.1 -u nxc -p Pwn3d!!! -M procdump
poetry run netexec --debug smb %COMPUTERNAME% -u nxc -p Pwn3d!!! --sam
poetry run netexec --debug smb %COMPUTERNAME% -u nxc -p Pwn3d!!! --lsa
poetry run netexec --debug smb %COMPUTERNAME% -u nxc -p Pwn3d!!! --dpapi
poetry run netexec --debug smb %COMPUTERNAME% -u nxc -p Pwn3d!!! -M lsassy
poetry run netexec --debug smb %COMPUTERNAME% -u nxc -p Pwn3d!!! -x whoami --exec-method=smbexec
poetry run netexec --debug smb %COMPUTERNAME% -u nxc -p Pwn3d!!! -x whoami --exec-method=wmiexec
poetry run netexec --debug smb %COMPUTERNAME% -u nxc -p Pwn3d!!! -x whoami --exec-method=atexec
poetry run netexec --debug smb %COMPUTERNAME% -u nxc -p Pwn3d!!! -x whoami --exec-method=mmcexec
poetry run netexec --debug smb %COMPUTERNAME% -u nxc -p Pwn3d!!! -M procdump

0 comments on commit a770bd6

Please sign in to comment.