Projects STRLCPY SharPyShell Commits 691ba7e0
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    1 1  # SharPyShell
    2 2   
     3 +<p align="center"><img src="logo.png" width="500" height="300" /></p>
     4 + 
     5 +<hr/>
     6 + 
    3 7  SharPyShell is a tiny and obfuscated ASP.NET webshell that executes commands received by an encrypted channel compiling them in memory at runtime.
    4 8   
    5 9  SharPyShell supports only C# web applications that runs on .NET Framework >= 2.0<br>VB is not supported atm.
    skipped 110 lines
    116 120   
    117 121  ## Windows version tested
    118 122   
    119  -Windows Server 2019 Standard<br>
    120  -&emsp; OS Name: Microsoft Windows Server 2019 Standard Evaluation<br>
    121  -&emsp; OS Version: 10.0.17763 N/A Build 17763<br>
    122  -<br>
    123  -Windows Server 2016 Standard<br>
    124  -&emsp; OS Name: Microsoft Windows Server 2016 Standard Evaluation<br>
    125  -&emsp; OS Version: 10.0.14393 N/A Build 14393<br>
    126  -<br>
    127  -Windows Server 2012 R2 Standard<br>
    128  -&emsp; OS Name: Microsoft Windows Server 2012 R2 Standard<br>
    129  -&emsp; OS Version: 6.3.9600 N/A Build 9600<br>
    130  -<br>
    131  -Windows server 2012 Standard<br>
    132  -&emsp; OS Name: Microsoft Windows Server 2012 Standard Evaluation<br>
    133  -&emsp; OS Version: 6.2.9200 N/A Build 9200<br>
    134  -<br>
    135  -Windows Server 2008 R2 Standard<br>
    136  -&emsp; OS Name: Microsoft Windows Server 2008 R2 Standard<br>
    137  -&emsp; OS Version: 6.1.7601 Service Pack 1 Build 7601<br>
    138  -<br>
    139  -Windows Server 2008 Standard x64<br>
    140  -&emsp; OS Name: Microsoft© Windows Server© 2008 Standard <br>
    141  -&emsp; OS Version: 6.0.6001 Service Pack 1 Build 6001<br>
    142  -<br>
    143  -Windows Server 2003 Standard x64 (partial working)<br>
    144  -&emsp; OS Name: Microsoft(R) Windows(R) Server 2003 Standard x64 Edition<br>
    145  -&emsp; OS Version: 5.2.3790 Service Pack 2 Build 3790<br>
     123 +Windows Server >= 2008 Standard x64
     124 + 
    146 125   
    147 126  ## Credits
    148 127   
    149 128  <ul>
     129 + <li><a href="https://github.com/newfinal100">@newfinal100</a> (for the fancy logo!)</li>
    150 130   <li><a href="https://github.com/epinna/weevely3">@weevely3</a></li>
    151 131   <li><a href="https://github.com/ohpe/juicy-potato">@juicy-potato</a></li>
    152 132   <li><a href="https://github.com/PowerShellMafia/PowerSploit">@PowerSploit</a></li>
    skipped 3 lines
Please wait...
Page is in error, reload to recover