i created malware with Python (it's SCARY easy!!)

  Рет қаралды 2,462,062

NetworkChuck

NetworkChuck

Күн бұрын

Пікірлер: 2 300
@NetworkChuck
@NetworkChuck 2 жыл бұрын
Create your Python Malware lab: ntck.co/linode (you get a $100 Credit good for 60 days as a new user!) We are going to write our very own malware in Python!! It’s actually scary easy to do and it will give you a peek behind the curtain of how bad actors create these malicious programs. NetworkChuck will walk you through every step of how to create a ransomware program in Python using the cryptography library in Python called Fernet. He’ll then show you how to download a malware playground, a malware showcase of malicious python scripts you can play with. 🧪🧪Links and Walkthrough: ntck.co/321 🔥🔥Join the NetworkChuck Academy!: ntck.co/NCAcademy 0:00 ⏩ Intro 0:45 ⏩ What do you need? 0:56 ⏩ Our sponsor is awesome 2:06 ⏩ STEP 1 - the setup 2:20 ⏩ What is Ransomware? 3:52 ⏩ STEP 2 - Creating our ransomware script 14:39 ⏩ STEP 3 - Writing the ransomware decryption script 21:37 ⏩ Downloading a malware playground **Sponsored by Linode
@Fun_is_fun
@Fun_is_fun 2 жыл бұрын
Hey chuck
@aaditey
@aaditey 2 жыл бұрын
why didn't you use a list comprehension for listing all files in the directory.
@bluestonecreeper720
@bluestonecreeper720 2 жыл бұрын
At 10:10 could you theoretically append the key to a encrypted file then just cut the key from said file after the fact when you need the key and are ready to decode? (Or put the key in the middle of they encrypted file or something) if so I think that would be a interesting way to hide it ***this is for educational purposes only***
@piplip69
@piplip69 2 жыл бұрын
Hey Sir i have a problem.how can Offline and online ransomware infected file's recovered.pleace share with us offline and online solution...
@hf-xb2wy
@hf-xb2wy 2 жыл бұрын
i got a website you can try out
@LyrelGaming
@LyrelGaming 2 жыл бұрын
Chuck: "Let's create a malicious software..." Also Chuck: "But don't use it for malicious services!"
@HadronCollisionYT
@HadronCollisionYT 2 жыл бұрын
I thought the same
@ponyride23
@ponyride23 2 жыл бұрын
That's literally the definition of a pen tester
@TheJackal917
@TheJackal917 2 жыл бұрын
That's the only you learn.
@F.M671
@F.M671 2 жыл бұрын
@@ponyride23 In terms of writing ransomware, I m pretty sure that pen testers just use samples instead of writing their own for business purposes. I m not an expert and I might be wrong but it sounds way more reasonable than spending time developing something that has already been done. To top it off , certain groups / malware types have their own different quirks and using them instead of self made stuff just makes the test more realistic. Not the best way to describe this but I hope it's enough
@none4972
@none4972 2 жыл бұрын
@@ytg6663 Yes so c or c++ seems like a better option
@benjaminlynch9958
@benjaminlynch9958 2 жыл бұрын
Fun fact: the method used to encrypt files for ransomware is the same method used by laptop OEM’s to encrypt your entire hard drive and and protect the data in case of theft.
@friendlycreeper1045
@friendlycreeper1045 2 жыл бұрын
Just the difference is that when they protect your data they give you the key but the malware makers don't xD
@johnb6723
@johnb6723 2 жыл бұрын
Moral of that - be careful what links y'all click on.
@friendlycreeper1045
@friendlycreeper1045 2 жыл бұрын
@@johnb6723 yes
@3kleri
@3kleri 2 жыл бұрын
Facts
@wolfy_claw4230
@wolfy_claw4230 2 жыл бұрын
So pretty much the same as windows bitlocker
@shesh9043
@shesh9043 2 жыл бұрын
Chuck: "Ok, so please dont use it for malicious reasons." Also Chuck: "So, this is how you set things up, this is what you need and here is the code."
@caffeineB34R
@caffeineB34R 2 жыл бұрын
Well, it's not really that dangerous of a script, it's mostly to teach how it works so people are more educated
@jupap5271
@jupap5271 2 жыл бұрын
With great power comes great responsibility ~lord Voldemort
@Vibri_but_Paranoid
@Vibri_but_Paranoid 2 жыл бұрын
I don't get it.
@buldozzer3456
@buldozzer3456 2 жыл бұрын
In IT-security it is crucial to understand how things like ransomware work, in order to protect your networks from it.
@heybigjohnthakyouforsharin2399
@heybigjohnthakyouforsharin2399 2 жыл бұрын
Please help me Please I'm passing through some stress, I recover my lost USDT account, the problem now is that the wallet address bind to that withdrawal text box, I don't have access to it again and I lost all the contacts I used in registering the USDT account. And now, I have tried changing the wallet address in the withdrawal text box, it's not responding. Please what will I do help me out Please
@ArikCool
@ArikCool 2 жыл бұрын
Every single time I watch these kind of videos: My Brain: I should try this in school computers
@asminqps3003
@asminqps3003 2 ай бұрын
Did you mean watch instead of was
@ArikCool
@ArikCool 2 ай бұрын
@asminqps3003 Thanks for the correction Asmin
@asminqps3003
@asminqps3003 2 ай бұрын
@@ArikCool my username is actually Billy not asminqps3003
@the_everything999
@the_everything999 10 күн бұрын
Broo! My thoughts exactly...
@KaimiNaone
@KaimiNaone Жыл бұрын
Absolutely have nothing but positivity for Chuck I love the way he makes learning enjoyable
@Valoner1
@Valoner1 2 жыл бұрын
"if you want to defend yourself, you need to know how they attack" - someone
@saadmuhammad3119
@saadmuhammad3119 4 ай бұрын
I did it in school using powershell 😆
@mrabdellah8853
@mrabdellah8853 Ай бұрын
@@saadmuhammad3119 haha nice, how did you do it, in the video he did it in his own linux but how can you send that to someone, كيف فعلت هده الاشياء
@buldozzer3456
@buldozzer3456 2 жыл бұрын
Theoretical a script that's add shutdown to autostart, is also in the category of malware. The 'hard' part of creating a malware is to find an exploit in a system to execute it with elevated permissions.
@officialexploitacademy
@officialexploitacademy 2 жыл бұрын
Nothing a little priv esc cant do!
@User-kq3od
@User-kq3od 2 жыл бұрын
That is not hard at all startup functions dont even require elevated privs
@buldozzer3456
@buldozzer3456 2 жыл бұрын
@@User-kq3od It depends on your OS / Distro. For example, in Windows you can't add stuff to global autostart as normal user, but you can add things to your shell:startup, or schedule a task at your logon.
@User-kq3od
@User-kq3od 2 жыл бұрын
@@buldozzer3456 Yeah, exactly, startup does not require elevated privileges. And if you wanted machine startup that badly just use a UAC exploit, they are all over the place in both linux and windows.
@netadmin-fraser787
@netadmin-fraser787 2 жыл бұрын
Read the drive from another system like an external drive to retrieve/edit files
@joshblenkinsop6157
@joshblenkinsop6157 2 жыл бұрын
I never comment on youtube, but I have to say this... This video has served as an introduction to linux, virtual machines, python, ransomware and hacking all in one to me, I already had a very brief knowledge of the above but following along here has expanded my knowledge 10 fold. Thanks chuck, we genuinely appreciate it.
@KDE666
@KDE666 2 жыл бұрын
And cloud!
@m0R03
@m0R03 2 жыл бұрын
and Docker
@sanadGM
@sanadGM Жыл бұрын
@@KDE666 its same vm
@garbagetrash2938
@garbagetrash2938 2 жыл бұрын
I'm a security analyst and aspiring security engineer. Thank you so much for helping the good guys understand this stuff.
@garbagetrash2938
@garbagetrash2938 2 жыл бұрын
Recently our head engineer showed me a python script that extracted and ran shell code ransomware that was saved as a png.
@ajramirez77
@ajramirez77 Жыл бұрын
Y'all hiring lol? I'm finishing up my Master's degree in cybersecurity studies. My professor actually assigned us to watch videos like this.
@-azeR-
@-azeR- Жыл бұрын
and then im sitting there watching this out of passion and considering taking an MD-102 course real quick to be an IT
@Tyr0p1tas
@Tyr0p1tas 6 ай бұрын
@@garbagetrash2938 damn that's sneaky
@gr33nben40
@gr33nben40 2 жыл бұрын
Chuck: Here, take this amazing chocolate! Also Chuck: Don't ever eat it.
@ThePaulSIN
@ThePaulSIN 2 жыл бұрын
I would respectfully disagree with the code instruction being ransomware. To me it looks like a nice programmers script to keep the admin from looking at their private files. Very well done. Very good tool.
@sevenstars0711
@sevenstars0711 2 жыл бұрын
this is a video to showcase how ransomware works, not how to do it perfectly
@Mizuki-Mikos-Music-Corner
@Mizuki-Mikos-Music-Corner 2 жыл бұрын
although definitely a nice tool to hide files with ngl. tho yea its just bare bones ransomware not company worthy viruses
@RickHenderson
@RickHenderson 2 жыл бұрын
Agreed. Gee I never thought about using it that way.
@Hamza-gn2cg
@Hamza-gn2cg 2 жыл бұрын
@@Mizuki-Mikos-Music-Corner What makes a company worthy ransomware?
@Mizuki-Mikos-Music-Corner
@Mizuki-Mikos-Music-Corner 2 жыл бұрын
@@Hamza-gn2cg i meant ransomware that could take down companies. sorry for the confusion
@lukhonajames411
@lukhonajames411 2 жыл бұрын
There's no way I'd miss a chuck episode
@HadronCollisionYT
@HadronCollisionYT 2 жыл бұрын
Your comment had 63 likes. It was not looking good bcz computers use 64 so I liked it.
@donhulio4314
@donhulio4314 2 жыл бұрын
Which one is the video about the shabang?
@Mizuki-Mikos-Music-Corner
@Mizuki-Mikos-Music-Corner 2 жыл бұрын
@@donhulio4314 bash scripting right now episode one.
@vibemusic6478
@vibemusic6478 2 жыл бұрын
@@HadronCollisionYT lol
@CattopyTheWeb
@CattopyTheWeb 2 жыл бұрын
@@HadronCollisionYT lol
@sahibsaleh5934
@sahibsaleh5934 2 жыл бұрын
Chuck, you are one of the best KZbin channels I have ever crossed, I always love to learn the things you teach. The way you describe the commands is super simple and that is why I really enjoy your videos. Thank You so much!!! For the great work you do.
@windev31secondchannel42
@windev31secondchannel42 2 жыл бұрын
you get a heart from me even if im not chuck :)
@germandistel3987
@germandistel3987 2 жыл бұрын
I love the style of your videos man! The speed, the facing to the different cameras, the dog.
@gregoryshoemake
@gregoryshoemake Жыл бұрын
Chuck: let's create malware! Also Chuck: downloads libraries
@nightterror6727
@nightterror6727 2 жыл бұрын
"Please don't use it for malicious reasons" Ferb, I know what we're gonna do today!
@cdoutdoors8207
@cdoutdoors8207 6 ай бұрын
🤣🤣🤣🤣🤣
@Gamerakshat2024
@Gamerakshat2024 13 сағат бұрын
THIS WAS IN MY RECOMMENDATIONS 😭😭😭
@weirdoggoz3993
@weirdoggoz3993 2 жыл бұрын
can't wait to use this for educational purpose!!
@onkarbatra9884
@onkarbatra9884 2 жыл бұрын
lol😂
@Mahliswealth
@Mahliswealth 2 жыл бұрын
😁😁
@Aleronte
@Aleronte 2 жыл бұрын
Nice video! Hope to see more content like that, maybe something about forensics. Keep it going man!
@andreaanfuso8664
@andreaanfuso8664 2 жыл бұрын
I have experience with several languages but I've never used phyton and that's the first video I see about it. The fact that I could spot the mistake on putting the "wrong password" print in the for loop before he executed it is so cool, phyton looks really clean, easy and readable language than C or... MIPS. Good video, clear fast and kept my attention up the whole time.
@gereraltbone12346
@gereraltbone12346 2 жыл бұрын
Pythons Grammer is so nice it just looks good
@LaziestTechinCyberSec
@LaziestTechinCyberSec 11 ай бұрын
It's just annoying that whitespace is significant.
@pynxthegoat5593
@pynxthegoat5593 9 ай бұрын
@@LaziestTechinCyberSec *bython enters the chat*
@ToyMachine22122
@ToyMachine22122 2 жыл бұрын
Thanks for this! As a developer looking to make my way into DevOps, I find a lot of your content really helpful... This one was more just for fun but it was interesting to see just how easy it is to code malware! I've said this before but I gotta compliment the voice again man, I could listen to you talk about literally anything. Deep, smooth, and peaceful yet enthusiastic - audible chocolate if ever I heard it. Now off to go buy coffee from you...
@ToyMachine22122
@ToyMachine22122 2 жыл бұрын
Also, good job disclosing just the right amount of info to maximize the educational value, without giving away enough to make somebody truly dangerous. You clearly put a good deal of thought into that.
@JacobP81
@JacobP81 2 жыл бұрын
13:50 That looks like good code, the way you explain it it is very straightforward and easy to understand for me. I have experience in programming but not a lot in python. I could totally edit this and use it for a non malicious purpose to just encrypte files I want to keep secret.
@MAD-kh2oy
@MAD-kh2oy 2 жыл бұрын
you can just put a password for that lol, but wheres the fun in that, and a password can be bruteforced
@ansh6848
@ansh6848 2 жыл бұрын
@@MAD-kh2oy can you brute force a 128 bit AES..lol ?
@hasnainalioriginal
@hasnainalioriginal Жыл бұрын
​@@ansh6848 yeah lol 😆
@bitonic589
@bitonic589 Жыл бұрын
@@ansh6848 no, you cannot brute-force AES. It's literally a quantum-resistant encryption algorithm that has gone through intensive analysis to be selected for the USA encryption standard. Not something that can just be brute-forced.
@bitonic589
@bitonic589 Жыл бұрын
@@hasnainalioriginal nope.
@hillbillybob3463
@hillbillybob3463 2 жыл бұрын
I can make a logic bomb out of a .bat file with 3 characters. Malware isn't hard to make, the hard part is bypassing all the protections/anti virus software people use.
@pavelcuba9260
@pavelcuba9260 2 жыл бұрын
@@ashgd9768asd what are some methods to bypass anti virus? Im gonna make a Bc. degree on this theme.
@phantomfalchion9493
@phantomfalchion9493 Жыл бұрын
@hillybillybob could you teach me how to do this?
@yodaiam5235
@yodaiam5235 Жыл бұрын
Fork bomb
@samuelbekhuis9998
@samuelbekhuis9998 Жыл бұрын
@Mark Rayers @echo off :crash start goto crash
@last_nomad
@last_nomad 2 жыл бұрын
Already started my python classes and you always help me with this crazy ideas, thanks alot chuck.
@blvckl0tcs750
@blvckl0tcs750 2 жыл бұрын
Just a reality check that python is really only good in situations like this for scripting assistance and not creation of malware.
@itx02
@itx02 7 ай бұрын
Better learn c
@robertrigby3816
@robertrigby3816 Ай бұрын
@@blvckl0tcs750 you can use nuitka it compiles your python code into a portable C .exe making a 20mb hello world program into a 420kb
@Padz.
@Padz. Жыл бұрын
Next Chuck vidéo : *« Let’s destroy the boot sector ! (but don’t use it for malicious service 😉) »*
@bobby5enpai
@bobby5enpai Жыл бұрын
I've always told people that you wouldn't believe how easy it is. Sure, it can be more complicated, but im not out to make malware. Just educate my friends and family of what to watch out for. I love videos like these because they show the scary truth.
@Guihcouto
@Guihcouto 2 жыл бұрын
I almost never comment on KZbin videos but chuck, I love your videos. You are a BRILLIANT professional AND human being!! Keep up the good work. 💪🏼
@offendciv2933
@offendciv2933 2 жыл бұрын
I'm just learning Python and this video was entertaining and useful and explained a lot of different ways of using functions and variables that my course isn't yet covering. Also a lot of stuff I haven't yet learned about but am able to follow along because of the explanations and the logical nature of Python. Subscribed, great stuff!
@HayyanRaza-qi2ry
@HayyanRaza-qi2ry Жыл бұрын
Its been a year since you posted this comment do you learned it fully 😅
@itx02
@itx02 7 ай бұрын
Better learn c
@stewpidmoney6634
@stewpidmoney6634 2 жыл бұрын
Just the video I needed, from the content creator I love! Thanks chuck!
@aszher
@aszher 2 жыл бұрын
what do you mean by "The video i NEEDED"???? WHAT DO YOU NEED RANSOMWARE FOR?
@stewpidmoney6634
@stewpidmoney6634 2 жыл бұрын
@@aszher *malware. Malware competitions that are similar to demoscene. Why would he make this video if there wasn’t any interest? :)
@croissantwrenchn
@croissantwrenchn 2 жыл бұрын
This is the first video I have came across your chanel and I can surely guarantee you, I'm going to start binge watching all your videos. You are great 👉😎👉
@dbppostproduction9123
@dbppostproduction9123 2 жыл бұрын
Dude love the malware tutorial! Im currently learning Full Stack but inbetween studies I like to look into this side of things and boy oh boy i love it and want to learn more so thanks for a great video and be looking out for more vids!
@eyejaybeatz7574
@eyejaybeatz7574 Жыл бұрын
Still learning full stack ?
@sdafasfF
@sdafasfF 2 жыл бұрын
would be so sufficient since its storing the local key could be reverse engineered. Instead use xor with a y key by setting a variable to encryption_level = 128 // 8 and as an output make it where it doesn't only have keyboard chars but all chars possible in ascii then as for the random generated string have it send the key using socket library to the C2 server. otherwise love the vid man!
@xxfloppypillowxx
@xxfloppypillowxx 2 жыл бұрын
I'm fairly new to python and was kind of wondering about this lol like they have the script right there, they also have the key right there, so like if they know the basics they have all the puzzle pieces to put it back together, to me it would seem like ever leaving the key on their machine would make it relatively easy to reverse engineer it. I'm glad that I was not incorrect in my assumptions xD
@sdafasfF
@sdafasfF 2 жыл бұрын
@@xxfloppypillowxx its not what your thinking itd a xor byte key is what im describing all chars in the ascii libary THOUSANDS it gets send to the attackers C2 and is sent through an encrypted protocol you cant reverse engineer that and just find the key
@suncat530
@suncat530 2 жыл бұрын
@@xxfloppypillowxx yes, actual malware would likely obfuscate all their code, and have a more complicated way to store their key (on windows you can hide it in registry, + you don't have to have the whole key completely random, it can have a non-random part based on some obscure calculation; or you can make your malware connect to the internet and store keys on some compromised server) obfuscation usually involves: - obscuring variable names - adding code that does useless work, or embedding malware code within code for a useful program (to obscure which parts are actually malware) - 'encrypt' malware code itself, and make it so the malware first has to 'decrypt' the part that does actual malicious stuff (in python there's even a function exec() which you can give text, and it will interpret it as python code and execute). You can even have multiple steps of 'encryption', for better obscurity - together with encryption, you can also split words that are used in your code into multiple parts, so automatic antivirus software can't easily figure out that you are using some kind of scary functions that can be considered malicious behavior
@rolling_marbles
@rolling_marbles 2 жыл бұрын
Since you are using shebang, make the script file executable and just call the file. The shebang will tell the shell which interpreter to use. Also, should read in chunks and write to temp file in same with iteration in the same chunk. Not only saves memory to help stay under radar, but the encryption would be chunks of the file, making random decryption much more difficult. You could write a encrypted string as the first 8 bytes of the encrypted file and store the chunk size so each file can have a random chunk size making decryption much more difficult. Not specific for random ware but good for any encryption need.
@jeremypaula4905
@jeremypaula4905 2 жыл бұрын
You are the best Chuck....Huge fan here from Samoa (WS) I've learn a lot of things from your channel
@user-nf2qt7os5t
@user-nf2qt7os5t 2 жыл бұрын
Fiafia stamaloa e hack haha, faifai malie uso. Much love
@flubbershy7408
@flubbershy7408 Жыл бұрын
bro, I am tired of learnig all of these stuff associated with linux and programming but when I'm watching you, I can't stop doing this
@SleeplessKyru
@SleeplessKyru Жыл бұрын
I know this is an old video but I absolutely love it! Yes it is simple code using open sourced code BUT it is still really cool and I LOVE how excited you are about it. You are the Vsauce of code!
@xenostim
@xenostim 9 ай бұрын
hahahaha so true. watching in '24 ftw
@thebitter6262
@thebitter6262 2 жыл бұрын
deploying my own malware on Linode servers sounds like a good idea. thank you!
@messagegrant.hack23oninsta29
@messagegrant.hack23oninsta29 2 жыл бұрын
👆👆👆👆he will help u just don’t stress yourself much ok
@tajammul.shaheen
@tajammul.shaheen 2 жыл бұрын
what if i deploy it in a virtual box?
@Noconstitutionfordemocrats1
@Noconstitutionfordemocrats1 Жыл бұрын
​@@tajammul.shaheenYou'll still be a virgin.
@notreallyme425
@notreallyme425 2 жыл бұрын
7:00. Future video idea, show how to make recursive function calls (call the same function inside itself) to navigate through a directory tree.
@TheRyanSmee
@TheRyanSmee 2 жыл бұрын
"Don't be evil" used to be one of their values in their code of conduct but i'm pretty sure they quietly got rid a few years ago. I think I read somewhere that they changed it to something like "Do the right thing" and then got rid of it all together
@445Matty
@445Matty 2 жыл бұрын
"Do the right thing" ... for shareholders.
@TheRyanSmee
@TheRyanSmee 2 жыл бұрын
@@445Matty yeah 🤣 “don’t be unprofitable”
@janpomianowski9816
@janpomianowski9816 2 жыл бұрын
New Gootto: "Don't be evil... leave this for us."
@SynthApprentice
@SynthApprentice Жыл бұрын
They even admitted that "don't be evil" was impossible with their business model, and that what the slogan meant was "be less evil". They stopped with that, too.
@maalikserebryakov
@maalikserebryakov Жыл бұрын
@@SynthApprenticethey didnt
@saadmuhammad3119
@saadmuhammad3119 4 ай бұрын
Lol I remember watching this ages ago now I've learned far more than just the basics of Malware Development.
@notreal6762
@notreal6762 Жыл бұрын
I literally have 0 idea how to code and know nothing about phython but still watched the whole thing.
@calebbaving953
@calebbaving953 2 жыл бұрын
Chuck, thanks for teaching me everything necessary to do fun projects like these. I will be using this as a final project for my programming class, so everyone wish me luck.
@Nobody-ge7pk
@Nobody-ge7pk 2 жыл бұрын
send via email. : )
@yeetjemoeder6269
@yeetjemoeder6269 Жыл бұрын
did it work for your final project?
@stevelucky7579
@stevelucky7579 2 жыл бұрын
Thanks man, you always make learning computer stuff fun and easy to learn.
@StarsiteProgrammers
@StarsiteProgrammers 2 жыл бұрын
Since the day I started to work with you, I know I've changed a lot which really helped me to become a better person inside and out. You are one of the reasons why I'm always trying my best. Thank you so much You know I appreciate you so much.
@tobiasyoder
@tobiasyoder 2 жыл бұрын
There is a 99.9% that this tutorial inspired many people to create malware and use it for malicious purposes. I get its important for learning because people need to understand how malware works to fight against it, but surely this video did more harm that good.
@morphman86
@morphman86 2 жыл бұрын
A fancier way of doing that first file list without a for loop (kinda) files = [file for file in os.listdir() if file != self._filename] "file for file in os.listdir()" will step through all file names in the listdir list. "if file != self._filename" will ignore any file named the same as the current file you're in. This means you'll get a list of all files in the same directory as the file you're executing EXCEPT the file you're executing.
@jimboyyjohnson3996
@jimboyyjohnson3996 2 жыл бұрын
Hey chuck! I know you’re a “beginner oriented” channel for the most part, but I was wondering if you could do a vim tutorial someday. I didn't think it was important to learn vim when I first started using Linux, but after exclusively using it for coding in my comp sci courses I finally understand the value in it and feel like it would be a great tool for other viewers of the channel to learn.
@TTVxChilly
@TTVxChilly 2 жыл бұрын
Can't stand vim
@fistsfirst4584
@fistsfirst4584 2 жыл бұрын
I agree vim is really useful, but I think a lot of chuck's viewers use windows, which makes vim less useful.
@jimboyyjohnson3996
@jimboyyjohnson3996 2 жыл бұрын
@@fistsfirst4584 although I do agree that it may not be useful to a windows user normally, couldn’t it still be useful when ssh’ing as a replacement for nano, especially when coding?
@jimboyyjohnson3996
@jimboyyjohnson3996 2 жыл бұрын
@halo X1 although you dare correct in saying that it’s a more complicated editor, it’s much faster to edit in compared to nano. It’s designed in such a way where you keep your fingers on the home row and are able to move from word to word, paragraph to paragraph, etc much faster than you would on something like nano. It also means that you could run commands to replace or insert text in different spaces without having to waste time manually moving to it with the arrow keys. Tl;Dr it’s saves a little bit of time with every action, leading to a lot of time saved in the long run.
@alzothunder5391
@alzothunder5391 2 жыл бұрын
vim for code? You must hate yourself lol
@juliusrowe9374
@juliusrowe9374 2 жыл бұрын
Super dope content Chuck! Very informative too!
@NetworkChuck
@NetworkChuck 2 жыл бұрын
Thank you!
@Lfomod1Dubstep
@Lfomod1Dubstep 2 жыл бұрын
It's so funny! I failed and was to eager to try this out, so I encrypted the decrypt script, just as you said "we need to add one more file to the list of non inclusive files!" haha thanks for this, I learned some new things while having fun with this!
@RandolphandCo
@RandolphandCo 2 жыл бұрын
Super helpful video! I’m about to finish my Cuber Security degree and I’ve yet to actually see the code behind a malware before now! This is gonna be super helpful to my education! Thank you thank you thank you!
@valterpereiracjr
@valterpereiracjr Жыл бұрын
U look relaxed NC. Congrats on this new video. I am sure the number of followers continue to grow! I enjoy watching your video today. Must add I was missing Bernard. :) You guys rock!
@mohammedalbatati5529
@mohammedalbatati5529 2 жыл бұрын
That’s a fantastic video, I learned good stuff, many thanks. I have to say as a vim user , watching you work with nano and struggling with indentation and other navigation is not a joyful sight 😅
@Fl0kii_
@Fl0kii_ 2 жыл бұрын
Chuck being consistent with the uploads, love to see that! Thank you for your work kind sir!
@Setssquare
@Setssquare 2 жыл бұрын
Having my math exam tomorrow but still can't avoid this video 🥰
@Albertalove123
@Albertalove123 2 жыл бұрын
omg so when i clicked this video and he said "are you ready to play with some malware?" MY COMPUTER CRASHED I fr thought it was your fault
@TheLegend-yl6eu
@TheLegend-yl6eu 2 жыл бұрын
I’ve no idea why KZbin recommend this video, watched for 5 mins and I subbed. The way he explain the theory behind all these are more interesting than any other python courses I took
@ButterFromDiscord
@ButterFromDiscord Жыл бұрын
I wrote malware in java yesterday Clicking on the jar to press ctrl + c and then pasting it into the windows sandbox to test feels like playing with fire
@parttimegorilla
@parttimegorilla 2 жыл бұрын
I can't wait to do some "education purpose" on my school's computer
@club6525
@club6525 2 жыл бұрын
For checking for files: you could just do “not” a dir instead to make it more pythonic
@alex0bolex
@alex0bolex Жыл бұрын
you created malware and you're on youtube earning money for that ? good job to you my friend , you're one of a kind.
@lanceimam3535
@lanceimam3535 9 ай бұрын
Very well explained, informative, and very entertaining at the same time learning. Viewers will never get bored while listening to your explanation. Over all 1000 stars!
@kuysjess7821
@kuysjess7821 2 жыл бұрын
ME: Hi mom! I've created my first ransomware today! MOM: Congrats! you're now a cyber criminal. Now get out!
@jongxina3595
@jongxina3595 2 жыл бұрын
I think it would be better to use a public-private key encryption. That way the script only needs the public key and thus no decryption key is present at any time in the host machine.
@Fallofduty56
@Fallofduty56 11 ай бұрын
What is that
@f1world418
@f1world418 2 жыл бұрын
So nice that you always share your knowledge with us💯🔥
@GeneratiiX
@GeneratiiX 2 жыл бұрын
I´ve had quite a few teachers so far. Noone had passion like you! Incredible!
@Nelorose
@Nelorose 2 жыл бұрын
Just finished this project and this was a great addition to my GitHub. Tysm man.
@hassanfazeel2354
@hassanfazeel2354 2 жыл бұрын
you have an excellent presentation skill man!
@NetworkChuck
@NetworkChuck 2 жыл бұрын
Thank you :)
@colepayne-sexton4161
@colepayne-sexton4161 2 жыл бұрын
to make your key harder to find you can save it in the root path of a linux machine, using the os.system you can enter super user and access the file in the /bin directory and save files there, however this is risky as you may overwrite an already existing file there and break something, so double check the key additionally to hide it further is after the execution of the python file you can write to itself to change its file path so when the user opens it after instead of seeing the file path you could change it to some other path or simply delete all the code afterwards
@ScamCast
@ScamCast Жыл бұрын
Or delete the key and just send it to your private server.
@TruckinMommy
@TruckinMommy 2 жыл бұрын
I love this channel. You're just so excited to teach and you've got great engaging energy. Helps my ADHD brain function
@christalwillett5399
@christalwillett5399 Жыл бұрын
Your coffee breaks keep me on edge almost as much as learning the powers of python
@ajorgborjoshua4762
@ajorgborjoshua4762 8 ай бұрын
I really love the obvious effort and love you put into making this video, it's really nice to see 😄
@walterrf
@walterrf 2 жыл бұрын
Interesting, I have a couple of questions (yes, I know that this is just a basic, fun tutorial, but still, I'm curious). 1. Why does this only work on Linux? Can't you do the same on Windows as well? Just curious. 2. If you accidentally run the encryption script more than once, then won't a new key be created, overwriting the previous key and making the files impossible to decrypt? Shouldn't you check whether a key already exists before generating it and encrypting the files? Fun video, though!
@tfr
@tfr 2 жыл бұрын
Answering your questions with no prior testing 1. Yes, this would work. Just linux is "easier" to program in (antiviruses may mess with stuff too). 2. You're totally correct here... If you did run it again, a new key **would** be created, so yes, an if statement to check if an existing key exists would solve this fault.
@1hoodpharm
@1hoodpharm 2 жыл бұрын
yes a new key is created but then that new key is also saved in his “thekey.key” file
@walterrf
@walterrf 2 жыл бұрын
@@1hoodpharm Yeah, but decrypting using the new key would not give the original contents but rather the contents encrypted by the first key. So, even though we have the new key, it becomes impossible to retrieve the original contents because now there are multiple layers of encryption.
@arindamsingh
@arindamsingh 2 жыл бұрын
@@walterrf just create 3 or more keys and during encryption check for those keys by if statement and run the same encryption loop with different keys for each key variable by again if statement checking for each key variable is same or not.
@Asherstitusworld
@Asherstitusworld 2 жыл бұрын
Super video Chuck your videos are awesome And informative to me and to everyone
@whatthehelllmao
@whatthehelllmao 2 жыл бұрын
the video is 25mins long and has been out for only 10mins how would you know how the video is like?
@Setssquare
@Setssquare 2 жыл бұрын
@@whatthehelllmao membership 😇
@alexsimmonds4692
@alexsimmonds4692 2 жыл бұрын
An amazing video Chuck thanks for putting out such good content :)
@StevePerow
@StevePerow 5 ай бұрын
Chuck!!! I know you have a python series but do more!! You explain things so well thank you!
@darringonzalez6247
@darringonzalez6247 9 ай бұрын
thank you for this! putting these on a resume has been helping me get attention from jobs
@512Bytes
@512Bytes 2 жыл бұрын
You had to copy the key to a remote server instead of leaving it on the same server. Also, some code to run the python script remotely. :) Sorry that would be too much information lol.
@lloyds_zen
@lloyds_zen 2 жыл бұрын
Congrats you've officially made us into potential criminals Good Job!!😂😂
@ahr0cdovlzk3my1lahqtbmftdw7
@ahr0cdovlzk3my1lahqtbmftdw7 2 жыл бұрын
The problem with interpreted runtime programming languages ​​is that the code can only be executed in a runtime environment, which is why Python is not used in real world scenarios. yes you can wrap the python script with other needed files but in the end languages ​​like C/C++ or even Java are more common in this area
@leox23
@leox23 2 жыл бұрын
I agree, also, looks like your username was encrypted lol
@AsaBowes
@AsaBowes 2 жыл бұрын
you could use cx-freeze or pyinstaller to create a standalone binary
@weissmannrob
@weissmannrob 2 жыл бұрын
Right, but the principle is the same and it’s for the ones not being so familiar with programming.
@ahr0cdovlzk3my1lahqtbmftdw7
@ahr0cdovlzk3my1lahqtbmftdw7 2 жыл бұрын
@@AsaBowes that is what I meant. Pyinstaller simply packages files and then tells linux to treat the file as an executable using the EL format (in windows exe as packaged format). in linux everything is treated like a file and pyinstaller packs it and reformats it.
@ahr0cdovlzk3my1lahqtbmftdw7
@ahr0cdovlzk3my1lahqtbmftdw7 2 жыл бұрын
@@leox23 no, my username is encoded, not encrypted
@IshanSathe-rm9uk
@IshanSathe-rm9uk 8 ай бұрын
Thanks Network Chuck :). It was fun
@narrativeless404
@narrativeless404 Жыл бұрын
The fact that it's really a thing, and isn't all so complex(just quirky to test and debug) is terrifying So writing malware is easier than most of other programs!?
@itx02
@itx02 7 ай бұрын
This isnt really writing a malware, its just using a github repository related to ransomware where u can test on your machine. Youll never be able to use this malware on any other machine that doesnt have python, or send this to any other systems. If you really want to build a malware you gotta learn c and understand how to write payloads related to ransomware that are undetected by ids
@narrativeless404
@narrativeless404 7 ай бұрын
@@itx02 Well, thanks I knew that you need to master C and Asm just to make something really powerful I know Python is very much useless when you want to screw with the system
@ttrss
@ttrss 2 жыл бұрын
If you wanted to implement a script like this in a remotely realistic environment, it would involve either bundling the python interpreter along with the script, or adding code that grabs it from the internet.
@DungeonMasterGod
@DungeonMasterGod 2 жыл бұрын
this is the interesting part, he always skips these...
@Eduardopy1
@Eduardopy1 2 жыл бұрын
or just compile it?
@energy-tunes
@energy-tunes Жыл бұрын
You can easily turn it into an executable however it's easy to decompile
@AndroWax-qy8ky
@AndroWax-qy8ky Жыл бұрын
​@@DungeonMasterGodpretty sure a nice person like him most definitely wouldn't be telling us how to *ACTUALLY* create a malware If he did so then again you're pretty much teaching people how to hack It's like telling people how to do magic on someone and later saying don't do it, but you're not teaching one person you're teaching millions of people You could teach them a rather basic magic or a extremely dangerous magic, again magic in this case being a virus Virus sucks
@CattopyTheWeb
@CattopyTheWeb 2 жыл бұрын
Chuck, what software do you use to draw on the screen? Is it epic pen?
@nightfox6738
@nightfox6738 2 жыл бұрын
How to save your files from networkchuck's ransomware: Put all your files in a subdirectory Or just use the key conveniently stored right there at top level :P
@eugenestan2188
@eugenestan2188 2 жыл бұрын
Chuck can't hurt us. We know his secret phrase, which will always be coffee.
@michaelbowen4275
@michaelbowen4275 2 жыл бұрын
Or just don't have python installed on your machine
@nightfox6738
@nightfox6738 2 жыл бұрын
@@michaelbowen4275 that works for this but there are lots of other languages you can write malware in easily lol. I think chuck might have even used some of those in a different video.
@leosmith8970
@leosmith8970 Жыл бұрын
NetworkChuck:ransomeware is bad Also him:sounds excited when codeing
@Redyf
@Redyf 2 жыл бұрын
Your channel is amazing, God bless you and your family chuck
@Cinematif
@Cinematif 2 жыл бұрын
I missed you man. I want to learn python one day. After my papers 😁😁😁 Do you have a step by step series on python for beginners?
@NetworkChuck
@NetworkChuck 2 жыл бұрын
I do.
@bbbbbb4107
@bbbbbb4107 2 жыл бұрын
kzbin.info/www/bejne/o4Ownp-llLqkmdU
@custom3828
@custom3828 2 жыл бұрын
To the fbi watching my screen, this was in my recommendations.
@pmiron
@pmiron 2 жыл бұрын
Google actually remove the "Don't be evil" motto in 2018 after restructuring under Alphabet... new motto is now "Do the right thing". 🧐
@tiffysimm7346
@tiffysimm7346 11 ай бұрын
Very informative; thanks for sharing. Glad I came across your channel because I learned so much about malware. It’s creepy how simple it is for hackers to create.
@bizarrrre
@bizarrrre 2 жыл бұрын
Sorry for noobie question. But doesn't it make more sense to check 'if it is a file' firstly and then check 'if it is voldemort.py'?
@alfarisw
@alfarisw 2 жыл бұрын
No, that would actually increase runtime. This is a tiny example so it wouldn't have a real effect. But if you think about it computationally, doing it that way means you would check if it is a file for every path, then you would check if it is one of the files in your exclusion list. You would be running both checks for every file. Doing it his way would reduce a computational step for every file in his exclusion list. Whenever the file name is one in the exclusion list you would skip that iteration immediately without checking if it is a file. So one less step. It's also better coding practice to avoid nested loops if possible.
@TheLycheeJuice
@TheLycheeJuice 2 жыл бұрын
​@@alfarisw No, he's correct, assuming there is on average more directories than file names you're excluding. If you have n files and directories, with the method presented, you're checking n times for the file name and n-2 times for directories. If you do the directory check first, you're checking n times for directories and n-(number of directories) for the file name. That being said, you could just do the entirety of the first loop using list comprehension: [file for file in os.listdir() if os.path.isfile(file) and file not in ['voldemort.py', 'thekey.key']]
@Mostly_Roblox
@Mostly_Roblox 2 жыл бұрын
*starts taking notes*
@becauro
@becauro 2 жыл бұрын
Chuck: "Let's create a malicious software..." Also Chuck: "But don't use it for malicious services!" Chuck again: "That is fun" ???
@joechen9498
@joechen9498 2 жыл бұрын
I love your videos. it makes fun and easy to understand. Thank you so much NetworkChuck.
@troyb4533
@troyb4533 9 ай бұрын
I started watching your vids because they’re tech related. Now I just watch them to pretend that I’m hanging out with someone that loves coffee as much as I do.
@trayambakrai
@trayambakrai 2 жыл бұрын
Everyone when the encryption works: *WOOO YES! IT WORKED! MUST BE REALLY EASY!!!* Network engineers trying to encrypt their packets, getting 50 trillion errors: *bruh*
@fsecofficial
@fsecofficial 2 жыл бұрын
This requires python to be installed and accessible by the user account running your script. The user could do what your malware is doing with gpg. True malware is bytecode and will attach itself to VRAM and is incredibly difficult if not impossible to remove as it injects itself into the boot sequence. This is what is called a python script lol and while python is a powerful language it’s still limited by file permissions and ownership. Why not just rm-rf -no-perserve-root and ask for the bitcoin anyways haha It’s a good way to get excited about programming but this is not anywhere near sophisticated enough to fool anyone.
@Jimmythegodlyfish
@Jimmythegodlyfish 2 жыл бұрын
Can I use this on a cruel teacher?
@music_1310
@music_1310 5 ай бұрын
Yes
@madamcuriouss
@madamcuriouss 5 ай бұрын
Yes
@CursedPumkin
@CursedPumkin 5 ай бұрын
1000%
@christianmingle3394
@christianmingle3394 2 жыл бұрын
For anyone considering linode, just get an oracle instance, you get 4cores and 24gb for free… can make 4 1core 6gb ram servers or one big one… completely free and 0 chance to ever be charged without MANUALLY upgrading your account
@reidgwn7508
@reidgwn7508 2 жыл бұрын
Very engaging content and awesomely explained. Well done dude!
you need to learn Python RIGHT NOW!! // EP 1
17:42
NetworkChuck
Рет қаралды 2,5 МЛН
3 HACKING gadgets you have to TRY!!
19:34
NetworkChuck
Рет қаралды 1,7 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 17 МЛН
i HACKED my wife’s web browser (it’s SCARY easy!!)
14:36
NetworkChuck
Рет қаралды 4,1 МЛН
The Insane World Of North Korean Hackers
19:19
Cipher
Рет қаралды 1,1 МЛН
Run your own AI (but private)
22:13
NetworkChuck
Рет қаралды 1,8 МЛН
I Tested Malware Against Antiviruses
12:02
Crypto NWO
Рет қаралды 1,4 МЛН
This Discord Server Controls my PC (with Malware)!
8:07
No Text To Speech
Рет қаралды 1,3 МЛН
3 Levels of WiFi Hacking
22:12
NetworkChuck
Рет қаралды 2,4 МЛН
How Hackers Write Malware & Evade Antivirus (Nim)
24:04
John Hammond
Рет қаралды 416 М.
Malware development 101: Creating your first ever MALWARE
28:00
Leet Cipher
Рет қаралды 399 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН