[TUTORIAL] How to code NoEscape.exe in C# - SETUP (part 1)

Ғылым және технология

Please note that everything I demonstrate in the video is running on a virtual machine.
This video is for experiments only. Under no circumstances try anything on your device!
Be aware that malware can damage your device, destroy all data, or steal it.
Again, this is for educational and entertainment purposes only, I do not recommend anyone to install these programs!
Thank you.
Link Source code: github.com/MalwareStudio/Noes...
Link SharpKeys: www.randyrants.com/category/s...
• Second Channel: / @clutter1952
• KZread: / cluttertech
• Discord: discord.io/cybersldr
• GitHub: github.com/MalwareStudio
• Patreon: It doesn't work yet
• Email for VM series: custom.malware@gmail.com
Original virus by ‪@Endermanch‬: • NoEscape.exe (Creepypa...
►DON'T FORGET SUBSCRIBE, LIKE, COMMENT◄
00:00 - Intro
00:21 - Creating project
01:31 - Entry Point
02:42 - Extractor
03:26 - Cmd Function
03:55 - Creating Users
04:27 - String Generator
05:42 - Registry Keys
06:22 - Random Files
07:20 - Finish
07:39 - Testing
#tutorial #technology #tech #noescape #virus

Пікірлер: 60

  • @plashplash-fg6hd
    @plashplash-fg6hd Жыл бұрын

    I’m glad this wonderful series is still up. Cheers!

  • @HatsuSixtyOne
    @HatsuSixtyOne Жыл бұрын

    For the string generator, you can simply generate random numbers, and use them as the ASCII code for the characters. That way, you don't need the array of characters.

  • @mist.malware

    @mist.malware

    Жыл бұрын

    Yes

  • @user-iu8ps1yo1w

    @user-iu8ps1yo1w

    11 ай бұрын

    I actually didn't think about this when I built my personal Password Generator, thanks, I think I'm going to update it.

  • @V-T-I-N-T
    @V-T-I-N-T Жыл бұрын

    Good job, Clutter! Very good tutorial

  • @user-wv1bh4xr6p

    @user-wv1bh4xr6p

    7 күн бұрын

    Skidded Of C++!

  • @etherkhandaker2035
    @etherkhandaker2035 Жыл бұрын

    Bro I always follow you and your video is really educational and helpful we learn something...... from your video😊😊😊keep it up bro.....

  • @mist.malware
    @mist.malware Жыл бұрын

    Great!!! I am also working on something like NoEscape called 001.exe in C++.

  • @DeveloperOfficial
    @DeveloperOfficial10 ай бұрын

    I'm developing a virus made in bat, it makes unnecessary folders on the desktops, creates multiple users, and changes the registry so that the background is plain red, I will develop the part that the virus edits every program to another bat file then it will delete the boot files, corrupts your os. A new sub ❤

  • @75rxREDSTONE
    @75rxREDSTONE Жыл бұрын

    Very good job and tutorial, but just one thing to simplify your C# coding experience: 5:00 instead of creating char array, you can also just use a string and store all of this text like 1 string, it still works like a char array, if you use something like this: string chars = "abc"; Console.WriteLine(chars[1]); // Outputs b instead of: char[] chars = {'a', 'b', 'c'}; Console.WriteLine(chars[1]); //outputs b also, but the code is a bit more painful to write

  • @ClutterTech

    @ClutterTech

    Жыл бұрын

    Ty

  • @malwaretestingfan

    @malwaretestingfan

    Жыл бұрын

    There's also another method: splitting the string explicitly to an array.

  • @fakevhilov
    @fakevhilov10 күн бұрын

    Wonderful tutorial. Can you make a tutorial on how to create the MADMAN virus (the language doesn't matter)?

  • @ashwagandacilps
    @ashwagandacilps Жыл бұрын

    nice video

  • @mrmoiii
    @mrmoiii Жыл бұрын

    good!

  • @0RIPPER0
    @0RIPPER0 Жыл бұрын

    noice brooooooooooooooo

  • @exlon
    @exlon Жыл бұрын

    I think the hardest part to find info is random profiles, and how to create them

  • @Haxhom
    @Haxhom Жыл бұрын

    oh nice

  • @typicaloofers
    @typicaloofers Жыл бұрын

    Ok, so I coded this myself, and the extractor code doesn’t work anymore. So I had to remove that plus some reg keys and some code, and now it works fine. Can you please explain how your code compiles without a NullArgument Exception but mine doesn’t? Thanks!

  • @spinguy1429
    @spinguy1429 Жыл бұрын

    nice

  • @Trollboy_2211
    @Trollboy_22118 күн бұрын

    Dude nice works on these cool viruses,seriously nice job, i have a tip if uwanna make more money out of them,why not make an anti virus of that same virus and sell it for alot of money,it would be cool

  • @tomphilou
    @tomphilou Жыл бұрын

    oh yes its good

  • @vdofficialchannel9841
    @vdofficialchannel9841 Жыл бұрын

    How does the dropped process winnit.exe achieve persistance. Could you tell me how it does that.

  • @acountdontexistanymore
    @acountdontexistanymore8 ай бұрын

    you forgot the "this is malware no joke do you want to contenue" alert box

  • @ClutterTech

    @ClutterTech

    8 ай бұрын

    I know that everybody can do it by themselves :)

  • @acountdontexistanymore

    @acountdontexistanymore

    8 ай бұрын

    @@ClutterTech but I don’t know how to do it in c#

  • @awli8861

    @awli8861

    3 ай бұрын

    @@acountdontexistanymorerftm

  • @NullExceptionch
    @NullExceptionch Жыл бұрын

    From where did you get this idea? Anyway I too created it in c and it’s demonstrated in my channel by the way nice video I’m just learning C# though

  • @NullExceptionch

    @NullExceptionch

    Жыл бұрын

    Check it out if you want maybe you might get an idea 🙄

  • @ClutterTech

    @ClutterTech

    Жыл бұрын

    This idea was suggested to me by the fans and you're welcome.

  • @Heather8512
    @Heather85129 ай бұрын

    Does this go back to normal when i restart?

  • @noahmattsmith
    @noahmattsmith Жыл бұрын

    It's entertaining

  • @groksingaccel
    @groksingaccel6 ай бұрын

    how do i can get the extract function?

  • @FREAXZGamePGW
    @FREAXZGamePGW6 ай бұрын

    This might be a crazy question. But how do i convert the source code into exe

  • @payback2crashes
    @payback2crashes Жыл бұрын

    It would have been cooler if you used the netapi32 functions instead of calling wmic and net.exe

  • @drako2692
    @drako2692 Жыл бұрын

    do we have to save it as .bat?

  • @vdofficialchannel9841
    @vdofficialchannel9841 Жыл бұрын

    Will this noescape.exe include everything that noescape.exe does like boot sector virus which prevents the user from uninstalling the trojan when windows is reinstalled . Hiding the process in task manager. Please do, I will try to be the first users to watch your video.

  • @ClutterTech

    @ClutterTech

    Жыл бұрын

    I will do it in the next part, don’t worry

  • @vdofficialchannel9841

    @vdofficialchannel9841

    Жыл бұрын

    @@ClutterTech Your a legend brah 🙏

  • @mraoxuinthedrip
    @mraoxuinthedrip Жыл бұрын

    Good job i want to create my no escape but i have a potato pc that runs onlt chrome i have not some space theres a way to do in notepad? i have potato pc and i cant afford a VM A way in batch? A way in VBScript? A way in Notepad?

  • @yes4ice

    @yes4ice

    10 ай бұрын

    you can do vbs and batch but dont turn batch into a executable use it for reg adds and commands

  • @thebluepurple1
    @thebluepurple15 ай бұрын

    How do I edit the main username and password?

  • @bitmikealerts_lol
    @bitmikealerts_lol10 ай бұрын

    Hey cybersoldier, it's been a long time since I've watched you, but i noticed that you deleted your ransomware tutorial? I remember seeing a ransomware caught in the wild that looked eerily similar to yours, so that may be the reason. I honestly feel bad for you if that's the case

  • @ClutterTech

    @ClutterTech

    10 ай бұрын

    Hey. No, I deleted it because of youtube. When second part came out, they blocked that video so fast and then I was worried about another sanction. Because of that, I won’t create any ransomware tutorial.

  • @bitmikealerts_lol

    @bitmikealerts_lol

    10 ай бұрын

    @@ClutterTech ok.

  • @ivan69420.
    @ivan69420. Жыл бұрын

    how do i change background color to red and text to white when i overwrite mbr?

  • @ClutterTech

    @ClutterTech

    Жыл бұрын

    1. search for some regs on the internet 2. I will make mbr in the part 2

  • @ivan69420.

    @ivan69420.

    Жыл бұрын

    ​@@ClutterTechok i got it

  • @vdofficialchannel9841
    @vdofficialchannel9841 Жыл бұрын

    Could you do the "Fred dusk say no, go and play outside boy" message when you open an application. 😀

  • @ClutterTech

    @ClutterTech

    Жыл бұрын

    I will do every payload that original noescape contain

  • @vdofficialchannel9841

    @vdofficialchannel9841

    Жыл бұрын

    @@ClutterTech ok

  • @Sunny1919FF
    @Sunny1919FF10 ай бұрын

    1:18 where did you get that?

  • @ClutterTech

    @ClutterTech

    10 ай бұрын

    Do you mean that manifest file? Just Add "Application Manifest File (Windows Only) and type what I did. Then your application will be run as an administrator. Keep in mind that this causes UAC popup.

  • @dinoman2003
    @dinoman2003 Жыл бұрын

    Can you show, how to make virus in visual Studio code?

  • @ClutterTech

    @ClutterTech

    Жыл бұрын

    No because VS code is just an editor.

  • @dinoman2003

    @dinoman2003

    Жыл бұрын

    @@ClutterTech oh ok

  • @RandomytchannelGD
    @RandomytchannelGD Жыл бұрын

    Now do it in python.

  • @vdofficialchannel9841

    @vdofficialchannel9841

    Жыл бұрын

    just find the necessary libraries, use winapi lib to gain access to windows apis and start making. The syntax of the code will be different but you should be able to achieve the same result. These steps go for other languages as well. As long you have access to the right libraries and that the programming language being used can build the right binaries for the operating system/s you are willing to target. There is really no issue.

  • @Potasec
    @Potasec Жыл бұрын

    third

Келесі