Skip to content

Commit

Permalink
Fixing minor tag issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wietze committed Jan 1, 2025
1 parent 5854103 commit 3a84eb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Execute:
SCT: This LOLBAS can execute script component (SCT) files; this implies WSH languages, such as VBScript and JScript.
Shellcode: This LOLBAS can execute raw shellcode.
URL: This LOLBAS can open .URL files, which can e.g. be configured to download and run remotely-hosted executables.
VB.NET: This LOLBAS can execute VB.NET code.
VB.Net: This LOLBAS can execute VB.NET code.
VBScript: This LOLBAS can execute VBScript code.
WSH: This LOLBAS executes scripts in Windows Script Host (WSH) languages, such as VBScript and JScript.
XBAP: This LOLBAS can execute XAML Browser Application (XBAP) files.
Expand Down
2 changes: 1 addition & 1 deletion _layouts/bin.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 id="{{function_name}}" class="function-name">
<dl class="row"><dt class="property">Privileges required</dt><dd>{{item.Privileges}}</dd></dl>
<dl class="row"><dt class="property">Operating systems</dt><dd>{{item.OperatingSystem}}</dd></dl>
<dl class="row"><dt class="property">ATT&CK&reg; technique</dt><dd><span data-attack-tid="{{item.MitreID}}">{{item.MitreID}}</span></dd></dl>
{%- if item.Tags %}<dl class="tags row"><dt class="property">Tags</dt><dd>{% for tag_items in item.Tags %}{% for tag_item in tag_items %}{%assign key=tag_item[0]%}{%assign value=tag_item[1]%}{%assign tag=key | append:': ' | append:value %}{% assign default_text = 'This function was tagged with "' | append: tag | append:'".' %}<div class="tag tooltip-top tooltip-mobile" data-tooltip="{{site.data.tags[key][value] | xml_escape |default:default_text}}">{{tag}}</div>{%endfor%}{%endfor%}</dd></dl>{%endif%}
{%- if item.Tags %}<dl class="tags row"><dt class="property">Tags</dt><dd>{% for tag_items in item.Tags %}{% for tag_item in tag_items %}{%assign key=tag_item[0]%}{%assign value=tag_item[1]%}{%assign tag=key | append:': ' | append:value %}{% assign default_text = 'This function was tagged with "' | append: tag | append:'".' %}<div class="tag tooltip-top tooltip-mobile" data-tooltip="{{site.data.tags[key][value] |default:default_text | xml_escape}}">{{tag}}</div>{%endfor%}{%endfor%}</dd></dl>{%endif%}
</div>
</li>
{%- endfor %}
Expand Down
2 changes: 1 addition & 1 deletion _lolbas/Binaries/Microsoft.Workflow.Compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Commands:
OperatingSystem: Windows 10S, Windows 11
Tags:
- Execute: VB.Net
- Execute: Csharp
- Execute: CSharp
- Command: Microsoft.Workflow.Compiler.exe tests.txt results.txt
Description: Compile and execute C# or VB.net code in a XOML file referenced in the test.txt file.
Usecase: Compile and run code
Expand Down

0 comments on commit 3a84eb1

Please sign in to comment.