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

0 comments on commit f1909f8

Please sign in to comment.