Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

keylogger problem


mrdj204's Avatar
Member
0 0

okay, me and 3 of my friends have been trying to get a keylogger on my friends pc. we dont want the actuall keystrokes, more we want screenshots. we believe he is watching gay porn and we want proof. weve goten 2 different keyloggers on his computer but bitdefender picked both of them up. so what im really asking is for something that bitdefender wont pick up and doesnt have a gui installer.

any help would be appreciated


ghost's Avatar
0 0

PM me and I will give you the source code to my key logger.

How much access do you have to his computer?

And I hate to break it to you but I don't know of anything that logs what you are doing by video.

Because I'm sure it would slow the computer down and he would notice.

Besides. Why would it matter if he was watching gay porn or not?

Everyone has their own predilections even if they are sick as shit ;)


richohealey's Avatar
Python Ninja
0 0

just code something up, that takes a screen graba nd sends it every 30 secs or so.


Uber0n's Avatar
Member
0 0

If you want picture proof, simply write a hidden application which takes screenshots every X second and then transfer the file to your own PC.

Or an even better way: write an application which saves the filename passed to it, and then opens it in the correct program. Then associate it to all video file types (.avi .mpg etc) through the registry. You won't get picture proof but you'll know the name of every video file (or picture file or whatever) he opens. It won't suck up his HDD space and will barely use any RAM. Also it won't be running as a process all the time so he won't be able to remove it just through Ctrl+Alt+Del.

For the logging part you could use something as simple as this batch file:

@ECHO OFF
ECHO %1 >> C:\filelog.log
START C:\Progra~1\Videolan\VLC\vlc.exe %1
CLS```

Good luck B)

mrdj204's Avatar
Member
0 0

thx for the tips

and thx for not completely flaming me. (which was what i was expecting):ninja:

@TotcoS: we have access to his webserver and his ftp server so we can upload anything we want, then execute it through php.


korg's Avatar
Admin from hell
0 0

Even easier way is if your friend doesn't clear his history, Just check it and click on the links you find,Weblinks or video. Or if he's using the mediaplayer check the save file and url box in the options and it will save them for you.


ghost's Avatar
0 0

or how about a normal keylogger?? if you find out hes typing in url's like www.bumfun.com or gaypoprn.com or whatever it will be blindingly obviose.

Or go round to his house and see if you can get on his pc (maybe ask to see something or say you know a really cool website u wud like 2 show him and get a one of your other friends to knock on his door whilst you grab his internet browsing history.

Or you could leave him alone as if hes gay then its his choice. I dont really like gays but i think you should live and let live.


ghost's Avatar
0 0

There are plenty of ways to make existing malware undetectable. Crypting, hex editing. I think Ardamax does a pretty good job of screenshotting and has email functionality. Hit me up on irc if you need a hand or a custom crypter.

irc.rmachine.net

#hbh


lukem_95's Avatar
Member
0 0

Try rohitab.com, its full of n00bs trying to be 1337 by coding their own keyloggers, (there are some extremely good coders there too, dont get me wrong). A simple screen capture function is very easy to build in, i cant remember the exact functions but im sure a quicksearch of rohiab will tell you.