mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 12:42:19 +02:00
Major changes to Web portal - Small fixes to source files to adjust
This commit is contained in:
@@ -7,10 +7,10 @@ Categories: []
|
||||
Commands:
|
||||
- Command: explorer.exe calc.exe
|
||||
Description: 'Executes calc.exe as a subprocess of explorer.exe.'
|
||||
Full Path:
|
||||
Full_Path:
|
||||
- c:\windows\explorer.exe
|
||||
- c:\windows\sysWOW64\explorer.exe
|
||||
Code Sample: []
|
||||
Code_Sample: []
|
||||
Detection: []
|
||||
Resources:
|
||||
- https://twitter.com/bohops/status/986984122563391488
|
||||
|
@@ -13,10 +13,10 @@ Commands:
|
||||
Description: Load (execute) NetSh.exe helper DLL file.
|
||||
- Command: netsh interface portproxy add v4tov4 listenport=8080 listenaddress=0.0.0.0 connectport=8000 connectaddress=192.168.1.1
|
||||
Description: Forward traffic from the listening address and proxy to a remote system.
|
||||
Full Path:
|
||||
Full_Path:
|
||||
- C:\Windows\System32
|
||||
- C:\Windows\SysWOW64
|
||||
Code Sample: []
|
||||
Code_Sample: []
|
||||
Detection: []
|
||||
Resources:
|
||||
- https://github.com/redcanaryco/atomic-red-team/blob/master/Windows/Persistence/Netsh_Helper_DLL.md
|
||||
|
@@ -7,9 +7,9 @@ Categories: []
|
||||
Commands:
|
||||
- Command: nltest.exe /SERVER:192.168.1.10 /QUERY
|
||||
Description: ''
|
||||
Full Path:
|
||||
Full_Path:
|
||||
- c:\windows\system32\nltest.exe
|
||||
Code Sample: []
|
||||
Code_Sample: []
|
||||
Detection: []
|
||||
Resources:
|
||||
- https://twitter.com/sysopfb/status/986799053668139009
|
||||
|
@@ -9,10 +9,10 @@ Commands:
|
||||
Description: Opens the target file with the default application.
|
||||
- Command: OpenWith.exe /c C:\testing.msi
|
||||
Description: Opens the target file with the default application.
|
||||
Full Path:
|
||||
Full_Path:
|
||||
- c:\windows\system32\Openwith.exe
|
||||
- c:\windows\sysWOW64\Openwith.exe
|
||||
Code Sample: []
|
||||
Code_Sample: []
|
||||
Detection: []
|
||||
Resources:
|
||||
- https://twitter.com/harr0ey/status/991670870384021504
|
||||
|
@@ -7,10 +7,10 @@ Categories: []
|
||||
Commands:
|
||||
- Command: powershell -ep bypass - < c:\temp:ttt
|
||||
Description: Execute the encoded PowerShell command stored in an Alternate Data Stream (ADS).
|
||||
Full Path:
|
||||
Full_Path:
|
||||
- C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
|
||||
- C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
|
||||
Code Sample: []
|
||||
Code_Sample: []
|
||||
Detection: []
|
||||
Resources:
|
||||
- https://twitter.com/Moriarty_Meng/status/984380793383370752
|
||||
|
@@ -11,10 +11,10 @@ Commands:
|
||||
Description: Capture a maximum of 100 screenshots of the desktop and save them in the target .ZIP file.
|
||||
- Command: psr.exe /stop
|
||||
Description: Stop the Problem Step Recorder.
|
||||
Full Path:
|
||||
Full_Path:
|
||||
- C:\Windows\System32\Psr.exe
|
||||
- C:\Windows\SysWOW64\Psr.exe
|
||||
Code Sample: []
|
||||
Code_Sample: []
|
||||
Detection: []
|
||||
Resources:
|
||||
- https://www.sans.org/summit-archives/file/summit-archive-1493861893.pdf
|
||||
|
@@ -9,10 +9,10 @@ Commands:
|
||||
Description: Copy the entire contents of the SourceFolder to the DestFolder.
|
||||
- Command: Robocopy.exe \\SERVER\SourceFolder C:\DestFolder
|
||||
Description: Copy the entire contents of the SourceFolder to the DestFolder.
|
||||
Full Path:
|
||||
Full_Path:
|
||||
- c:\windows\system32\binary.exe
|
||||
- c:\windows\sysWOW64\binary.exe
|
||||
Code Sample: []
|
||||
Code_Sample: []
|
||||
Detection: []
|
||||
Resources:
|
||||
- https://social.technet.microsoft.com/wiki/contents/articles/1073.robocopy-and-a-few-examples.aspx
|
||||
|
Reference in New Issue
Block a user