The IndexWhat's changed on DarkAge.co.ukDownload fastpush and other toolsFrequently asked questionsHow to... do thingsSupport for old versions of WindowsNews & noise!Drop me a lineGet me outta here!

How to set Fastpush up on my system


Overview

This howto covers installing the fastpush script to your computer and what you'll need to do to get it working.

Requirements

Steps

1. Download and unzip

Download the latest version of fastpush and using a zip program (Powerarchiver, Winzip, etc.) extract it to a root drive on your PC. Just so you know, you'll want to extract it using folder names - otherwise the paths will be all messed up.

Please don't extract it to a path with a long folder name. Yeah I know that's a bit pants but there's a lot of variable manipulation within fastpush and it's very easy to get the quote marks messed up. Keep it simple and unzip the whole thing to c:\fastpush.

2. Setting the ini files up.

Before you can use Fastpush, you will need to configure some of the ini files. These are basically registry dumps performed with regdir and piped out to a file. All of the ini file are kept in the common subfolder, while reg lives in utils. Most of the donkey work has been done in machine.ini, but you will need to get your VNC password into that file.

For versions of RealVNC 4 or greater: Use:

REGDIR \registry\machine\software\realvnc\winvnc4

Select the PASSWORD variable and copy this into the vnc4.ini file. You can find this file in the common subfolder.

For all other versions of VNC, use:

regdir \registry\machine\software\orl\winvnc3\default

Select the PASSWORD variable and copy this into the machine.ini file. As with the previous file, you can find this in the common subfolder.

3. Fastpush variables (optional, but useful!)

In the later edition of fastpush there some variables you can set in the script to make your selections permanent. These are in the fpXX.cmd file in the fastpush directory. Please note that using one of the command line switches from fpXX.cmd will override this. This is merely a setting so you can avoid lots of retyping. A list of switches is available by just typing vnc and hitting [enter] in the fastpush folder.

NB: Do be careful when editing vnc.cmd with notepad - watch out that word wrap doesn't mess up the commands! Personally I like to use WinVI because it's free, does line numbering and lets you set the screen colours. I've heard that other users like TextPad. It's your call.

4. Test Run

Right, you've copied the password setting in and tuned fastpush to you needs, best give it a spin. Pick a victim target NT/2000/XP machine and ping it. If you've got WINS (NT or Samba) then you'll most likely be using machine names - otherwise, you'll need to know the IP address.

Subject to having that you can now run the script and that's covered in this how to