├── .github └── FUNDING.yml ├── EncryptedCSharp ├── Grouper2.enc ├── InternalMonologue.enc ├── Rubeus.enc ├── SafetyKatz.enc ├── Seatbelt.enc ├── Sharpbyebear.enc ├── Sharpup.enc ├── Sharpweb.enc ├── cve-2019-0841.enc ├── p0wnedShell64.enc ├── p0wnedShell86.enc ├── winpwned64.enc └── winpwned86.enc ├── Invoke-SharpEncrypt.ps1 ├── Invoke-SharpLoader.ps1 └── README.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: [S3cur3Th1sSh1t] 4 | -------------------------------------------------------------------------------- /EncryptedCSharp/Grouper2.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/Grouper2.enc -------------------------------------------------------------------------------- /EncryptedCSharp/InternalMonologue.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/InternalMonologue.enc -------------------------------------------------------------------------------- /EncryptedCSharp/Rubeus.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/Rubeus.enc -------------------------------------------------------------------------------- /EncryptedCSharp/SafetyKatz.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/SafetyKatz.enc -------------------------------------------------------------------------------- /EncryptedCSharp/Seatbelt.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/Seatbelt.enc -------------------------------------------------------------------------------- /EncryptedCSharp/Sharpbyebear.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/Sharpbyebear.enc -------------------------------------------------------------------------------- /EncryptedCSharp/Sharpup.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/Sharpup.enc -------------------------------------------------------------------------------- /EncryptedCSharp/Sharpweb.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/Sharpweb.enc -------------------------------------------------------------------------------- /EncryptedCSharp/cve-2019-0841.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/cve-2019-0841.enc -------------------------------------------------------------------------------- /EncryptedCSharp/p0wnedShell64.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/p0wnedShell64.enc -------------------------------------------------------------------------------- /EncryptedCSharp/p0wnedShell86.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/p0wnedShell86.enc -------------------------------------------------------------------------------- /EncryptedCSharp/winpwned64.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/winpwned64.enc -------------------------------------------------------------------------------- /EncryptedCSharp/winpwned86.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/EncryptedCSharp/winpwned86.enc -------------------------------------------------------------------------------- /Invoke-SharpEncrypt.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/Invoke-SharpEncrypt.ps1 -------------------------------------------------------------------------------- /Invoke-SharpLoader.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/Invoke-SharpLoader.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/S3cur3Th1sSh1t/Invoke-SharpLoader/HEAD/README.md --------------------------------------------------------------------------------