A good
free text editor :
I
use to work for several time with Programmer's File Editor (PFE) which was
distributed as
a freeware on Internet. You can still download it at the following
address:
http://www.lancs.ac.uk/people/cpaap/pfe/
Edit Plus
Since
the PFE project has been stopped, I now used Edit
Plus which is not a freeware tool, but
the price is about $20, so nearly free!
If
your a drag and drop addict, here's the
VBScript constant list (WSH 1.0) to
use with EditPlus
download the file and make a copy into EditPlus folder...
Here
is my own template VBScript scripts.
IP Scanner :
If
you want to get information on all the computer which are running on your
network (LAN
only), This script will allow you to get all the IP & MAC Addresses,
hostnames and put all of
that together into a CSV file. You will then be able to import that file
into a sniffer for example.
To
run this script you will need to use cscript. The
following parameters are accepted by the
script :
/?
: Shows help.
/HI <Network_ID> : This is the network ID
that you want to scan. Please note that it
should be the same that the one used on your computer.
Use
examples:
cscript
hostnames.vbs /?
cscript hostnames.vbs /HI 193.56.67
Download hostnames.vbs
Random
password generator :
This
script contain a CreatePasswd function which will
generate random passwords. Can be
usefull if you are using WSH and ADSI to manage your new network users.
This script can also
be found here (Javascript
written).
CreatePasswd function accept 3 parameters:
Size
: Password length (integer)
OnlyLetters : Only letters (more easy to
remember)
(boolean)
LowerCase : Only lowercase characters (even more
easy to remember) (boolean)
Download passwd.vbs
Searching for VNC servers on your
network :
This
script will scan your IP network to search for VNC servers. It will export
the hosts list into
windows shorctuts (see VNCCSL Tips).