Create an Advanced Keylogger in Python - Crash Course

  Рет қаралды 112,712

Grant Collins

Grant Collins

Күн бұрын

Пікірлер: 209
@collinsinfosec
@collinsinfosec 4 жыл бұрын
Hope you can learning something here, of course there is always improvements to be made :) Timestamps below: 0:00 - Introduction 1:36 - Recommendations before starting 3:07 - Quick note by author (me lol) 4:03 - My approach to this project 6:45 - Create a new project in PyCharm 7:35 - Creating the files for the project 8:13 - Import modules or libraries 19:00 - Creating the basic keylogger (logging keys in python) 31:28 - Incorporating email functionality 43:40 - Getting computer information 52:55- Gathering the clipboard contents 57:21 - Collect audio using microphone 1:01:02 - Take screenshots 1:02:50 - Build a timer 1:10:54 - Encrypt the files 1:26:44 - Cleaning up code and adding comments 1:28:46 - Ideas for converting code to executable 1:29:58 - Conclusion
@kiaehe6292
@kiaehe6292 4 жыл бұрын
your vids are really great so are your approaches to learning basic python i went down the same path and it really got me hooked tech with tim is a really great guy again so are mosh and edureka. nice content keep it up
@ujjwalsingh9994
@ujjwalsingh9994 3 жыл бұрын
Bro there is one error coming Gmail has blocked your mail for using appropriate file type
@OpenYoureyes304
@OpenYoureyes304 3 жыл бұрын
I really appreciate your video , keep on making vids
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
Try using regex or similar to pick out specific window titles for more juicy information. You could try not even logging it on their PC and instead making requests to your own REST API.
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
Tips for people who wanna make a keylogger. Keep track of the cursor position using the arrow keys. Keep track of words/sentences being entered. Use APIs like getchar to differentiate between similar keys and check for any typing shortcuts such as deleting words as well as navigating between them, this will significantly cleanup your logs. An advantage of storing the current word/sentence as it is typed is that your log isn't littered with [BACKSPACE] or similar. You could append to the log only when a user hits enter. One more tip is to match against certain programs or window titles so we gain more useful information. Gonna have another crack at making a keylogger, the hard part is making it undetected. If anyone wants any help message me on discord - smiley#5012
@lumibeatz2767
@lumibeatz2767 3 жыл бұрын
Your eyes are gooing to burn if you don't use dark theme.
@mrnano1991
@mrnano1991 4 жыл бұрын
Thank you Grant to finally upload this one , I was waiting for this!!
@KeyserTheRedBeard
@KeyserTheRedBeard 2 жыл бұрын
astonishing content Grant Collins. I crushed the thumbs up on your video. Maintain up the outstanding work.
@ADARSHKUMAR-z7y6k
@ADARSHKUMAR-z7y6k 7 ай бұрын
oo man seriously nice videos learned a lot about the cyberscecurity field basically i just selected this topic for my software engineering in a college as a project hope it goes well thanku mann for this video
@CristiVladZ
@CristiVladZ 4 жыл бұрын
Looking forward to seeing you posting more often Grant!
@collinsinfosec
@collinsinfosec 4 жыл бұрын
More to come! Hope to get you on the channel :)
@aymancassim8944
@aymancassim8944 4 жыл бұрын
On 19:53 instead of the "\\" we can put an "r" in front of the string like (r"C:\Users\Python")
@airocety4391
@airocety4391 4 жыл бұрын
I really enjoyed!! Please make more tutorials
@handhikayp
@handhikayp 3 жыл бұрын
I believe if I watched it in 2020 -- This will be the only one crash course I need to see for building a keylogger at the time :) Thank You!!!
@teo999
@teo999 3 жыл бұрын
Please, help. When I start it I get NameError: name 'on release' is not defined
@handhikayp
@handhikayp 3 жыл бұрын
@@teo999 in which minute?
@teo999
@teo999 3 жыл бұрын
@@handhikayp 30:30-30:45 :c
@handhikayp
@handhikayp 3 жыл бұрын
@@teo999 what you write in line 19, perhaps you have typo in those lines def on_release(key) : ...
@zanata6261
@zanata6261 2 жыл бұрын
i love the fact that this is already good since antivirus already flagging it as a keylogger, i find it funny.
@TeenDolphin-vl1wy
@TeenDolphin-vl1wy 2 жыл бұрын
Same
@meritissimo1
@meritissimo1 4 жыл бұрын
you are awesome! best regards from brazil
@elli430t
@elli430t 4 жыл бұрын
bro the vid is amazing
@collinsinfosec
@collinsinfosec 4 жыл бұрын
Glad you enjoyed!
@user-lo7uv1hz3y
@user-lo7uv1hz3y 4 жыл бұрын
Hombre que tu vas para senior grande Grant 😎
@teo999
@teo999 3 жыл бұрын
ya xd
@divyankr
@divyankr 4 жыл бұрын
It's very helpful for everyone Thank you so much Sir 👏👏👏👏👏👏😍😍😍😍❤️❤️❤️
@entertainment3256
@entertainment3256 4 жыл бұрын
Great brother
@ashiqurrahman1013
@ashiqurrahman1013 4 жыл бұрын
Love you brother
@jelle5454
@jelle5454 3 жыл бұрын
Very educational! Did you got problems converting it to an exe? I used pyinstaller and the non standard preinstalled libraries (for example pynput),where not included.
@flimsy1417
@flimsy1417 2 жыл бұрын
a bit late but you have to install the modules globally for pyinstaller to include them in your .exe
@tajammul.shaheen
@tajammul.shaheen 2 жыл бұрын
@@flimsy1417 how do you install these modules globally for your pyinstaller??
@algcc
@algcc 8 ай бұрын
@@flimsy1417 you mean --onefile?
@AnonYmous_Icon
@AnonYmous_Icon Жыл бұрын
Asslama.o.Alaikum Bro ! your good content is realy benefical me like pakistani students of cybersecurity .
@dantcacenco1
@dantcacenco1 4 жыл бұрын
Devon Crawford called. Wants his vlogs back.
@collinsinfosec
@collinsinfosec 4 жыл бұрын
Devin Crawford is the man. That's all that needs to be said.
@dantcacenco1
@dantcacenco1 4 жыл бұрын
@@collinsinfosec haha!
@dantcacenco1
@dantcacenco1 4 жыл бұрын
@@collinsinfosec Love your content bro! Keep up the good work!
@mashlearns
@mashlearns 4 жыл бұрын
Great work Collins.Can you tell which codes to add for getting cookies ?
@collinsinfosec
@collinsinfosec 4 жыл бұрын
Hi mash, unfortunately, I do not know how to do that.
@mashlearns
@mashlearns 4 жыл бұрын
@@collinsinfosec Thanks man for replying.
@SimpleHak
@SimpleHak 2 жыл бұрын
Thank you grant that was very great. i was having a question when i run the code screenshot and recording are not working together how could i accomplish that together pls?
@jaysea80able
@jaysea80able 4 жыл бұрын
Create a cyber security specialist course!
@thiagooliveiradasilva6921
@thiagooliveiradasilva6921 4 жыл бұрын
I would like too
@quantum634
@quantum634 4 жыл бұрын
dude...as if he's a cyber security specialist when he just wrote a simple Keylogger
@collinsinfosec
@collinsinfosec 4 жыл бұрын
I am not sure what kind of course that would be!!
@torshovgt
@torshovgt 2 жыл бұрын
Greate tutorial. 10+...
@sulemanahmed2896
@sulemanahmed2896 4 жыл бұрын
Hey, I am having an error while running the code. Anyone, please help me. with open(file_path + extend + keys_information, "a") as f: extend package is not being installed it fails every time by saying ERROR: Could not find a version that satisfies the requirement extend (from versions: none) ERROR: No matching distribution found for extend
@Faisal-ho2st
@Faisal-ho2st 4 жыл бұрын
Search the problem in stack flow i am pretty sure y”ll find it
@samin6797
@samin6797 2 жыл бұрын
How to bypass Window Defender ? It immediately deletes the file when it senses a keylogger type functionality in a file.
@koltenspencer407
@koltenspencer407 2 жыл бұрын
How did you get this resolved I’m getting the same problem?
@samin6797
@samin6797 2 жыл бұрын
@@koltenspencer407 I haven't. 😁
@ewiz_0262
@ewiz_0262 2 жыл бұрын
@@koltenspencer407 just disable it
@shadowclean916
@shadowclean916 2 жыл бұрын
go into windows defender, click "Virus & threat protection", then below "Current threats" you should see "Virus & threat protection settings", click on "manage settings" , scroll down till you see "Exclusions", click on "Add or Remove exclusions", then click on "Add an exclusion", click on "File" it will open up File Explorer and then find your key logger single tap on it then on the bottom right hit "open". Then you should be good to go, hope this helps.
@omsonawane7465
@omsonawane7465 Жыл бұрын
go to home of windows defender and then allow the keylogger threat in actions and thats it
@keithharding
@keithharding 3 жыл бұрын
Thanks great video
@supernovatluthelightoftheu3221
@supernovatluthelightoftheu3221 2 жыл бұрын
43:10 i keep on getting errors I've rechecked the code multiple times re did changed my spam mails password and then updated the code yet it still gives me errors in the code and then says i can't sign in, someone plz help.
@argon584
@argon584 Жыл бұрын
same
@argon584
@argon584 Жыл бұрын
did u fix the error?
@supernovatluthelightoftheu3221
@supernovatluthelightoftheu3221 Жыл бұрын
@@argon584 nope
@Rage_x8869
@Rage_x8869 Жыл бұрын
If you dont recive a e-mail you need to change by your google acc the less secure settings tutorial for the less secure settings 2023 : kzbin.info/www/bejne/qaq1gmCZjq5ngNk i hope this helps some of you :)
@zacharyedmond8223
@zacharyedmond8223 4 жыл бұрын
the pywin 32 module no longer works? Is there an alternative library? Please HALP!
@aymancassim8944
@aymancassim8944 4 жыл бұрын
Yo man you are a very good tutor👌✌
@raquelgalvezfarfan9886
@raquelgalvezfarfan9886 4 жыл бұрын
Hello Grant, I started programming with Python not long ago and I'm trying to develop this on Linux (Ubuntu, being more specific), but I keep having the same problem. When writing the code: filename = filename attachment = open(attachment, 'rb') filename and attachment (to the right of the = symbol) show the messages "Unresolved reference 'filename' " and "Unresolved reference 'attachment'" respectively, do you have any idea why this is happening? I've been looking for solutions on Google but none of them seem likely to work. Everything in my code is exactly as you did in the video. Also, if anyone who reads this comment knows the answer I'd be very grateful if you could help me. Thanks in advance!
@clashhub_
@clashhub_ 10 ай бұрын
The error message "Unresolved reference 'filename'" suggests that the variables filename and attachment have not been defined before you try to use them. The line filename = filename doesn't seem to make sense in your context. It appears to be assigning the value of filename to itself, which wouldn't have any effect. Instead, you likely meant to assign some value to filename here.
@clashhub_
@clashhub_ 10 ай бұрын
try this # Define the filename filename = "example.txt" # Open the file in binary mode with open(filename, 'rb') as attachment: # Your file processing code here pass
@moon911x
@moon911x 2 жыл бұрын
Beginner friendly 😍 i missed dark theme 😊 but it's ok 👌
@joaquinorgueira4449
@joaquinorgueira4449 4 жыл бұрын
i don't know why but i love u
@yashdubeyofficial
@yashdubeyofficial 4 жыл бұрын
Hi...!!! I have some issues with this keylogger 1. The key strokes are not registering accurately means it's very slow and it's not working in any browsers like chrome & Firefox 2. The mail is working but how to decrypt the mail file...???
@dilmidilshara9359
@dilmidilshara9359 3 жыл бұрын
can you create a tutorial about how to make mobile based LAN monitoring & controlling app...... thank you!!!
@ethannevarez6431
@ethannevarez6431 4 жыл бұрын
when i try to install scipy or Pillow I get an error occurred when installing the package.
@gavincoulson3900
@gavincoulson3900 4 жыл бұрын
me too
@AmanSingh-fj5ls
@AmanSingh-fj5ls 11 ай бұрын
You haven't shown us the deployment of the keylogger, is it working or not,
@banemen27
@banemen27 4 жыл бұрын
Can you upload it also to Vimeo, I'm saying this because recently KZbin is removing hacking videos, so don't be surprised if they remove your video. Anyway cool video
@collinsinfosec
@collinsinfosec 4 жыл бұрын
If it gets taken down, I will go ahead and do that.
@rawanaholdings27
@rawanaholdings27 4 жыл бұрын
thanks bro
@keeptart7017
@keeptart7017 2 жыл бұрын
im having a problem, the key logs that get sent to the gmail, they arent there whenever it gets sent.
@fbiagent8979
@fbiagent8979 3 жыл бұрын
I feel that i did a good work just by following u 😂 But do u know how to make it start automatically in startup on linux ?
@talpadiea7105
@talpadiea7105 3 жыл бұрын
I installed pywin32 but I get an error saying "no module called win32clipboard". could someone help me out?
@eduardmart1237
@eduardmart1237 3 жыл бұрын
Does it work in games? What library can capture pressed keys in games?
@apple.official1480
@apple.official1480 3 жыл бұрын
mostly the package for the game already has that build inside of it
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
Yeah it can get pressed keys inside of games but that will mostly be unintelligible wasd space etc
@justin9558
@justin9558 4 жыл бұрын
need help! im on 30:47 but everytime i try to run it tries to open other applications, i cant get it to run.
@kinoko87_b
@kinoko87_b 4 жыл бұрын
Yeah for me it isnt working, even if type it in pycharm :(
@nutcoatz6230
@nutcoatz6230 3 жыл бұрын
light mode grannttt???!!! MYY EYYYEEESSSS
@collinsinfosec
@collinsinfosec 3 жыл бұрын
Hehe :)
@mrnano1991
@mrnano1991 4 жыл бұрын
Grant one question, I would like to develop this on Ubuntu and then try it on Windows. However, I keep having a problem with pywin32 which I can't install on Linux. Is there any alternative to this library?
@collinsinfosec
@collinsinfosec 4 жыл бұрын
Hi Kashan. I am not aware of any libraries which would be a good alternative to pywin32! But I applaud you for doing this on Linux 👏
@Dum3s
@Dum3s 4 жыл бұрын
For some odd reason it doesnt show a Key log.txt so when i go to run it the button is all grayed out any fixes
@Brotisyt
@Brotisyt 4 жыл бұрын
Can i do it, that the script is copying itself by plug-in an USB stick for a second, and autostart itself, so at PC-Start it starts also? (Without the startup folder, cause Python has no access to this)
@cribicle4975
@cribicle4975 4 жыл бұрын
please am having issues in becoming a programmer i don't know what next to do to be an expert am currently taking advance python
@onlyme4525
@onlyme4525 3 жыл бұрын
bro there is an issue if use the numbers from the numpad pynput doesn't record it as a number it logged as the serial number of key like 96,97,98,99 you can check it
@creamsock8886
@creamsock8886 4 жыл бұрын
For some reason it doesn't work when I try and send the email
@ANTID0T3
@ANTID0T3 3 жыл бұрын
Hey grant, I have the verbatim of you code on my laptop,but I got an error saying SMTPAuthenticationError
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
Check your login details were correct
@CyberpHUNK-y4x
@CyberpHUNK-y4x 7 ай бұрын
so if i add this to an image and sent it to someone will that redirect the data to my system?
@iamrichalready
@iamrichalready 2 жыл бұрын
is it possible to send the strokes log to IP External public?
@Bilalahmed-xy8by
@Bilalahmed-xy8by 2 жыл бұрын
hello i am working on keylogger one thing that i am unable to understand how at the same time you are dealing with keylogger n coping clip board n recording voice i mean why you are not stuck in on_press function how oder functions are working
@khayyamnoor1112
@khayyamnoor1112 8 ай бұрын
Hi bilal, i need a keylogger so i can adjust my class attendance could u help
@SimaAkter-w3o
@SimaAkter-w3o Жыл бұрын
" sounddevice.PortAudioError: Error opening InputStream: Device unavailable [PaErrorCode -9985] "Why do I get this error for collecting audio using a microphone? Can you please solve this problem?
@daringethic
@daringethic 9 ай бұрын
You might have just one channel, try changing channels to 1 instead of 2
@sebastian1777
@sebastian1777 4 жыл бұрын
excuse me Grante, what if my code runs and averything works fine, but when i make the .exe file and i run it, appears "Failed to execute script"
@slyprince800
@slyprince800 4 жыл бұрын
You should not allow the key logger to print or display anything
@stratosmav7993
@stratosmav7993 4 жыл бұрын
Hey i. I have a problem with python on my computer. It doesn't let me install libraries. So i can't import win32clipboard, and many other things. Please help. If you can also please write a link where i can download them.
@likiyadiig7822
@likiyadiig7822 3 жыл бұрын
NameError: name 'on_press' is not defined Why is it giving me this error?
@nejatmena1362
@nejatmena1362 Жыл бұрын
I cant figure out why my MIMEBase is not working :(
@sebastianrolek9747
@sebastianrolek9747 4 жыл бұрын
I have a problem with downloading notes :/ I signed for your mail but only received "Do you want more emails?" mail :/ Can you fix this or upload this in different place? :(
@collinsinfosec
@collinsinfosec 4 жыл бұрын
I apologize for this error Sebastian. You can email me, grant@cyberinternacademy.com and I will send you the notes directly.
@mayamore7354
@mayamore7354 3 жыл бұрын
If we have access to another pc and they shared screen on our pc, then can we see the keystrokes of their pc in our pc without pycharm installed in their pc
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
They won't need pycharm, just the python interpreter. If you are serious about this you could take a few days to learn the basics of a compiled language and rewrite this in that instead so it is an executable.
@jackkime1050
@jackkime1050 4 жыл бұрын
i am having an isue that is when I open up the email it is just a blank page how do I fix this?
@tabrisss818
@tabrisss818 4 жыл бұрын
we are alone friend...
@biodunadeniji8626
@biodunadeniji8626 2 жыл бұрын
I'm not getting any email and no error was thrown.
@BrkoJay
@BrkoJay 4 жыл бұрын
hi grant i have a problem, when i run my keylogger.py file and open my email i dont get a .txt file instead i get a "noname" which i cant view
@herbi1605
@herbi1605 4 жыл бұрын
hi, you should check if there is " ; ", not " : " . That was my problem so I hope its gonna help you. -> "attachment; filename=
@aryangupta7414
@aryangupta7414 4 жыл бұрын
Hey Grant I need some help to convert my backdoor in .exe format. I made this amazing backdoor with persistence,screenshot,deleting it's self and all other features I felt were cool but I cannot convert It into .exe. It gets converted but it fails to execute. Can u please help. You did not really show how to compile it. Since I am an absolute biggner in coding malwares I need so help.
@collinsinfosec
@collinsinfosec 4 жыл бұрын
Yes! No worries. Could you email me: grant@cyberinternacademy.com - this would be better for me to explain.
@aryangupta7414
@aryangupta7414 4 жыл бұрын
@@collinsinfosec I send it on email given on this channel.
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
You could learn a simpler compiled language in a few days and rewrite it so it can be compiled
@English.with.Mateusz
@English.with.Mateusz 3 жыл бұрын
I can't import Scripy, can you help me out? ErrOR: No matching distribution found for scripy what can I do?
@itznafle1134
@itznafle1134 2 жыл бұрын
cuz its scipy not scripy
@English.with.Mateusz
@English.with.Mateusz 2 жыл бұрын
@@itznafle1134 😬😳, thanks
@marfcast101
@marfcast101 9 ай бұрын
Any replacement for win32 on mac/linux
@rishavmehra9437
@rishavmehra9437 4 жыл бұрын
win32clipboard OR pywin32 how to install this module
@kaiserexe4072
@kaiserexe4072 4 жыл бұрын
Great tutorial. I found a few things while I was testing it (it could be just me, so i may be wrong). I did not include, the encryption, audio, or screenshot. When the program start running, the contents of the keylog.txt file attached to the new email, will be from the previous run. In other words, if the keylog file is empty when I ran the program, the email, txt file I receive on my email will be empty no matter what I type. Is there a way to solve this?
@nelsonfernandes657
@nelsonfernandes657 4 жыл бұрын
I too want to know this
@DANIELPARISE
@DANIELPARISE 4 жыл бұрын
You'll have to ensure that the code saves the keylog.txt file before the code executes any of the Gmail code. Make sure you're calling the functions in the correct order and you should be fine.
@supernovatluthelightoftheu3221
@supernovatluthelightoftheu3221 2 жыл бұрын
i think if we move the send email function below the keyloggers code it might work
@rhfjfgzrdg8754
@rhfjfgzrdg8754 7 ай бұрын
Did u get the answer to this problem? :(
@mridulgupta5257
@mridulgupta5257 4 жыл бұрын
Hello Brother .. i recently installed kali linux 2020.1a live on my laptop i got an very disgusting issuse of inbult wireless chipset in my laptop doesn't get recognized by OS... what should i have to do now although i have tried lot of youtube videos that works but when is use to scan with them there is no output ! please help! thanks
@kevindsouza9572
@kevindsouza9572 4 жыл бұрын
Bro, the NIC card which comes by default with the laptop is quite a shitty one. I recommend you to use another network adapter(external ) even if you were using windows. But for rn, you can go ahead and search for external USB adapters that support monitor mode. I recommend going with some models of ALFA, Panda and even TP-Link (TL-WN722N version 1 this is the cheapest one).
@algcc
@algcc 8 ай бұрын
@@kevindsouza9572 i love tp-link, best external network adapter in history frfr
@WildAhhMarcus
@WildAhhMarcus Жыл бұрын
How could you turn this into a application
@unknownguy2313
@unknownguy2313 5 ай бұрын
How to run this project
@ClashWithHuzefa
@ClashWithHuzefa 3 жыл бұрын
Hahaha, Bro you coded a Trojan, but in title named as "Advanced Keylogger", Sus...
@omsonawane7465
@omsonawane7465 Жыл бұрын
but this trojan is basically a keylogger ..right
@syedmuhammadali5123
@syedmuhammadali5123 Жыл бұрын
Kindly show the Working of the project
@keithharding
@keithharding 3 жыл бұрын
Have you got an exe file to work yet?
@checknate8820
@checknate8820 4 жыл бұрын
who else is attempting to write this by only looking at the notes? I so far got a basic key logger and email function just from reading the notes.
@collinsinfosec
@collinsinfosec 4 жыл бұрын
You are following the recommendation :)
@checknate8820
@checknate8820 4 жыл бұрын
@@collinsinfosec I finished getting all the functions coded. Your code is more "pythonic" than mine. It looks like I took a chain saw and chopped some code together :)
@keeplian
@keeplian 2 жыл бұрын
How i can make keylogger for Android
@arthurg5966
@arthurg5966 4 жыл бұрын
Hackerman
@collinsinfosec
@collinsinfosec 4 жыл бұрын
Haha, i will be a hackker!!!
@gauthamtheerth4009
@gauthamtheerth4009 2 жыл бұрын
Is this code still works in 2022 @ Grant Collins
@ashiqurrahman1013
@ashiqurrahman1013 4 жыл бұрын
I have a question??
@fun4ayush
@fun4ayush Жыл бұрын
it will work on linux????
@corbynferraro6661
@corbynferraro6661 4 жыл бұрын
SOS! SOS! SOS! I am having a few problems its telling me that keys_information is wrong and is highlighted red then when I run it nothing happens until I hit a key. say I hit "h" itll show " h [ ] " but then it breaks and gives me a bunch of stuff saying that this line in this and that im just going to send you the message it gives me maybe you can see what I cant please help!!!!1Unhandled exception in listener callback Traceback (most recent call last): File "C:\Users\Ben\PycharmProjects\untitled1\venv\lib\site-packages\pynput\_util\__init__.py", line 162, in inner return f(self, *args, **kwargs) File "C:\Users\Ben\PycharmProjects\untitled1\venv\lib\site-packages\pynput\keyboard\_win32.py", line 280, in _process self.on_press(key) File "C:\Users\Ben\PycharmProjects\untitled1\venv\lib\site-packages\pynput\_util\__init__.py", line 78, in inner if f(*args) is False: File "C:/Users/Ben/PycharmProjects/untitled1/project/keylogger.py", line 43, in on_press key.append(key) AttributeError: 'KeyCode' object has no attribute 'append' Traceback (most recent call last): File "C:/Users/Ben/PycharmProjects/untitled1/project/keylogger.py", line 70, in listener.join() File "C:\Users\Ben\PycharmProjects\untitled1\venv\lib\site-packages\pynput\_util\__init__.py", line 210, in join six.reraise(exc_type, exc_value, exc_traceback) File "C:\Users\Ben\PycharmProjects\untitled1\venv\lib\site-packages\six.py", line 702, in reraise raise value.with_traceback(tb) File "C:\Users\Ben\PycharmProjects\untitled1\venv\lib\site-packages\pynput\_util\__init__.py", line 162, in inner return f(self, *args, **kwargs) File "C:\Users\Ben\PycharmProjects\untitled1\venv\lib\site-packages\pynput\keyboard\_win32.py", line 280, in _process self.on_press(key) File "C:\Users\Ben\PycharmProjects\untitled1\venv\lib\site-packages\pynput\_util\__init__.py", line 78, in inner if f(*args) is False: File "C:/Users/Ben/PycharmProjects/untitled1/project/keylogger.py", line 43, in on_press key.append(key) AttributeError: 'KeyCode' object has no attribute 'append'
@corbynferraro6661
@corbynferraro6661 4 жыл бұрын
I think it has something to do with the "scipy" because when I do the pip install through the term. I get an error message
@corbynferraro6661
@corbynferraro6661 4 жыл бұрын
so I got it working kinda but after I hit one key like " space" or " a-z" itll only tract one word and then give me the last message like I sent you
@gerryedroso1414
@gerryedroso1414 4 жыл бұрын
will this be functional in an android?
@emperorj4783
@emperorj4783 3 жыл бұрын
No. Because it has functions that run only on Windows or Linux or MacOS. And you may have to re-write it in Java or Kotlin
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
You would have to use the android, possibly Linux API calls to make this work. I'm also pretty sure androids are sandboxed a ton. You are better off making a malicious keyboard app
@chineduifeanyi552
@chineduifeanyi552 3 жыл бұрын
How do you make this FUD
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
Use a good quality crypter or wrote your own, add VM detection so the software fails to execute if it is sandboxed. Information is sparse but it will be out there. If you are using a tool to compile the python into an executable, you will always get detected as they have been used to produce many types of malware so it will easilt get file signature detected
@MuhammadArhamMahmood
@MuhammadArhamMahmood 9 ай бұрын
Can anyone tell me how to run this code
@hannah-bw1rx
@hannah-bw1rx 9 ай бұрын
have you figure out? please help me if you do
@jdlopez131
@jdlopez131 3 жыл бұрын
is there a way to track when the user visits a website? somehow record the time and the website visited live
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
Grab the window title, or you might be able to read the browser history, but that might be quite advanced
@nsvd-xb5me
@nsvd-xb5me 4 жыл бұрын
What is the clipboard function for? I dont understand what it is used for and why it is necessary, please let me know!
@jacobhinchliffe6659
@jacobhinchliffe6659 3 жыл бұрын
People always put sensitive stuff in the clipboard
@yilinlian7995
@yilinlian7995 4 жыл бұрын
Hi Grant 👋
@collinsinfosec
@collinsinfosec 4 жыл бұрын
Hi Szumi!
@jafetl.ch.8961
@jafetl.ch.8961 4 жыл бұрын
🖤
@Rage_x8869
@Rage_x8869 Жыл бұрын
If you dont recive a e-mail you need to change by your google acc the less secure settings tutorial for the less secure settings 2023 : kzbin.info/www/bejne/qaq1gmCZjq5ngNk i hope this helps some of you :)
@zoham1735
@zoham1735 11 ай бұрын
heyy my email function is not working. i m not getting any emails still after i set my settings in google account please help
@hannah-bw1rx
@hannah-bw1rx 9 ай бұрын
@@zoham1735 have you figure out? i need some help
@mahmoudtotti8657
@mahmoudtotti8657 4 жыл бұрын
do u know how can i detect keylogger on my pc using python
@ashiqurrahman1013
@ashiqurrahman1013 4 жыл бұрын
Love your video...???
@teo999
@teo999 3 жыл бұрын
I think it's one of the best "basic" keyloggers I've seen :0. Although I have a small problem: After writing the encrypt function, when executing the file, I get: Process finished with exit code 0 Does anyone know why it ends like this?
@anubhavdeswal8914
@anubhavdeswal8914 2 жыл бұрын
How did you solve it?
@teo999
@teo999 2 жыл бұрын
@@anubhavdeswal8914 I don't remember 😈😈
@algcc
@algcc 8 ай бұрын
"Process finished with exit code 0" means there was no error, you were def new when you wrote this
@teo999
@teo999 8 ай бұрын
@@algcc yeah i was new but almost 3 years ago
@algcc
@algcc 8 ай бұрын
@@teo999 well that was kind of my point but i guess i phrased it badly, i edited the comment so its more accurate
@ShivamPatel-ee6in
@ShivamPatel-ee6in 2 жыл бұрын
Because goggle has updated their policy for third app access. I am not able to access, it says permission denied. I have on two step verification and created app password too but nothing works. Please help me
@omsonawane7465
@omsonawane7465 Жыл бұрын
same yr
@ericouhl5423
@ericouhl5423 3 жыл бұрын
De Boo Da
@guilhermefabbri6294
@guilhermefabbri6294 4 жыл бұрын
hacking tiiiiime
@69senseisensei69
@69senseisensei69 4 ай бұрын
thanks
@thiagooliveiradasilva6921
@thiagooliveiradasilva6921 4 жыл бұрын
I want subtitle in portuguese
@pixeldoor4792
@pixeldoor4792 4 жыл бұрын
Feel free to make one.
@Chris-ck6se
@Chris-ck6se 4 жыл бұрын
i need help bc i have installed all packages but its shows me its not installed prnt.sc/sxt8lv
@vagueorigin7320
@vagueorigin7320 2 жыл бұрын
extremely long winded in areas, but a damn tutorial.
Create a Cybersecurity Homelab on a Raspberry Pi! - Crash Course 2022
49:09
When Optimisations Work, But for the Wrong Reasons
22:19
SimonDev
Рет қаралды 1,2 МЛН
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
요즘유행 찍는법
0:34
오마이비키 OMV
Рет қаралды 12 МЛН
5 Python Libraries You Should Know in 2025!
22:30
Keith Galli
Рет қаралды 90 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 34 М.
Build a Cybersecurity Homelab (For Free!) - Complete Course
9:11
Grant Collins
Рет қаралды 8 М.
Malware development 101: Creating your first ever MALWARE
28:00
Leet Cipher
Рет қаралды 408 М.
Python Object Oriented Programming (OOP) - For Beginners
53:06
Tech With Tim
Рет қаралды 3,5 МЛН
How to Code (almost) Any Feature
9:48
DaFluffyPotato
Рет қаралды 716 М.
Warning! Python Remote Keylogger (this is really too easy!)
10:50
David Bombal
Рет қаралды 370 М.
This App Wanted $700 So I Built it Myself with Python
7:32
Coding with Lewis
Рет қаралды 49 М.
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.