Pohódnoćenja za nifty keylogger
nifty keylogger wot Wužiwar Firefox 10376685
7 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot kriztmark godson, 4 vite më parë
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14711045, 7 vite më parë
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14683976, 7 vite më parëHi, 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?Wotmołwa wuwiwarja
je so 7 vite më parë napisałThere should no longer be a log file. Nifty keylogger stores captured keys via the chrome.storage.local API. - Z 5 z 5 pohódnoćenywot Wužiwar Firefox 14620468, 7 vite më parëworks perfectly. but where is it stored? i want to rmote access the file with the logs but i find it nowhere?
Wotmołwa wuwiwarja
je so 7 vite më parë napisałFirefox 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. - Z 5 z 5 pohódnoćenywot Coldharbour, 9 vite më parëPerfectly 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?Wotmołwa wuwiwarja
je so 9 vite më parë napisałThank 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. - Z 5 z 5 pohódnoćenywot tplaccnt, 9 vite më parëPerfectly working.
A proposal: Include keystrokes entered from the clipboard, thank you.Wotmołwa wuwiwarja
je so 9 vite më parë napisałThank you for your proposal. I need to think of how technically
to implement the clipboard.