NotAnExfil

Early code!


using System;

namespace NotAnExfil
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Beep Boop Boop");
            Console.WriteLine("Boop Beep Beep");
			//stuff
            Thread.Sleep(someMillSec);
        }

        private int getPersistance()
        {
            //Check persitance, persitance = 1, not percistance = 0
            return 0;
        }

        private int setPersistance()
        {
            // https://stackoverflow.com/questions/7394806/creating-scheduled-tasks
            return 0;
        }

        private int pushString(string _pck)
        {
            //create a URL with some exfil-pck
            //https://docs.microsoft.com/en-us/dotnet/framework/network-programming/how-to-request-a-web-page-and-retrieve-the-results-as-a-stream
            return 0;
        }
        private string getPck()
        {
            //find file, read and remove pck, return pck
            return "";
        }
        public string getFlag()
        {
            return "BOLK{expired}";
        }
    }
}

We share code!

Bounty.Express - c0de repository made easy.