z00z / ZLogger

Userspace remote keylogger for Linux, works with X, logs key stikes to a file and sends report by email.
GNU General Public License v3.0
134 stars 66 forks source link

error while while running zlogger.py #10

Open ravikiran152005 opened 3 years ago

ravikiran152005 commented 3 years ago

python zlogger.py -i 60 -l -e zlogger9090@gmail.com -p Zlogger@1234 -o keylogger Traceback (most recent call last): File "zlogger.py", line 36, in create_keylogger(arguments.out, arguments.interval, arguments.email, arguments.password) File "zlogger.py", line 23, in create_keylogger with open(file_name, "w+") as file: IOError: [Errno 13] Permission denied: 'keylogger'

ravikiran152005 commented 3 years ago

while running bash install.sh I got this message “python 2.17.5 permission denied

ShadowSlayer03 commented 2 years ago

Did you give root access to kali on terminal while running the Zlogger? Also If the problem lies in your zlogger.py file then u could open it download it alone from "Code" section and then use any text editor to copy paste the zlogger.py into the already existing one. This solved the issue that I had in one of the tools I was using so I just suggested.