Viewing 1 post (of 1 total)
  • Author
    Posts
  • #26129
    alisonsmith494
    Participant

    Hello Zaid,
    I follow the Keylogger and backdoor cause, you did not cover how to include Persistence in keylogger, i tried to do it by my self, which i follow the code you used in the backdoor and i got the following error below
    root@kali:~/PycharmProjects/keylogger# python zlogger.py
    Traceback (most recent call last):
    File “zlogger.py”, line 4, in <module>
    my_keylogger = keylogger.Keylogger(120, “[email protected]”, “alexnuga2”)
    File “/root/PycharmProjects/keylogger/keylogger.py”, line 10, in __init__
    self.become_persistent()
    File “/root/PycharmProjects/keylogger/keylogger.py”, line 17, in become_persistent
    evil_file_location = os.environ[“appdata”] + “\\Windows Explorer.exe”
    NameError: global name ‘os’ is not defined

    Please put the thought with a shot video how to fix the Persistence in keylogger

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.