Reviews for nifty keylogger
nifty keylogger by Firefox user 10376685
Review by Coldharbour
Rated 5 out of 5
by Coldharbour, 7 years agoPerfectly working, but i have two minor issues after the quantum update:
Address bar capturing stopped working. Can you fix it?
I used to read the log directly from the filesystem, but the corresponding file (kltext.txt) is not being updated anymore. Where we should look now?
Address bar capturing stopped working. Can you fix it?
I used to read the log directly from the filesystem, but the corresponding file (kltext.txt) is not being updated anymore. Where we should look now?
Developer response
posted 7 years agoThank you for your feedback.
As for kltext.txt, mozilla quantum no longer supports direct access to the file system through javascript. That is why I nifty keylogger now stores the log in a local storage object "storedkl". Its content are accessed through the shortcut K.
As for address bar capturing, are you sure previous versions provided this functionality? The issue here is that document.addlistener("keypress") relies on a document. Unfortunately, the address bar is not a document.
As for kltext.txt, mozilla quantum no longer supports direct access to the file system through javascript. That is why I nifty keylogger now stores the log in a local storage object "storedkl". Its content are accessed through the shortcut K.
As for address bar capturing, are you sure previous versions provided this functionality? The issue here is that document.addlistener("keypress") relies on a document. Unfortunately, the address bar is not a document.
14 reviews
- Rated 5 out of 5by kriztmark godson, 2 years ago
- Rated 2 out of 5by Giulio, 3 years agois only recording some keystrokes and history is cleared to frequently. Using FF v. 105
- Rated 1 out of 5by Firefox user 16507042, 4 years ago
- Rated 4 out of 5by Firefox user 15919748, 5 years agoIt's working - for alt, tab, backspace etc. Normal letter keys are not recorded at log. Or better said, log field exists, but empty. What's wrong? Using linux Mint.
Update:
2 Daniela: many thanks for support! No, I do not know what noscript is (Ok, I can google). If it's not standard Firefox packet, then it's probably not installed. Definitely it' not in the ad-on list.
Update2:
Yes, enabled. Firefox 75.0 (64 bit) (Mozilla Firefox for Linux Mint - 1.0).
Update3:
Thanks for support! Seems to be working all the time, but I tried adress bar only. This is an important info, that works with text inside the brownser only. Definitely log is not empty now. But currently written text was not visible, some other text is. I'll try to observe it in more detail. Thank you!Developer response
posted 5 years agoFirefox 75.0 (64 bits) should not be the problem. Nifty keylogger cannot record keystrokes entered in the address bar or in the search field. Nifty keylogger is based on javascript and can only record keystrokes entered into websites. Can you run a site such as the instant review site, please? It will be interesting if nifty keylogger records your inputs into the text areas of this site. Cheers, Daniela - Rated 1 out of 5by Firefox user 15219296, 5 years ago
- Rated 4 out of 5by Firefox user 15142834, 6 years ago
- Rated 5 out of 5by Firefox user 14711045, 6 years ago
- Rated 5 out of 5by Firefox user 14683976, 6 years agoHi, don't really get it. I can open the log file - but there are no captured keys - only something like that -
Is there any other log file? Or am i doing somthing wrong?Developer response
posted 6 years agoThere should no longer be a log file. Nifty keylogger stores captured keys via the chrome.storage.local API. - Rated 5 out of 5by Firefox user 14620468, 6 years agoworks perfectly. but where is it stored? i want to rmote access the file with the logs but i find it nowhere?
Developer response
posted 6 years agoFirefox no longer supports write access to individual files of a user's profile. I am bound to rely on the chrome.storage.local API instead. I suppose chrome.storage.sync instead of chrome.storage.local yields some sort of upload. That API still is a long way from remote access to a file with the logs. - Rated 4 out of 5by Firefox user 13988134, 7 years agoLove this addon, but since you cant view the log file directly anymore in Firefox Quantum, can you make it so that it doesnt add a blank entry into the log file twice a minute? It really should only listen for keystrokes and then add to the log when keystrokes are recorded. I can only view like the last 10 minutes of a day in with ALT+SHIFT+O when I really want the last whole day.
Developer response
posted 7 years agoHi there: To set the delay between blank entries, change the variable var register_max=9 in line 7 of background.js. Try and set var register_max=100. The delay should become far longer. Hope this helps. Cheers, Dani. - Rated 4 out of 5by OlivierN, 7 years agoHi, are you on twitter ?
thanks for the KL. but i'm looking for the data stored yesterday. the short k only displays the today's timestamp. sorry for my english !
byeDeveloper response
posted 7 years agoHi Olivier: The length of the log can be extended to yesterday's data by changing the var ms variable in background.js. var ms gives the length of the log in characters. I figured than a hundred thousand characters would be enough when I developed nifty kl. How many characters do you think you need? Mind you nifty kl will get slower as the log size increases. Cheers, Daniela
Update 24 February 2018: The latest version 1.5.3 of nifty keylogger should also display data stored yesterday. - Rated 5 out of 5by tplaccnt, 7 years agoPerfectly working.
A proposal: Include keystrokes entered from the clipboard, thank you.Developer response
posted 7 years agoThank you for your proposal. I need to think of how technically
to implement the clipboard.