Skip to content

Commit 3a84eb1

Browse files
committed
Fixing minor tag issues
1 parent 5854103 commit 3a84eb1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_data/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Execute:
3434
SCT: This LOLBAS can execute script component (SCT) files; this implies WSH languages, such as VBScript and JScript.
3535
Shellcode: This LOLBAS can execute raw shellcode.
3636
URL: This LOLBAS can open .URL files, which can e.g. be configured to download and run remotely-hosted executables.
37-
VB.NET: This LOLBAS can execute VB.NET code.
37+
VB.Net: This LOLBAS can execute VB.NET code.
3838
VBScript: This LOLBAS can execute VBScript code.
3939
WSH: This LOLBAS executes scripts in Windows Script Host (WSH) languages, such as VBScript and JScript.
4040
XBAP: This LOLBAS can execute XAML Browser Application (XBAP) files.

_layouts/bin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2 id="{{function_name}}" class="function-name">
8181
<dl class="row"><dt class="property">Privileges required</dt><dd>{{item.Privileges}}</dd></dl>
8282
<dl class="row"><dt class="property">Operating systems</dt><dd>{{item.OperatingSystem}}</dd></dl>
8383
<dl class="row"><dt class="property">ATT&CK&reg; technique</dt><dd><span data-attack-tid="{{item.MitreID}}">{{item.MitreID}}</span></dd></dl>
84-
{%- 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%}
84+
{%- 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%}
8585
</div>
8686
</li>
8787
{%- endfor %}

_lolbas/Binaries/Microsoft.Workflow.Compiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Commands:
1313
OperatingSystem: Windows 10S, Windows 11
1414
Tags:
1515
- Execute: VB.Net
16-
- Execute: Csharp
16+
- Execute: CSharp
1717
- Command: Microsoft.Workflow.Compiler.exe tests.txt results.txt
1818
Description: Compile and execute C# or VB.net code in a XOML file referenced in the test.txt file.
1919
Usecase: Compile and run code

0 commit comments

Comments
 (0)