Version history:
Last hotspot
Pandora GUI ver:1.2.0.30
Pandora SRV ver:1.8.0.50220-Jul-2002 18:13 ver 1.8.0.502
Changes:
- Now Pandora can scan all host in Internet(up to 2^32 hosts)
- Increased number of address ranges to 65535.
Added ability to load address ranges from external file.
option in config (in this case address from [main] will be ignored)
[main]
useaddresslist=file1.lst
file1.lst may contain this strings
#this is comment
1.1.1.1-1.1.1.255
1.1.1.1-1.1.100.100
1.1.*.*
1.1.1.*
1.1.1.1Added some new options for logging and all of them now placed to [log]
[log]
logfontsize=0
logfont=Ms sans serif
logfilepath=
#enable pandora.stat file
logenablestatfile=1
#enable file logging to sys.log or to logfilepath file
logenabletogenfile=1
#max size for log file(Warning check this for mail and ftp sender)
logfilemaxsize=0
detailerror=0- Added mac address detection(if you set getipname=1).
- Added filters for mac address..
[share]
#skip host if mac not found in this list
skipifmac=0x00 0x00 0x00 0x00 0x00 0x00, 0x00 0x02 0x03 0x00 0x02 0x01
#skip host if mac not found in this list
skipifmac=0x01 0x02 0x03 0x04 0x05 0x06, 0x00 0x00 0x00 0x00 0x00 0x00
Default mac addresses:
Windows dialup 0x44 0x45 0x53 0x54 0x00 0x00
Windows Local loop 0x02 0x00 0x4C 0x4F 0x4F 0x50
*nix Samba 0x00 0x00 0x00 0x00 0x00 0x00- In filesections added flag "enabled
"
[filesectionN]
#enabled=[0|1] enable or disable this file section
enabled=1
04-May-2002 23:32 ver 1.8.0.362
Changes:
- Added ftp sender.
[main]
delayftp=secs //delay for ftpsender.
[ftpsender]
;ftpserver=string.Ftp server IP or hostname.
ftpserver=localhost
;ftpport=int.Ftp port.
ftpport=12
;login=string.Login to server,blank login mean anonymous .
login=123
pass=14
;upldir=string.Upload dir on server.
upldir=/tt/
;sendlogfile=[0|1].Send or not log file.
sendlogfile=0
;packing
packenable=1
packcmd=rar a $arc$ $file$
;sendftp=[0|1].Enable or disable ftp sender.
sendftp=0
- Fixed deadlock, when scan huge array of hosts.
- Added option to mail sender - sendlogfile.
[mail]
sendlogfile=1
//[0|1] 0 mean dont send file,1 mean send.
- Added option skipsharelist - specify list of resource names to skip.
[share]
skipsharelist=str1,str2,str3,...
//example
skipsharelist=a,A,IPC$,PRINTER$
03-Mar-2002 13:43 ver 1.8.0.313
Changes:
- Fixed error 120 when copy files on win9x systems.
- Again can run under win95
12-Feb-2002 17:07 ver 1.8.0.306
Changes:
- Attention network protocol is changed.Required GUI>1.2
- Right detection of maximum host ranges<255 and total hosts <655535.For each range writes number of hosts.
- Optimized multi-thread managment.Decreased to minimum lags when use huge number of threads and normal priority.
- Menu command kill get terminate cmd, not kill - fixed.
- New status information after each session.
- Status information are stored each 2-5 sec in file pandora.stat.
- Slower, but more smart netbios detection.
- More faster startup and finish of sessions.
- Add check for resource with null and default password.
- Decreased number of allocated memory.
- New format of file base with netbios names, resources etc...
- New parameter savename in section share
[share]
savename=\$nbname$\$filename$.$ext$
//support for $ip$ $nbname$ $filename$ $ext$ $sharename$
//$dtime$ $pass$ $rempath$
06-Jan-2002 17:42 ver 1.8.0.217
Changes:
- win9x When server try restart or shutdown,BSOD appear(blues screen of death)
(bug in srv_alert.dll) - fixed.- ipp_general.dll (1.0.1).Speed of update log window increased.Size now is only 80k.
- Ability to install as NT service
New config options:
[main]
//install as service on NT(NT4,WIN2000,XP),must run
//under administrator
installasservice=0
//service name
//You may control Pandora from Services or from console:
//net [start|stop...] Pandorakernel
servicename=Pandorakernel
//service description
servicedesc=Pandora (Automatic netbios audit system)
12-Feb-2002 17:07 ver 1.8.0.306
Changes:
- Network protocol is changed required server > 1.8.0.300.
- Changes in interface.New hosts ranges window.Ability to save hosts ranges to and from file.
- Adding quick toolbar.
- Support for all new options Server options.
- Display netbios names,resources... for each file.
17-Jan-2002 0:09 ver 1.1.0.75
Changes:
win9x Included pwl plugin.It allow you to quick view contents of pwl file.
06-Jan-2002 17:42 ver 1.1.0.67
Changes:
win9x When you push [break]-[connect] error message appear - fixed.