├── AgentTesla_FTP_Variant_05_2019 ├── AGENTTESLA │ ├── -Module-.cs │ ├── IELibrary.resources │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── afg.cs │ ├── cgo.cs │ ├── cjp.cs │ ├── clo.cs │ ├── clw.cs │ ├── cnq.cs │ ├── fq.cs │ ├── fz.cs │ ├── gmp.cs │ ├── gpu.cs │ ├── guw.cs │ ├── hj.cs │ ├── jox.cs │ ├── jpt.cs │ ├── jwq.cs │ ├── lpx.cs │ ├── mnp.cs │ ├── mnq.cs │ ├── mnr.cs │ ├── mns.cs │ ├── mnt.cs │ ├── mnu.cs │ ├── mnv.cs │ ├── mnw.cs │ ├── mnx.cs │ └── mny.cs └── decrypted_strings.txt ├── AgentTesla_SMTP_Variant_05_2019 ├── AGENTTESLA │ ├── -Module-.cs │ ├── IELibrary.resources │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── afg.cs │ ├── cgo.cs │ ├── cjp.cs │ ├── clo.cs │ ├── clw.cs │ ├── cnq.cs │ ├── fq.cs │ ├── fz.cs │ ├── gmp.cs │ ├── gpu.cs │ ├── guw.cs │ ├── hj.cs │ ├── jox.cs │ ├── jpt.cs │ ├── jwq.cs │ ├── lpx.cs │ ├── mnp.cs │ ├── mnq.cs │ ├── mnr.cs │ ├── mns.cs │ ├── mnt.cs │ ├── mnu.cs │ ├── mnv.cs │ ├── mnw.cs │ ├── mnx.cs │ └── mny.cs └── decrypted_strings.txt ├── FirebirdRAT_03_2020 ├── ServerDll │ ├── Dll.sln │ └── Dll │ │ ├── AntiKill.cs │ │ ├── BrowserVNC.cs │ │ ├── CMD.cs │ │ ├── ChromeRecover.cs │ │ ├── Clog.cs │ │ ├── Dll.csproj │ │ ├── Dll.resources │ │ ├── EncryptionFunctions.cs │ │ ├── FFRecover.cs │ │ ├── FileZillaRecover.cs │ │ ├── FoxRecover.cs │ │ ├── Functions.cs │ │ ├── HVNC.cs │ │ ├── HandleMiner.cs │ │ ├── HandleRegistry.cs │ │ ├── InitalizePass.cs │ │ ├── OutlookRecover.cs │ │ ├── PrintClass.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── QQRecover.cs │ │ ├── RemoteChat.Designer.cs │ │ ├── RemoteChat.cs │ │ ├── RemoteDesktop.cs │ │ ├── RunPE.cs │ │ ├── Server.cs │ │ ├── SqLiteHandler.cs │ │ ├── TCPGet.cs │ │ ├── Webcam.cs │ │ └── app.manifest ├── ServerLoader │ ├── DEDICATEDTOGODREAL1.sln │ └── DEDICATEDTOGODREAL1 │ │ ├── DEDICATEDTOGODREAL1.csproj │ │ ├── Dll1.resources │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Server.cs │ │ └── app.manifest └── WebcamDll │ ├── WebcamDll.sln │ └── WebcamDll │ ├── AForge │ └── Video │ │ ├── DirectShow │ │ ├── FilterCategory.cs │ │ ├── FilterInfo.cs │ │ ├── FilterInfoCollection.cs │ │ ├── Internals │ │ │ ├── AMMediaType.cs │ │ │ ├── AnalogVideoStandard.cs │ │ │ ├── BitmapInfoHeader.cs │ │ │ ├── CAUUID.cs │ │ │ ├── Clsid.cs │ │ │ ├── DsEvCode.cs │ │ │ ├── FilterInfo.cs │ │ │ ├── FindDirection.cs │ │ │ ├── FormatType.cs │ │ │ ├── IAMCameraControl.cs │ │ │ ├── IAMCrossbar.cs │ │ │ ├── IAMStreamConfig.cs │ │ │ ├── IAMVideoControl.cs │ │ │ ├── IBaseFilter.cs │ │ │ ├── ICaptureGraphBuilder2.cs │ │ │ ├── ICreateDevEnum.cs │ │ │ ├── IEnumFilters.cs │ │ │ ├── IEnumPins.cs │ │ │ ├── IFilterGraph.cs │ │ │ ├── IFilterGraph2.cs │ │ │ ├── IGraphBuilder.cs │ │ │ ├── IMediaControl.cs │ │ │ ├── IMediaEventEx.cs │ │ │ ├── IPin.cs │ │ │ ├── IPropertyBag.cs │ │ │ ├── IReferenceClock.cs │ │ │ ├── ISampleGrabber.cs │ │ │ ├── ISampleGrabberCB.cs │ │ │ ├── ISpecifyPropertyPages.cs │ │ │ ├── MediaSubType.cs │ │ │ ├── MediaType.cs │ │ │ ├── PinCategory.cs │ │ │ ├── PinDirection.cs │ │ │ ├── PinInfo.cs │ │ │ ├── RECT.cs │ │ │ ├── VideoControlFlags.cs │ │ │ ├── VideoInfoHeader.cs │ │ │ ├── VideoInfoHeader2.cs │ │ │ ├── VideoStreamConfigCaps.cs │ │ │ └── Win32.cs │ │ ├── PhysicalConnectorType.cs │ │ ├── VideoCapabilities.cs │ │ ├── VideoCaptureDevice.cs │ │ └── VideoInput.cs │ │ ├── IVideoSource.cs │ │ ├── NewFrameEventArgs.cs │ │ ├── NewFrameEventHandler.cs │ │ ├── PlayingFinishedEventHandler.cs │ │ ├── ReasonToFinishPlaying.cs │ │ ├── VideoSourceErrorEventArgs.cs │ │ └── VideoSourceErrorEventHandler.cs │ ├── Firebird │ └── CommandHandler.cs │ ├── Properties │ └── AssemblyInfo.cs │ └── WebcamDll.csproj ├── GrandSteal ├── GrandSteal.Client.Data │ └── GrandSteal.Client.Data │ │ ├── -Module-.cs │ │ ├── ConfusedByAttribute.cs │ │ ├── Gecko │ │ ├── Asn1Factory.cs │ │ ├── Asn1Object.cs │ │ ├── Asn1Type.cs │ │ ├── CrytoServiceProvider.cs │ │ ├── DataParser.cs │ │ ├── GeckoDatabase.cs │ │ ├── GeckoLogin.cs │ │ ├── GeckoPasswordBasedEncryption.cs │ │ └── GeckoRootEntry.cs │ │ ├── Helpers │ │ ├── ConstantStorage.cs │ │ ├── RecoveryHelper.cs │ │ └── SetupManager.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Recovery │ │ ├── ChromiumManager.cs │ │ ├── ColdWalletManager.cs │ │ ├── DesktopFileManager.cs │ │ ├── DiscordManager.cs │ │ ├── FileZillaManager.cs │ │ ├── GeckoManager.cs │ │ ├── RdpManager.cs │ │ └── TelegramManager.cs │ │ ├── SQLite │ │ ├── DataRow.cs │ │ ├── FieldHeader.cs │ │ ├── MasterEntry.cs │ │ └── SqlConnection.cs │ │ ├── Server │ │ ├── RequestsExtensions.cs │ │ ├── ResponseHandler.cs │ │ └── ServerManager.cs │ │ ├── SetupStorage.Designer.cs │ │ └── SetupStorage.cs ├── GrandSteal.Client.Models │ └── GrandSteal.Client.Models │ │ ├── -Module-.cs │ │ ├── AsyncAction.2.cs │ │ ├── AsyncAction.cs │ │ ├── AsyncTask.cs │ │ ├── ClientInfoHelper.cs │ │ ├── ClientSettings.cs │ │ ├── ConfusedByAttribute.cs │ │ ├── Credentials │ │ └── ICredentialsManager.cs │ │ ├── Extensions │ │ ├── Json │ │ │ └── JsonExtensions.cs │ │ ├── Nulls │ │ │ └── IsNullExtension.cs │ │ ├── ProtoExtensions.cs │ │ └── Strings │ │ │ └── StringExtension.cs │ │ ├── GeoInformation.cs │ │ ├── GeoLocationHelper.cs │ │ ├── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ └── Settings.Designer.cs │ │ └── System │ │ └── Runtime │ │ └── CompilerServices │ │ └── ExtensionAttribute.cs ├── GrandSteal.Client.ViewModels │ └── GrandSteal.Client.ViewModels │ │ ├── -Module-.cs │ │ ├── AppViewModel.cs │ │ ├── ConfusedByAttribute.cs │ │ └── Properties │ │ └── AssemblyInfo.cs └── GrandSteal.SharedModels │ └── GrandSteal.SharedModels │ ├── -Module-.cs │ ├── Communication │ ├── CommunicationObject.cs │ ├── ProtoHelper.cs │ ├── Request.cs │ ├── RequestBase.cs │ ├── Response.cs │ └── ResponseBase.cs │ ├── ConfusedByAttribute.cs │ ├── CredentialsRequest.cs │ ├── Models │ ├── BrowserAutofill.cs │ ├── BrowserCookie.cs │ ├── BrowserCredendtial.cs │ ├── BrowserCreditCard.cs │ ├── BrowserProfile.cs │ ├── ClientSettings.cs │ ├── ColdWallet.cs │ ├── DesktopFile.cs │ ├── DiscordSession.cs │ ├── Event.cs │ ├── FtpCredential.cs │ ├── Hardware.cs │ ├── HardwareType.cs │ ├── Properties.cs │ ├── RdpCredential.cs │ ├── RemoteClientInformation.cs │ ├── RemoteProcess.cs │ └── TelegramSession.cs │ └── Properties │ └── AssemblyInfo.cs ├── Nanocore_06_2019 ├── NanoCore Client.sln └── NanoCore Client │ ├── BaseCommand.cs │ ├── Class0.cs │ ├── Class1.cs │ ├── Class10.cs │ ├── Class11.cs │ ├── Class20.cs │ ├── Class21.cs │ ├── Class22.cs │ ├── Class23.cs │ ├── Class24.cs │ ├── Class25.cs │ ├── Class26.cs │ ├── Class27.cs │ ├── Class5.cs │ ├── Class6.cs │ ├── Class7.cs │ ├── Class8.cs │ ├── Class9.cs │ ├── Client.cs │ ├── ClientLoaderForm.Designer.cs │ ├── ClientLoaderForm.cs │ ├── ClientLoaderForm.resources │ ├── CommandType.cs │ ├── Delegate0.cs │ ├── FileCommand.cs │ ├── GClass0.cs │ ├── GClass1.cs │ ├── GClass10.cs │ ├── GClass2.cs │ ├── GClass3.cs │ ├── GClass4.cs │ ├── GClass5.cs │ ├── GClass6.cs │ ├── GClass7.cs │ ├── GClass8.cs │ ├── GClass9.cs │ ├── GDelegate0.cs │ ├── GStruct0.cs │ ├── GStruct1.cs │ ├── GStruct2.cs │ ├── GStruct3.cs │ ├── NanoCore Client.csproj │ ├── PluginCommand.cs │ └── Properties │ └── AssemblyInfo.cs ├── Plasma_RAT_06_2016 ├── StubAdmin.bin.sln ├── StubAdmin.bin │ ├── InjectionLibrary │ │ ├── CRTInjection.cs │ │ ├── InjectionMethod.cs │ │ ├── InjectionMethodType.cs │ │ ├── ManualMap.cs │ │ ├── StandardInjectionMethod.cs │ │ └── ThreadHijack.cs │ ├── JLibrary │ │ ├── PortableExecutable │ │ │ ├── Constants.cs │ │ │ ├── DATA_DIRECTORIES.cs │ │ │ ├── IMAGE_BASE_RELOCATION.cs │ │ │ ├── IMAGE_DATA_DIRECTORY.cs │ │ │ ├── IMAGE_DOS_HEADER.cs │ │ │ ├── IMAGE_FILE_HEADER.cs │ │ │ ├── IMAGE_IMPORT_DESCRIPTOR.cs │ │ │ ├── IMAGE_NT_HEADER32.cs │ │ │ ├── IMAGE_OPTIONAL_HEADER32.cs │ │ │ ├── IMAGE_RESOURCE_DATA_ENTRY.cs │ │ │ ├── IMAGE_RESOURCE_DIRECTORY.cs │ │ │ ├── IMAGE_RESOURCE_DIRECTORY_ENTRY.cs │ │ │ ├── IMAGE_SECTION_HEADER.cs │ │ │ ├── IMAGE_THUNK_DATA.cs │ │ │ ├── PortableExecutable.cs │ │ │ ├── ResourceWalker.cs │ │ │ └── U1.cs │ │ ├── Tools │ │ │ ├── ErrorBase.cs │ │ │ ├── MemoryIterator.cs │ │ │ ├── UnmanagedBuffer.cs │ │ │ └── Utils.cs │ │ └── Win32 │ │ │ ├── Win32Ptr.cs │ │ │ └── WinAPI.cs │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── StubAdmin.bin.csproj │ ├── StubAdmin.bin.ico │ ├── System │ │ └── Runtime │ │ │ └── CompilerServices │ │ │ └── ExtensionAttribute.cs │ ├── System_Configuration │ │ ├── ARME.cs │ │ ├── AVKill.cs │ │ ├── AntiEverything.cs │ │ ├── BandwidthFlood.cs │ │ ├── BotKillers.cs │ │ ├── CheckAV.cs │ │ ├── Condis.cs │ │ ├── Disablers.cs │ │ ├── GPUMiner.cs │ │ ├── HTTPGet.cs │ │ ├── HardBK.cs │ │ ├── Injection.cs │ │ ├── KeyboardHook.cs │ │ ├── Logger.cs │ │ ├── Miner.cs │ │ ├── My │ │ │ ├── MyApplication.cs │ │ │ ├── MyComputer.cs │ │ │ ├── MyProject.cs │ │ │ ├── MySettings.Designer.cs │ │ │ ├── MySettings.settings │ │ │ ├── MySettingsProperty.cs │ │ │ └── Resources │ │ │ │ └── Resources.cs │ │ ├── Passwords.cs │ │ ├── Persistence.cs │ │ ├── PlasmaRAT.cs │ │ ├── PostHTTP.cs │ │ ├── ProcessAccessRights.cs │ │ ├── Resources.resources │ │ ├── SQLiteHandler.cs │ │ ├── SetProcCritical.cs │ │ ├── Slowloris.cs │ │ ├── Torrent.cs │ │ ├── UDP.cs │ │ └── mRunpe.cs │ └── app.manifest ├── configdec.txt ├── plasma_rat_image_summary.png └── plasmacfg.py └── Unk1 ├── sdfsdf.sln └── sdfsdf ├── -Module-{8AA6EFB8-4EF6-4D18-B36C-C300382F8161}.cs ├── Classes └── ClientRuleClass.cs ├── Containers └── ParamRuleContainer.cs ├── Descriptors └── ParserSpecificationDescriptor.cs ├── Dictionaries └── Parser.cs ├── EnteryNameSpace └── BotModule.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.resources ├── Settings.Designer.cs └── Settings.settings ├── Queues └── Customer.cs ├── RemoteClient ├── Compression │ └── JpgCompression.cs ├── Consumers │ └── Method.cs ├── FastCodec.cs ├── Mappers │ ├── DescriptorMapper.cs │ └── SchemaMapper.cs ├── Pakcets │ └── Client │ │ └── Packets.cs ├── Polices │ └── InvocationProcessPolicy.cs ├── Program.cs ├── Properties │ └── Resources.cs ├── RemoteClient.cs ├── Schemes │ ├── MapperProductSchema.cs │ └── Product.cs ├── Streaming.cs ├── Tasks │ └── ProcessListenerTask.cs └── nagruz │ ├── sdfsdfdsg.Designer.cs │ ├── sdfsdfdsg.cs │ └── sdfsdfdsg.resources ├── Resolver ├── DatabaseParserResolver.cs └── TokenizerParserResolver.cs ├── aR3nbf8dQp2feLmk31.lSfgApatkdxsVcGcrktoFd.resources ├── fdghdfghdfg ├── WindowsApi.cs └── WindowsUtility.cs ├── sdfsdf.csproj ├── sdfsdf.g.resources └── sdfsdf.ico /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/-Module-.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/-Module-.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/IELibrary.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/IELibrary.resources -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/afg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/afg.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/cgo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/cgo.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/cjp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/cjp.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/clo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/clo.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/clw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/clw.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/cnq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/cnq.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/fq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/fq.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/fz.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/fz.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/gmp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/gmp.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/gpu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/gpu.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/guw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/guw.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/hj.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/hj.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/jox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/jox.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/jpt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/jpt.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/jwq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/jwq.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/lpx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/lpx.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnp.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnq.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnr.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mns.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mns.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnt.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnu.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnv.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnv.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnw.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mnx.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mny.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/AGENTTESLA/mny.cs -------------------------------------------------------------------------------- /AgentTesla_FTP_Variant_05_2019/decrypted_strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_FTP_Variant_05_2019/decrypted_strings.txt -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/-Module-.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/-Module-.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/IELibrary.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/IELibrary.resources -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/afg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/afg.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/cgo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/cgo.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/cjp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/cjp.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/clo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/clo.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/clw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/clw.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/cnq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/cnq.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/fq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/fq.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/fz.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/fz.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/gmp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/gmp.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/gpu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/gpu.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/guw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/guw.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/hj.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/hj.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/jox.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/jox.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/jpt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/jpt.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/jwq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/jwq.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/lpx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/lpx.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnp.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnp.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnq.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnq.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnr.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mns.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mns.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnt.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnu.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnv.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnv.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnw.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnw.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mnx.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mny.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/AGENTTESLA/mny.cs -------------------------------------------------------------------------------- /AgentTesla_SMTP_Variant_05_2019/decrypted_strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/AgentTesla_SMTP_Variant_05_2019/decrypted_strings.txt -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll.sln -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/AntiKill.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/AntiKill.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/BrowserVNC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/BrowserVNC.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/CMD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/CMD.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/ChromeRecover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/ChromeRecover.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/Clog.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/Clog.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/Dll.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/Dll.csproj -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/Dll.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/Dll.resources -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/EncryptionFunctions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/EncryptionFunctions.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/FFRecover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/FFRecover.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/FileZillaRecover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/FileZillaRecover.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/FoxRecover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/FoxRecover.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/Functions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/Functions.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/HVNC.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/HVNC.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/HandleMiner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/HandleMiner.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/HandleRegistry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/HandleRegistry.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/InitalizePass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/InitalizePass.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/OutlookRecover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/OutlookRecover.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/PrintClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/PrintClass.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/QQRecover.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/QQRecover.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/RemoteChat.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/RemoteChat.Designer.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/RemoteChat.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/RemoteChat.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/RemoteDesktop.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/RemoteDesktop.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/RunPE.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/RunPE.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/Server.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/Server.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/SqLiteHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/SqLiteHandler.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/TCPGet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/TCPGet.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/Webcam.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/Webcam.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerDll/Dll/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerDll/Dll/app.manifest -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1.sln -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/DEDICATEDTOGODREAL1.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/DEDICATEDTOGODREAL1.csproj -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/Dll1.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/Dll1.resources -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/Server.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/Server.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/ServerLoader/DEDICATEDTOGODREAL1/app.manifest -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll.sln -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/FilterCategory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/FilterCategory.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/FilterInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/FilterInfo.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/FilterInfoCollection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/FilterInfoCollection.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/AMMediaType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/AMMediaType.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/AnalogVideoStandard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/AnalogVideoStandard.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/BitmapInfoHeader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/BitmapInfoHeader.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/CAUUID.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/CAUUID.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/Clsid.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/Clsid.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/DsEvCode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/DsEvCode.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/FilterInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/FilterInfo.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/FindDirection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/FindDirection.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/FormatType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/FormatType.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IAMCameraControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IAMCameraControl.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IAMCrossbar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IAMCrossbar.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IAMStreamConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IAMStreamConfig.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IAMVideoControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IAMVideoControl.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IBaseFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IBaseFilter.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ICaptureGraphBuilder2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ICaptureGraphBuilder2.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ICreateDevEnum.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ICreateDevEnum.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IEnumFilters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IEnumFilters.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IEnumPins.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IEnumPins.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IFilterGraph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IFilterGraph.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IFilterGraph2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IFilterGraph2.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IGraphBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IGraphBuilder.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IMediaControl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IMediaControl.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IMediaEventEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IMediaEventEx.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IPin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IPin.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IPropertyBag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IPropertyBag.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IReferenceClock.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/IReferenceClock.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ISampleGrabber.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ISampleGrabber.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ISampleGrabberCB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ISampleGrabberCB.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ISpecifyPropertyPages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/ISpecifyPropertyPages.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/MediaSubType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/MediaSubType.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/MediaType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/MediaType.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/PinCategory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/PinCategory.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/PinDirection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/PinDirection.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/PinInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/PinInfo.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/RECT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/RECT.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/VideoControlFlags.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/VideoControlFlags.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/VideoInfoHeader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/VideoInfoHeader.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/VideoInfoHeader2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/VideoInfoHeader2.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/VideoStreamConfigCaps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/VideoStreamConfigCaps.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/Win32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/Internals/Win32.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/PhysicalConnectorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/PhysicalConnectorType.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/VideoCapabilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/VideoCapabilities.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/VideoCaptureDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/VideoCaptureDevice.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/VideoInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/DirectShow/VideoInput.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/IVideoSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/IVideoSource.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/NewFrameEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/NewFrameEventArgs.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/NewFrameEventHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/NewFrameEventHandler.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/PlayingFinishedEventHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/PlayingFinishedEventHandler.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/ReasonToFinishPlaying.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/ReasonToFinishPlaying.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/VideoSourceErrorEventArgs.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/VideoSourceErrorEventArgs.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/VideoSourceErrorEventHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/AForge/Video/VideoSourceErrorEventHandler.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/Firebird/CommandHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/Firebird/CommandHandler.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /FirebirdRAT_03_2020/WebcamDll/WebcamDll/WebcamDll.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/FirebirdRAT_03_2020/WebcamDll/WebcamDll/WebcamDll.csproj -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/-Module-.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | // Token: 0x02000001 RID: 1 4 | internal class 5 | { 6 | } 7 | -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/ConfusedByAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/ConfusedByAttribute.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/Asn1Factory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/Asn1Factory.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/Asn1Object.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/Asn1Object.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/Asn1Type.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/Asn1Type.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/CrytoServiceProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/CrytoServiceProvider.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/DataParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/DataParser.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/GeckoDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/GeckoDatabase.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/GeckoLogin.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/GeckoLogin.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/GeckoPasswordBasedEncryption.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/GeckoPasswordBasedEncryption.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/GeckoRootEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Gecko/GeckoRootEntry.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Helpers/ConstantStorage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Helpers/ConstantStorage.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Helpers/RecoveryHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Helpers/RecoveryHelper.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Helpers/SetupManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Helpers/SetupManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/ChromiumManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/ChromiumManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/ColdWalletManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/ColdWalletManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/DesktopFileManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/DesktopFileManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/DiscordManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/DiscordManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/FileZillaManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/FileZillaManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/GeckoManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/GeckoManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/RdpManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/RdpManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/TelegramManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Recovery/TelegramManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SQLite/DataRow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SQLite/DataRow.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SQLite/FieldHeader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SQLite/FieldHeader.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SQLite/MasterEntry.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SQLite/MasterEntry.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SQLite/SqlConnection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SQLite/SqlConnection.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Server/RequestsExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Server/RequestsExtensions.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Server/ResponseHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Server/ResponseHandler.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Server/ServerManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/Server/ServerManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SetupStorage.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SetupStorage.Designer.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SetupStorage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Data/GrandSteal.Client.Data/SetupStorage.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/-Module-.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | // Token: 0x02000001 RID: 1 4 | internal class 5 | { 6 | } 7 | -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/AsyncAction.2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/AsyncAction.2.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/AsyncAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/AsyncAction.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/AsyncTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/AsyncTask.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/ClientInfoHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/ClientInfoHelper.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/ClientSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/ClientSettings.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/ConfusedByAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/ConfusedByAttribute.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Credentials/ICredentialsManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Credentials/ICredentialsManager.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Extensions/Json/JsonExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Extensions/Json/JsonExtensions.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Extensions/Nulls/IsNullExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Extensions/Nulls/IsNullExtension.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Extensions/ProtoExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Extensions/ProtoExtensions.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Extensions/Strings/StringExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Extensions/Strings/StringExtension.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/GeoInformation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/GeoInformation.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/GeoLocationHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/GeoLocationHelper.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/System/Runtime/CompilerServices/ExtensionAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.Models/GrandSteal.Client.Models/System/Runtime/CompilerServices/ExtensionAttribute.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.ViewModels/GrandSteal.Client.ViewModels/-Module-.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | // Token: 0x02000001 RID: 1 4 | internal class 5 | { 6 | } 7 | -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.ViewModels/GrandSteal.Client.ViewModels/AppViewModel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.ViewModels/GrandSteal.Client.ViewModels/AppViewModel.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.ViewModels/GrandSteal.Client.ViewModels/ConfusedByAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.ViewModels/GrandSteal.Client.ViewModels/ConfusedByAttribute.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.Client.ViewModels/GrandSteal.Client.ViewModels/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.Client.ViewModels/GrandSteal.Client.ViewModels/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/-Module-.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | // Token: 0x02000001 RID: 1 4 | internal class 5 | { 6 | } 7 | -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/CommunicationObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/CommunicationObject.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/ProtoHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/ProtoHelper.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/Request.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/Request.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/RequestBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/RequestBase.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/Response.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/Response.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/ResponseBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Communication/ResponseBase.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/ConfusedByAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/ConfusedByAttribute.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/CredentialsRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/CredentialsRequest.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserAutofill.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserAutofill.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserCookie.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserCookie.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserCredendtial.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserCredendtial.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserCreditCard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserCreditCard.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserProfile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/BrowserProfile.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/ClientSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/ClientSettings.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/ColdWallet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/ColdWallet.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/DesktopFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/DesktopFile.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/DiscordSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/DiscordSession.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/Event.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/Event.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/FtpCredential.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/FtpCredential.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/Hardware.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/Hardware.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/HardwareType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/HardwareType.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/Properties.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/Properties.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/RdpCredential.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/RdpCredential.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/RemoteClientInformation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/RemoteClientInformation.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/RemoteProcess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/RemoteProcess.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/TelegramSession.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Models/TelegramSession.cs -------------------------------------------------------------------------------- /GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/GrandSteal/GrandSteal.SharedModels/GrandSteal.SharedModels/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client.sln -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/BaseCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/BaseCommand.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class0.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class0.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class1.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class10.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class10.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class11.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class11.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class20.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class20.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class21.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class21.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class22.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class22.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class23.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class23.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class24.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class24.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class25.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class25.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class26.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class26.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class27.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class27.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class5.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class5.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class6.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class6.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class7.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class7.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class8.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class8.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Class9.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Class9.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Client.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Client.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/ClientLoaderForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/ClientLoaderForm.Designer.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/ClientLoaderForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/ClientLoaderForm.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/ClientLoaderForm.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/ClientLoaderForm.resources -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/CommandType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/CommandType.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Delegate0.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Delegate0.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/FileCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/FileCommand.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass0.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass0.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass1.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass10.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass10.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass2.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass3.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass4.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass4.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass5.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass5.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass6.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass6.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass7.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass7.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass8.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass8.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GClass9.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GClass9.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GDelegate0.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GDelegate0.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GStruct0.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GStruct0.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GStruct1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GStruct1.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GStruct2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GStruct2.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/GStruct3.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/GStruct3.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/NanoCore Client.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/NanoCore Client.csproj -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/PluginCommand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/PluginCommand.cs -------------------------------------------------------------------------------- /Nanocore_06_2019/NanoCore Client/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Nanocore_06_2019/NanoCore Client/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin.sln -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/CRTInjection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/CRTInjection.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/InjectionMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/InjectionMethod.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/InjectionMethodType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/InjectionMethodType.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/ManualMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/ManualMap.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/StandardInjectionMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/StandardInjectionMethod.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/ThreadHijack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/InjectionLibrary/ThreadHijack.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/Constants.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/DATA_DIRECTORIES.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/DATA_DIRECTORIES.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_BASE_RELOCATION.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_BASE_RELOCATION.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_DATA_DIRECTORY.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_DATA_DIRECTORY.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_DOS_HEADER.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_DOS_HEADER.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_FILE_HEADER.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_FILE_HEADER.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_IMPORT_DESCRIPTOR.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_IMPORT_DESCRIPTOR.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_NT_HEADER32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_NT_HEADER32.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_OPTIONAL_HEADER32.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_OPTIONAL_HEADER32.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_RESOURCE_DATA_ENTRY.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_RESOURCE_DATA_ENTRY.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_RESOURCE_DIRECTORY.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_RESOURCE_DIRECTORY.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_RESOURCE_DIRECTORY_ENTRY.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_RESOURCE_DIRECTORY_ENTRY.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_SECTION_HEADER.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_SECTION_HEADER.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_THUNK_DATA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/IMAGE_THUNK_DATA.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/PortableExecutable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/PortableExecutable.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/ResourceWalker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/ResourceWalker.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/U1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/PortableExecutable/U1.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Tools/ErrorBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Tools/ErrorBase.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Tools/MemoryIterator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Tools/MemoryIterator.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Tools/UnmanagedBuffer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Tools/UnmanagedBuffer.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Tools/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Tools/Utils.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Win32/Win32Ptr.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Win32/Win32Ptr.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Win32/WinAPI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/JLibrary/Win32/WinAPI.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/StubAdmin.bin.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/StubAdmin.bin.csproj -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/StubAdmin.bin.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/StubAdmin.bin.ico -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System/Runtime/CompilerServices/ExtensionAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System/Runtime/CompilerServices/ExtensionAttribute.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/ARME.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/ARME.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/AVKill.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/AVKill.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/AntiEverything.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/AntiEverything.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/BandwidthFlood.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/BandwidthFlood.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/BotKillers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/BotKillers.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/CheckAV.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/CheckAV.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Condis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Condis.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Disablers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Disablers.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/GPUMiner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/GPUMiner.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/HTTPGet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/HTTPGet.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/HardBK.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/HardBK.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Injection.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Injection.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/KeyboardHook.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/KeyboardHook.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Logger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Logger.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Miner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Miner.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MyApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MyApplication.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MyComputer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MyComputer.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MyProject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MyProject.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MySettings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MySettings.Designer.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MySettings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MySettings.settings -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MySettingsProperty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/MySettingsProperty.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/Resources/Resources.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/My/Resources/Resources.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Passwords.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Passwords.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Persistence.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Persistence.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/PlasmaRAT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/PlasmaRAT.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/PostHTTP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/PostHTTP.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/ProcessAccessRights.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/ProcessAccessRights.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Resources.resources -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/SQLiteHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/SQLiteHandler.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/SetProcCritical.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/SetProcCritical.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Slowloris.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Slowloris.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Torrent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/Torrent.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/UDP.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/UDP.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/mRunpe.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/System_Configuration/mRunpe.cs -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/StubAdmin.bin/app.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/StubAdmin.bin/app.manifest -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/configdec.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/configdec.txt -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/plasma_rat_image_summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/plasma_rat_image_summary.png -------------------------------------------------------------------------------- /Plasma_RAT_06_2016/plasmacfg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Plasma_RAT_06_2016/plasmacfg.py -------------------------------------------------------------------------------- /Unk1/sdfsdf.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf.sln -------------------------------------------------------------------------------- /Unk1/sdfsdf/-Module-{8AA6EFB8-4EF6-4D18-B36C-C300382F8161}.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | // Token: 0x02000044 RID: 68 4 | internal class {8AA6EFB8-4EF6-4D18-B36C-C300382F8161} 5 | { 6 | } 7 | -------------------------------------------------------------------------------- /Unk1/sdfsdf/Classes/ClientRuleClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Classes/ClientRuleClass.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/Containers/ParamRuleContainer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Containers/ParamRuleContainer.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/Descriptors/ParserSpecificationDescriptor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Descriptors/ParserSpecificationDescriptor.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/Dictionaries/Parser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Dictionaries/Parser.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/EnteryNameSpace/BotModule.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/EnteryNameSpace/BotModule.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/Properties/Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Properties/Resources.resources -------------------------------------------------------------------------------- /Unk1/sdfsdf/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Properties/Settings.settings -------------------------------------------------------------------------------- /Unk1/sdfsdf/Queues/Customer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Queues/Customer.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Compression/JpgCompression.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Compression/JpgCompression.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Consumers/Method.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Consumers/Method.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/FastCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/FastCodec.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Mappers/DescriptorMapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Mappers/DescriptorMapper.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Mappers/SchemaMapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Mappers/SchemaMapper.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Pakcets/Client/Packets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Pakcets/Client/Packets.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Polices/InvocationProcessPolicy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Polices/InvocationProcessPolicy.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Program.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Properties/Resources.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Properties/Resources.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/RemoteClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/RemoteClient.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Schemes/MapperProductSchema.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Schemes/MapperProductSchema.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Schemes/Product.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Schemes/Product.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Streaming.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Streaming.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/Tasks/ProcessListenerTask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/Tasks/ProcessListenerTask.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/nagruz/sdfsdfdsg.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/nagruz/sdfsdfdsg.Designer.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/nagruz/sdfsdfdsg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/nagruz/sdfsdfdsg.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/RemoteClient/nagruz/sdfsdfdsg.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/RemoteClient/nagruz/sdfsdfdsg.resources -------------------------------------------------------------------------------- /Unk1/sdfsdf/Resolver/DatabaseParserResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Resolver/DatabaseParserResolver.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/Resolver/TokenizerParserResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/Resolver/TokenizerParserResolver.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/aR3nbf8dQp2feLmk31.lSfgApatkdxsVcGcrktoFd.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/aR3nbf8dQp2feLmk31.lSfgApatkdxsVcGcrktoFd.resources -------------------------------------------------------------------------------- /Unk1/sdfsdf/fdghdfghdfg/WindowsApi.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/fdghdfghdfg/WindowsApi.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/fdghdfghdfg/WindowsUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/fdghdfghdfg/WindowsUtility.cs -------------------------------------------------------------------------------- /Unk1/sdfsdf/sdfsdf.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/sdfsdf.csproj -------------------------------------------------------------------------------- /Unk1/sdfsdf/sdfsdf.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/sdfsdf.g.resources -------------------------------------------------------------------------------- /Unk1/sdfsdf/sdfsdf.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/p3pperp0tts/malware_decompiled_code/HEAD/Unk1/sdfsdf/sdfsdf.ico --------------------------------------------------------------------------------