Forum Replies Created
- AuthorPosts
- sultandParticipant
Hi Diego,
The files i shared with you is labeled keylogger.py which has the class and zlogger.py is the one that calls the class. For me it also in the same directory but giving me fatal error.
My problem is only when i want to make it persistent because before then, it worked fine.
Please can you make a quick short video showing how you made yours persistent so that I can follow your steps.
Thank you.
Sultand
sultandParticipantHi Diego,
Yes the zlogger.py is the one calling the class.
Can you show me how you complied it and it worked for you.
Thank you
Sultand
sultandParticipantsultandParticipantDear Diego,
I followed your instruction and tried to permanently disable defender and I got error message, I then use windows security to disable the real-time protection and try to run the keylogger and I am still get a fatal error detected ‘failed to execute script zlogger’
Can you make a short video showing me how you are able to make the keylogger persistent, it will really help me because this is the most important thing for me in this course.
Once again thank you for your time and efforts.
Sultan.
sultandParticipantDear Diego,
Thank you for your reply, I look forward to hear from you.
SultanD
sultandParticipantDear Diego,
I have paste the code on subline text editor and uploaded it on dropbox so you can access it.
https://www.dropbox.com/s/j7bdnvxaks3010v/Keylogger_1.py?dl=0
https://www.dropbox.com/s/w4mt0vd7mdbrst6/Keylogger_2.py?dl=0I hope you find it in order
sultandParticipantDear Diego,
When I run the script without trying to make it persistent it works fine but when I follow the lecture where Zain make a backdoor persistent it not working, I am getting the error code when I run the script:
Traceback (most recent call last):
File “zlogger.py”, line 4, in <module>
my_keylogger = keylogger.Keylogger(12, “[email protected]”, “……..”)
File “/root/PycharmProjects/keylogger/keylogger.py”, line 13, in __init__
self.become_persistent()
File “/root/PycharmProjects/keylogger/keylogger.py”, line 20, in become_persistent
evil_file_location = os.environ[“appdata”] + “\\Windows Explorer.exe”
File “/usr/lib/python2.7/UserDict.py”, line 40, in __getitem__
raise KeyError(key)
KeyError: ‘appdata’
sultandParticipantPlease kindly go through the links and see all the process I am doing to check where I am doing anything wrong.
https://postimg.cc/t1mHgVtc
https://postimg.cc/NKsh7xdV
https://postimg.cc/rdsv7wXN
https://postimg.cc/QKGwBgBf
https://postimg.cc/NLmZ3nVS
https://postimg.cc/9RTNj4xZ
https://postimg.cc/ppPcgLK5
https://postimg.cc/5YwpRh0m
https://postimg.cc/t1d2S07N
https://postimg.cc/w3j0VGzDAugust 5, 2020 at 5:40 pm in reply to: Keylogger (AttributeError: ‘Key’ object has no attribute ‘char’) #43687sultandParticipantDear Diego,
Yes I installed pynput successfully.
When I start the keylogger it works fine because I can type and see the alphabet displayed on terminal but once I click any special key like SPACE, CAP TAB etc it quits the keylogger program and gives me the error message below
(File “keylogger1.py”, line 8, in process_key_press
log = log + str(key.char)
AttributeError: ‘Key’ object has no attribute ‘char’)
sultandParticipantHi Diego,
Thank you for your response, I did not understand what you mean by running it in windows, I build the keylogger with Pycharm using python and complied into .exe file and transferred to windows for testing but when I click it to install it in the window I am getting a fatal error message on window, please can you explain more how you want me to go about it, like a said before, this is my first time programing and I am just following step by step shown on Zain lecture.
Can you give me more direction on what I need to do to make the keylogger persistent, if it will be possible to give me step by step in instruction.
I understand that what I am asking maybe too much because you have lots of other student to attend to but I will truly appreciate it if you can give me step by step in instruction on how to do it because its one of most important thing that I wish to achieve on this course.
Once again thank you for your time.
sultandParticipantsultandParticipantsultandParticipantsultandParticipantAlso even after I turned off Virus & threat protection, I still get warning when downloading Lazagne file and a small red dot is on the file, I am warned that the file will be harmful on my system, I don’t know has anything to do why I am not getting any passwords
sultandParticipantI saved passwords on Mozilla firefox and internet explorer and the argument i used is lazagne.exe browsers
- AuthorPosts