<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Commands on</title><link>https://4ym3nn.github.io/tags/commands/</link><description>Recent content in Commands on</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 09 Jun 2026 17:36:00 +0100</lastBuildDate><atom:link href="https://4ym3nn.github.io/tags/commands/index.xml" rel="self" type="application/rss+xml"/><item><title>Certified Red Team Professional (CRTP) - Practical Exam Cheatsheet</title><link>https://4ym3nn.github.io/reviews/crtp-cheatsheet/</link><pubDate>Tue, 09 Jun 2026 17:36:00 +0100</pubDate><guid>https://4ym3nn.github.io/reviews/crtp-cheatsheet/</guid><description>&lt;p>Source: cleaned from &lt;code>sheet.md&lt;/code> only. Commands were deduplicated where repeated verbatim. No techniques were added beyond the original notes.&lt;/p>
&lt;h2 id="bloodhound-collection">BloodHound Collection&lt;/h2>
&lt;pre tabindex="0">&lt;code>./SharpHound.exe --collectionmethods All --excludedcs
&lt;/code>&lt;/pre>&lt;pre tabindex="0">&lt;code>./sharp.xe --collectionmethods Group,GPOLocalGroup,Session,Trusts,ACL,Container,ObjectProps,SPNTargets,CertServices --excludedcs
&lt;/code>&lt;/pre>&lt;pre tabindex="0">&lt;code>C:\AD\Tools\Loader.exe -Path C:\AD\Tools\SharpHound\SharpHound.exe -
args --collectionmethods
Group,GPOLocalGroup,Session,Trusts,ACL,Container,ObjectProps,SPNTarg
ets,CertServices --excludedcs
&lt;/code>&lt;/pre>&lt;h2 id="execution--session-prep">Execution / Session Prep&lt;/h2>
&lt;p>&lt;strong>PowerShell&lt;/strong> Bypass PowerShell execution policy restrictions for the current shell.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-powershell" data-lang="powershell">&lt;span style="display:flex;">&lt;span>powershell -ExecutionPolicy bypass
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;strong>InviShell&lt;/strong> Launch InviShell without requiring admin.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bat" data-lang="bat">&lt;span style="display:flex;">&lt;span>C:\AD\Tools\InviShell\RunWithRegistryNonAdmin.bat
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="enumeration">Enumeration&lt;/h2>
&lt;p>&lt;strong>PowerView&lt;/strong> List domain user &lt;code>samaccountname&lt;/code> values.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-powershell" data-lang="powershell">&lt;span style="display:flex;">&lt;span>Get-DomainUser | select -ExpandProperty samaccountname
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;strong>PowerView&lt;/strong> List domain computers by DNS hostname.&lt;/p></description></item></channel></rss>