I had to laugh as you were using the powershell to create files.. I created what i thought was a worthless application for the editing fileTree and creating multiple files or folders at once hehe Great videos! Much appreciated!
it s not that dangerous since it can only encrypt small files. If u want to encrypt more and bigger files u have to: 1) divide the byte array in chunks otherwise ur program would run out memory,and create a temporary file to store the cripted or decripted data 2) Make a parallel iteration* of all the files in an environment directory in order to be sure that path is on the computer victim (*single threaded iteration would take too long)
I would love to see some hardware/firmware hacking. Using old unsupported gaming consoles could be cool - running code on xbox 360, turning on kinect cameras etc
19:45 - 21:15 black screen. Btw waiting for AV bypass with fresh Defender, learn a lot by touching all this stuff with obfuscations, but dont understand how you guys crypting yours fishing compains. Writing your own cryptors(and if yes, how you understand what will bypass AV and what not) or use enterprise solutions? Trying practice evasion 'cose see this in test cases by job offering and this is kinda pain in the ass for me. Maybe you can recommend smthn to read? Ty for your efforts for all videos!
Question, why does each encrypted file appears to have different content if the original files were the same and you used symmetric encryption with same password?
Very good question, there are a lot of techniques that I haven't yet covered on this channel. Some of the best methods right now are COM hijacking and DLL hijacking.
@@Cod3rMax bypassing AV at both scan time and runtime is SO EASY! piece of advice don't use .NET dependency driven crapware languages for malware / IT Security related tasks its the worst idea in the history of ideas when it comes to this type of stuff man. Learn a truly native language and go from there.
You NEED to know these 10 interview questions if you want to get into cyber security pentesting:
elevatecybersecurity.net/interview
Very interesting! Love it. Would love more videos more in depth like this
Awesome! Yes, I definitely plan on diving in more with this series
I had to laugh as you were using the powershell to create files.. I created what i thought was a worthless application for the editing fileTree and creating multiple files or folders at once hehe
Great videos! Much appreciated!
Dude this is awesome
Can you do a ransomware video where you gain access to the remote computer's command prompt?
It includes Netcat & a solution between CMD & PShell.
Time to use this for some "Educational Purposes"
hhhhhhhhhhh
it s not that dangerous since it can only encrypt small files. If u want to encrypt more and bigger files u have to:
1) divide the byte array in chunks otherwise ur program would run out memory,and create a temporary file to store the cripted or decripted data
2) Make a parallel iteration* of all the files in an environment directory in order to be sure that path is on the computer victim (*single threaded iteration would take too long)
I would love to see some hardware/firmware hacking. Using old unsupported gaming consoles could be cool - running code on xbox 360, turning on kinect cameras etc
Hardware hacking would be really cool but I haven't had a chance to explore it too much yet. Definitely on my list though.
Great video bro!
19:45 - 21:15 black screen. Btw waiting for AV bypass with fresh Defender, learn a lot by touching all this stuff with obfuscations, but dont understand how you guys crypting yours fishing compains. Writing your own cryptors(and if yes, how you understand what will bypass AV and what not) or use enterprise solutions? Trying practice evasion 'cose see this in test cases by job offering and this is kinda pain in the ass for me. Maybe you can recommend smthn to read? Ty for your efforts for all videos!
Yes, bypassing AV is one of the main reasons that I'm learning C# actually. Eventually we will get there in this series.
NEED HELP keep on getting this error when file is clearly there
System.IO.FileNotFoundException: 'Could not find file 'C:\stuff\Text'.'
Question, why does each encrypted file appears to have different content if the original files were the same and you used symmetric encryption with same password?
Could you give me the link for the playlist please?
Hi I'd like to ask how do I manually input the path location in the Console ?
love it, source code link?
What c# version are you using? 2015 not working on this
How it is possible when you make something like this make it undetectable by anti-virus?
Very good question, there are a lot of techniques that I haven't yet covered on this channel. Some of the best methods right now are COM hijacking and DLL hijacking.
@@elevatecyber5031 can you provide me sources where i can learn it please?
@@elevatecyber5031 tried the del hijacking well it has been 24 hours i'm still trying because this apparently works only with c++
@@Cod3rMax bypassing AV at both scan time and runtime is SO EASY! piece of advice don't use .NET dependency driven crapware languages for malware / IT Security related tasks its the worst idea in the history of ideas when it comes to this type of stuff man. Learn a truly native language and go from there.
make a Ransomware in python
if u want a ransomware in python dm me I have one
ruclips.net/video/UtMMjXOlRQc/видео.html
Network Chuck has a really good Python ransomware video.
@@jeanmarcel6495 DM you? How? You have email?
I am having a problem decrypting the file. May I please get a little bit of help? Don't worry, I am not using this tutorial to make ransomware.
Nevermind, LoL. It's working now because I accidentally used the wrong directory.
I am also having trouble decrypting lol
@@im2good4ulc53 LoL.
code pleas
i crypted my pc help
there red x in every new ordner
You'd have use the decryption code that you created