Posts: 9 Threads: 0 Joined: N/A August 21, 2022 at 9:09 AM sometime you need to include in your app Posts: 16 Threads: 0 Joined: N/A August 21, 2022 at 12:04 PM try make keylogging in python Posts: 15 Threads: 0 Joined: N/A August 21, 2022 at 1:40 PM why do you want to develop a keylogger ? Posts: 65 Threads: 0 Joined: N/A August 22, 2022 at 6:59 AM you can find a lot of examples in GitHub just search for python keylogger Posts: 11 Threads: 0 Joined: N/A August 22, 2022 at 9:41 AM I have an example in mind: imagine you gained access to a server, like an mail server or anything else requiring creds. if you install a keylogger on it you will have all the creds (login and pwd) of the people who reached it. Posts: 30 Threads: 0 Joined: N/A August 26, 2022 at 12:50 PM (August 20, 2022, 09:36 PM)Fernhawk Wrote: I've tried making a keylogger on python but haven't found a way to make it useful, there seems like there is a lot of potential but I haven't seen anyone do it right. Any ideas? Not sure though, keylogger is basically just keylogging. It logs key inputs. That's all it does. Unless it's combined with a stealer, then it could be having tons of potential. Posts: 48 Threads: 0 Joined: N/A August 26, 2022 at 12:53 PM You can use such as server side languages ( ex: Node.JS - NPM Library's ) Posts: 34 Threads: 0 Joined: N/A August 27, 2022 at 9:11 PM (August 26, 2022, 12:50 PM)demival Wrote: (August 20, 2022, 09:36 PM)Fernhawk Wrote: I've tried making a keylogger on python but haven't found a way to make it useful, there seems like there is a lot of potential but I haven't seen anyone do it right. Any ideas?
Not sure though, keylogger is basically just keylogging. It logs key inputs. That's all it does. Unless it's combined with a stealer, then it could be having tons of potential. True
(August 26, 2022, 12:53 PM)DuckODuck Wrote: You can use such as server side languages ( ex: Node.JS - NPM Library's ) interesting stuff, but would they be undetectable? Posts: 20 Threads: 0 Joined: N/A August 28, 2022 at 12:05 PM man, honestly the best way to program this will be with .net because the libraries are already the ones for windows By Order of the damn Peaky Blinders Posts: 48 Threads: 0 Joined: N/A August 28, 2022 at 12:43 PM (August 27, 2022, 09:11 PM)Fernhawk Wrote: (August 26, 2022, 12:50 PM)demival Wrote: (August 20, 2022, 09:36 PM)Fernhawk Wrote: I've tried making a keylogger on python but haven't found a way to make it useful, there seems like there is a lot of potential but I haven't seen anyone do it right. Any ideas?
Not sure though, keylogger is basically just keylogging. It logs key inputs. That's all it does. Unless it's combined with a stealer, then it could be having tons of potential.
True
(August 26, 2022, 12:53 PM)DuckODuck Wrote: You can use such as server side languages ( ex: Node.JS - NPM Library's )
interesting stuff, but would they be undetectable? Just you can answer this question. |