Тёмный

GitHub Scripts and Viruses 

Chris Titus Tech
Подписаться 633 тыс.
Просмотров 43 тыс.
50% 1

There has been a recent Github script called "Windows Toolbox" that installs malware under the pretense of Google Play Store. Let's go over what this is and how to prevent it.
Bleeping computer article: www.bleepingco... .
►► Digital Downloads ➜ www.cttstore.com
►► Reddit ➜ / christitustech
►► Titus Tech Talk ➜ / titustechtalk
►► Twitch ➜ / christitustech

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 109   
@theitalian94
@theitalian94 2 года назад
Congrats to 400.000 Subscribers! You do a great job! I really like your videos! Keep up the good work :)
@ChrisTitusTech
@ChrisTitusTech 2 года назад
Thank you so much 😀
@alanelston2330
@alanelston2330 2 года назад
I am also very pleased for Chris ( The displayed numbers are a bit strange though: It was showing 400000 for a few days, then it went to 400001, then shortly after it shows 401000. Strange? Could be a display quirk. Small print under videos has a habit of looking a bit different on different zooms and resolutions in different browsers.)
@alanelston2330
@alanelston2330 2 года назад
Yeh good tip, minute 2 and 20 seconds - Going to the Raw from the URL bit in the single command is a good one, I should've twigged to that one when trying to steer people into checking these scripts before running them. It’s not commonly known that the embedded link takes you to the raw script When you get there, hit Ctrl+a to highlight it all, then Ctrl+c, to copy it all, then paste it in the ISE or Notepad++ , and have a good look at it before deciding if you want to use it……
@kurtjustiniani1354
@kurtjustiniani1354 2 года назад
I'm more inclined to use your script or any youtuber with respectable number of subscribers, because you have much to lose than others (ie trust, respect and youtube career). One controversy and influencers/content creator's career pretty much over, thus I trust you more although in your case I respect your dedication and enthusiasm to help people like me, with shallow technical knowledge as well as unbiased opinions. Please keep up the good work and I hope your fanbase keep growing.
@drishalballaney6590
@drishalballaney6590 2 года назад
you never know if suddenly the scripts become malicious and the youtuber just disappears off the internet. Ik people like CTT would never do this but just saying
@markN_CS
@markN_CS 2 года назад
That's why I always would recommend: If you are unsure with some scripts, run them isolated in a sandbox environment. I'm for example testing those scripts in a Windows 10 VM and not only try to understand the code itself, but how the code (if there for example something isn't documented or well documented) behaves, when it gets executed. You can also go a step further and isolate that machine from the LAN and secure your network a bit, so that malware cannot effect your local network ressources like SMB Shares for example. Yes I know the disadvantage, that modern malware can gether information so see, if it is running in a virtual or physical environment. But you could combine it with the code review and try to look, when the running script does stop a action or itself, if it knows, that it is running in a virtual environment. That's also a hint, that the code contains malicious pieces in it.
@alanelston2330
@alanelston2330 2 года назад
Minute 4 and 30 seconds: WinForms v WPF I never seen any stuff in WPF, so that would be a nice comparison to see if and when you do it. ( But might be worth noting that there are no major scaling or size problems currently: You just have some rogue script lines that came in, probably by mistake, last July, which brake it - remove them and all is well.) A quick look at simple colors and formats in the WinForm GUI suggest that’s more than adequate for anything you would want to do: WPF might be more complications you don’t need, but hey, go for it, really: You can come up with some novel results when you ‘ave a go at running before you can stand up without falling over, - because you can be less hampered by the restrictions if you didn’t realize they were supposed to be there, - just move forward as you feel. You’ll be alright.
@no-one3795
@no-one3795 2 года назад
When I first heard the news about Windows Toolbox installed malware, I thought it was the CTT version. Good thing that it wasn't.
@biutifo1201
@biutifo1201 2 года назад
That's why I never run any of CTT scripts without careful audit and testing in VMs.
@ChrisTitusTech
@ChrisTitusTech 2 года назад
VMs are a great way to sandbox a script and look at its effects.
@zeocamo
@zeocamo 2 года назад
@@ChrisTitusTech you can detect WM and do the right thing there...
@xn1kkix
@xn1kkix 2 года назад
I really appreciate and enjoy listening to your perspectives, thoughts, and theorems that compile your decision to run or not to run code from an open source project. Thank you!
@clemente_01
@clemente_01 2 года назад
Thanks for pointing the red flags for scripts it will definitely come in handy
@SECYBERSAFE
@SECYBERSAFE 2 года назад
RU-vid finally recommends a channel slightly related to mine to me. Great video
@hikingpete
@hikingpete 2 года назад
While you spent most of the video talking about assessing scripts, I think the bigger topic is what you touched on at the end - trust. How do you assess trust? I'm comfortable using your script off github because I trust you and github not to be malicious and not to introduce egregious security flaws. Another aspect of trust that you touch on is context - how much are you risking? Could you be targeted specifically? I think it's important to focus on the trust angle both because it's more intuitive for people, and because we have to do it anyway. Ultimately I trust Fedora to put out a product that is safe and not malicious, and I trust their delivery mechanisms not to be compromised. The context is a little different, but the process of assessing trust is similar. From here you can get into the territory of mitigating questions of trust. Do I trust this resource not to disappear? Download and archive for later use. Is the pool of users small, or the delivery mechanism personalized? Maybe download the script and manually assess it. Mitigation is tough, assessing trust is manageable. I'm not personally reviewing every commit to the Linux kernel - I don't have the skills or the time, so I /have/ to trust the process.
@danbromberg
@danbromberg 2 года назад
I was a victim of the WinToolbox script you discussed. I only clicked on the link to view it and (luckily) never used any of the 'features' it offered, so I don't believe I did any damage. But I do recall an option to ACTIVATE Windows & Office (which would be nice to have in case I ever run into that issue). Chris: Does your script have such an option? Congrats on your following and thanks for your videos - I get a lot out of them! Dan
@bigfootrobot2115
@bigfootrobot2115 2 года назад
Thanks for clearing the issue. Appreciate your video, man.
@CMDRSweeper
@CMDRSweeper 2 года назад
This is a good lesson, I like to brag I always do this, but the truth is I do not do it all the time. However I always do a risk analysis if you can call it that, if I consider the odds to be high, I may decide to run the script in a VM or sandbox and observe what it does. So when it does its bad thing, I can easily nuke it and throw it away or if it doesn't work. Biggest vetting I have done was the Arch Linux on ZFS install script I went through, not only because it is a foreign script, but it needs to run as root during the install. So there I went through and checked the keys and links to verify its behavior prior to running it's massive timesaving feature.
@ulroxvladtepes4023
@ulroxvladtepes4023 2 года назад
First time I saw that powershell script of yours. Really impressive stuff. I've been thinking about adding wpf to some of my scripts aswell.
@mradminus
@mradminus 2 года назад
Chris, I take all tips when it comes to Windows from you. (I only use Windows for gaming on a separate PC). Nice work by the way, keep up the good work!
@AndersJackson
@AndersJackson 2 года назад
Great video with some very good advice. Be careful with what you run from internet. And yes, even good people can add bad stuff by mistake. It is far to easy to introduce a bug, especially from development versions, which is on GitHub/GitLab. So it doesn't need to be malicious to ruin a computer for users of scripts/programs/instructions downloaded from internet. I really like that you emphasizes on reducing the rights of programs and not run scripts as administrator without real reasons. That goes with all access rights, they should be motivated, both in documentation and in scripts. If that is not documented, DO NOT EXECUTE THE SCRIPT OR COMMANDS. If you don't know what it does and have looked the instruction/scripts though, DON'T BE a Linus from Linus Tech Tips and blame the script/information provider for YOU blindly apply their suggestions WITHOUT understanding that YOU USE IT on your own, YOU are responsible from ruin YOUR computers set up. Not the one that you download the script from.
@OllyF
@OllyF 2 года назад
Thank you for making this video 🙏 you gotta be careful running scripts! I've been using your toolbox for well over year, in commercial scenarios on 100's if not 1000's of machines and never had a single problem. You do gods work thank you so much!
@HeyCiro
@HeyCiro 2 года назад
I am the 400.000 suscriber! Thanks
@MK-ni6gs
@MK-ni6gs 2 года назад
Good lesson, thank you for your excellent content.
@Ultrajamz
@Ultrajamz 2 года назад
Maybe a good reason to not run on an admin account so it can’t sneak increase privileges
@timothygibney159
@timothygibney159 2 года назад
Windows hasn't used straight admin accounts since XP. When you are a local admin on Vista or later it uses a token which prompts a uac prompt similar to Sudo on Linux. You have to agree and click ok or you right click and run as administrator which is intentional on your part
@Ultrajamz
@Ultrajamz 2 года назад
@@timothygibney159 that code he shows I believe bypasses that click
@Salzui
@Salzui 2 года назад
@@Ultrajamz No, you can't bypass admin priv window that easy.
@kanuh
@kanuh 2 года назад
Amazing channel of yours, congrats to 400k subs.
@akaRAIJIN
@akaRAIJIN 2 года назад
Congrats on 400K Chris
@bobbybologna3029
@bobbybologna3029 2 года назад
Makes you appreciate being on an OS where you don't need to run a script debloater lol
@linuxstreamer8910
@linuxstreamer8910 2 года назад
all hail linux
@RodolfoSandovalRudy
@RodolfoSandovalRudy 2 года назад
Fr can't wait for the day Linux is a standard in everyday life
@Salzui
@Salzui 2 года назад
@@RodolfoSandovalRudy won't happen, windows is just too huge. and as long as people like windows os, it won't change.
@AwakenedPhoenix309
@AwakenedPhoenix309 2 года назад
@@Salzui MySpace says hi.
@RodolfoSandovalRudy
@RodolfoSandovalRudy 2 года назад
@@Salzui its getting close mac is almost over taken
@vladislavkaras491
@vladislavkaras491 2 года назад
Thanks for the video, Chris! Very useful!
@Derpingtonshere
@Derpingtonshere 2 года назад
I installed Chris's script on my toaster and now it over cooks all my bread... Seems kinda fishy! Kidding. But seriously your scripts are amazing.
@keithmonahan909
@keithmonahan909 2 года назад
Hey Chris another amazing video !! Thank you my friend. Loved it. I’ve always been interested in coding I know a little SQL, but would love to learn more. Rating ⭐️⭐️⭐️⭐️⭐️ 👍👍
@theodoros_1234
@theodoros_1234 2 года назад
Great advice, thanks Chris!
@shurmurray
@shurmurray 2 года назад
My 5 cents: if you mastered some number of programming languages, Python is not hard at all. At least if the code is not obfuscated purposely.
@dannyboots
@dannyboots 8 месяцев назад
You make that good money
@Sabastianspreadworth
@Sabastianspreadworth 2 года назад
I always like Chris Titus Videos even though It's way over my head.. lol
@themusesquad8554
@themusesquad8554 2 года назад
I mentioned it on a twite when Jeo released the video
@bantymech8242
@bantymech8242 2 года назад
That's why just use CTT debloater. And you're good to go...
@Kcorey
@Kcorey 2 года назад
Thank you for your reliable videos👍
@kendarr
@kendarr 2 года назад
I ran your script based fully on trust honestly, I feel like you would not screw over thousands of people, one because you just seem like a good person, and second, it's your channel, and it's dedicated to tech-savvy people, someone would notice something, and you would be canceled into oblivion, so yeah trust lol, I would never trust a random string I found online, atleast not for windows as I know my way on a terminal.
@spitfire219
@spitfire219 2 года назад
Chris, hello do you recommend to use this cmd ( bdedit ) commands for multiplayer gaming? bcdedit /set useplatformtick yes bcdedit /set & disabledynamictick yes ( specs: 12700K / 3070 / windows 11 ) Thanks in advance
@Selangpluto
@Selangpluto 2 года назад
Thanks a lot Chris
@diegoleon1144
@diegoleon1144 2 года назад
Thanks for the recommendation Chris, I'm not going to never to run akward script on my termux or linux.
@markselvenis7273
@markselvenis7273 2 года назад
Looking for thoughts on "StartAllBack_3.3.5+setup.exe" for retro start menu from Wind7, 8, 10 and even improve win
@user.netizen11
@user.netizen11 2 года назад
If you torrented it then uninstall it quickly , otherwise use virustotal to check the .exe file.
@A_G420
@A_G420 2 года назад
good tips Chris
@commanderdestructa4654
@commanderdestructa4654 2 года назад
I bought your toolbox from your website - can't run it unless I disable Bitdefender Anitvirus first. Bitdefender goes mental unless I disbale it. Tried submitting to them, but nothing has changed.
@gjkrisa
@gjkrisa 2 года назад
Thank you I did notice they had a tool box but it was a big download I think and took forever for it to set up or maybe it was called power toys
@darklight3762
@darklight3762 2 года назад
can you make a video about powershell scripting itself we don't want a complete course but just video tell us how to get started
@LetrixAR
@LetrixAR 2 года назад
It's the desktop capture low res?
@jimharris6213
@jimharris6213 2 года назад
I have used your script and other information in the past on a Windows machine (not mine) and felt comfortable. My daily driver is a Linux laptop. However, in this video, to me, you sounded a little nervous.
@georgemickel6608
@georgemickel6608 2 года назад
Thanks Chris
@user-he4ef9br7z
@user-he4ef9br7z 2 года назад
If you post malware on a public repo on Github, will they take it down? Do you need to explicitly mention it is malware?
@CarterPersall
@CarterPersall 2 года назад
I’m pretty sure that if there is no mention that it is malware, then it can be taken down. I might be wrong though but I’m fairly certain that’s how it is.
@Salzui
@Salzui 2 года назад
When SemperVideo community found this to be malware, they wrote to github and cloudflare and they took it down.
@jeremyshearer
@jeremyshearer 2 года назад
Good morning Chris ☀️🤘🏼
@ChrisTitusTech
@ChrisTitusTech 2 года назад
Morning!
@jeremyshearer
@jeremyshearer 2 года назад
@@ChrisTitusTech I love your videos btw, learned a lot and also my all in one pc is running flawlessly on your tweaked settings
@jeremyshearer
@jeremyshearer 2 года назад
@@ChrisTitusTech how can I run power shell after using the tweak settings on that program?? I noticed the search bar was gone so was just wondering if there’s another shortcut
@ChrisTitusTech
@ChrisTitusTech 2 года назад
@@jeremyshearer right click start button and select powershell
@jeremyshearer
@jeremyshearer 2 года назад
@@ChrisTitusTech just got it lol
@BrunoCouleau
@BrunoCouleau 2 года назад
Actually your script can not be download onto windows 10. I have a 404 Page Not found when trying to download it.
@Z_o_r_r_o1267
@Z_o_r_r_o1267 2 года назад
If I do most of my computer tasks on a limited account, can a script still elevate to administrator status without prompting me to enter an administrator password?
@Salzui
@Salzui 2 года назад
no it cant elevante without uac prompt afaik
@Nathan_Mash
@Nathan_Mash 2 года назад
Your local library probably provides access to linkedin learning tutorials for python.
@JimNichols
@JimNichols 2 года назад
The newest version of windows 10 forced itself on me and I noticed that it had installed google drive and wanted me to authorize the app...... uhmmmm no?
@abrahamfoam7376
@abrahamfoam7376 2 года назад
I like how you Titus. Thank you. I fully agree with don't touch other people's digested material (script) digest your own food. Bravo. Excellent 👌
@ahmtarf57
@ahmtarf57 Год назад
Dude, I don't understand, is github infected?
@awksedgreep
@awksedgreep 2 года назад
Not sure if you’re old enough to remember, but I blame gnome(again or always). They started this whole mess by being the first to give us a “gognome” url we were to pipe to sh and just trust. This was back in probably 1996 or so.
@skipinkoreaable
@skipinkoreaable 2 года назад
Thank you.
@Circlol
@Circlol 2 года назад
400k hype!!
@AYT04
@AYT04 2 года назад
Milestones lol 😂, milestone’s
@YannMetalhead
@YannMetalhead 2 года назад
Good video.
@r.g7261
@r.g7261 2 года назад
Damn I wish I knew how powershell commands work lol. I just made a program in C++ to do the automatic app installs through winget (since I keep creating new Windows VMs here and there). I wasn't able to find a way to get C++ to install all the programs at once unfortunately but I'm still working on it xD
@w.k314
@w.k314 3 месяца назад
I actually scammed for 600INR , while i was asleep my steam account was debited for market purchase..........
@zaubermaus8190
@zaubermaus8190 2 года назад
omg thiojoe... he used to troll people a lot in the past, don't know about nowadays though.
@ZON0R
@ZON0R 2 года назад
youtube algorithm have taken interest in you
@tlouik
@tlouik 2 года назад
great video as always! (first)
@jeremyshearer
@jeremyshearer 2 года назад
Your not first… but ok :)
@xavhow
@xavhow 2 года назад
I actually find it easier to just use Linux as host. Win guest can rot, no biggie :)
@MichaelJHathaway
@MichaelJHathaway 2 года назад
Why not just say: "Use mine, not theirs"?
@gilesstockman4913
@gilesstockman4913 2 года назад
i fell for this but then removed it
@peterjansen4826
@peterjansen4826 2 года назад
Chris, I only see it now. The text seems a bit unsharp for whatever reason. There is clearly compression going on which is too agressive, it might be a wrong setting.
@peterjansen4826
@peterjansen4826 2 года назад
I think that I figured out the problem. Make the text larger so that you have to zoom in less.
@ChrisTitusTech
@ChrisTitusTech 2 года назад
Yeah ever since switching to 1440p monitor I get more work real estate but my presentation is less clear because of the resolution downscaling. My work product is better, but my videos aren't as clear. I'm going to try and increase the record quality to 1440p, but I'm unsure if my current system will handle it. We will see...
@peterjansen4826
@peterjansen4826 2 года назад
@@ChrisTitusTech Simply increasing the size of the text should solve that problem too. Mostly you display text in browsers or text editors, you can always increase that text. Recording @1440p would indeed help too,
@donpeer4477
@donpeer4477 2 года назад
I guess it was only a matter of time since Microsoft bought GitHub. :(
@SkyFly19853
@SkyFly19853 2 года назад
Btw... Congratulations!!!!
@mikrotero8393
@mikrotero8393 2 года назад
Malware and ransomware is really a headache for me. My desktop get infected because I fixing my sicurity services of window and the ransonware that infected my pc is new viriant that is mean they are active in internet.
@GameBacardi
@GameBacardi 2 года назад
Isn't Windows 11 itself addware ?
@1965kings
@1965kings 2 года назад
This is like checking fir every 0 or 1 in computer language. You will need to be an educated programmer to get every nick and cranny. Ridiculous to point out in a very short vid.
@fisi
@fisi 2 года назад
I know, you might like windows comfort but why not trying linux for a seccond... You'll see it's easyier, you thought... So try it in a VM first.
@ChrisTitusTech
@ChrisTitusTech 2 года назад
I use both. It just depends on what system I'm on. There isn't a single day that goes by that I'm not in a MacOS, Windows, AND Linux system. - MacOS I use for Final Cut Pro - Windows I use for gaming - Linux for my productivity.
@fisi
@fisi 2 года назад
@@ChrisTitusTech smart
@Lordblanca
@Lordblanca 2 года назад
Would a person be better off down loading the exe. To limit hackers
@ChrisTitusTech
@ChrisTitusTech 2 года назад
EXEs are much easier to infect a computer than an open source script on GitHub... Github will remove them when detected. EXEs are from who knows where and no one knows what's in them.
@user-he4ef9br7z
@user-he4ef9br7z 2 года назад
Wait no. You can read a script to see whether it's malicious. You can't do that with an exe.
@linuxstreamer8910
@linuxstreamer8910 2 года назад
i always run the scripts i use without sudo/su
Далее
7 Mistakes Windows Users Make
11:12
Просмотров 115 тыс.
What is GitHub?
2:43
Просмотров 1,7 млн
Самое неинтересное видео
00:32
Просмотров 508 тыс.
Bike Challenge
00:20
Просмотров 12 млн
Making Windows Faster without Tools
17:00
Просмотров 668 тыс.
How risky is Piracy: Do cracks contain malware?
8:00
Просмотров 523 тыс.
Hackers Use Github For Malware
20:44
Просмотров 72 тыс.
Why Does Linus Pirate Windows??
10:30
Просмотров 11 млн
The Anti-Virus Tier List
9:38
Просмотров 1,1 млн
How not to Pirate: Malware in cracks on Github
8:08
Просмотров 171 тыс.
Windows Utility Improved for 2024
17:56
Просмотров 450 тыс.
The iPhone 16 Will Tear Apple Fans Apart
7:38
Просмотров 66 тыс.
Fedora vs Debian and Arch Linux
17:32
Просмотров 514 тыс.