1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
CHANGELOG 2.04
---
* converted text files files from unix to dos format
* added backwards compatibility for --scan
* update man pages to reflect removal of --scan
* fixed ip parsing bug for certain ip's
* removed -s ( default is to scan all ip's )
* fixed help and manpages to reflect changes
* -p doesn't require arguments. Therefore, to perform
ping scan use the following: scanpbnj -p 192.168.1.1/24
* fixed bug when inserting a service with an unknown name.
* added more tests
* small Makefile.PL change of manpages
CHANGELOG 2.02
---
* added testing for scanpbnj - 04change.t
* fix small typos
CHANGLOG 2.0BETA2
-----------------
* added more error checking to outputpbnj
* various random fixes
CHANGLOG 2.0BETA1
-----------------
* Set Directory fir Windows User. In APPDATA directory is where the pbnj-2.0
directory will be created and the config files will be stored there.
* small bug with group id.
* Started Final Testing before the 2.0 Release
* -r can now pass args like 22,25,80-90
* --inter bug where interface wasn't being added properly
* fixed up the documentation a bit
CHANGLOG 1.5.10
-----------------
* fixed bug in outputPBNJ where tab wouldn't line up properly
* update the manpages.
* fixed bug where when doing a scan with sudo privs the config dir was being
created and owned by root.
* added configs to outputpbnj and scanpbnj thus the config files will be
generated if they don't already exists. Thus it can now be packaged for
debian.
* fixed bug where inserting services were not being displayed
CHANGELOG 1.5.9
-----------------
* set default scan to not compare changes in the banner
* added --diffbanner that will parse changes in the banner
* fixed banner/version/service changes by setting the state of the old
service to down, which needed to be done before inserting the new version
* fixed bug where range wasn't changing
* fixed validation for scanning a range using x.x.x.0/24
* fixed bug in pingscan when the range would be scanned as well as the
live hosts.
* fixed windows path error
* updated quickinstall script for the modules not in Ubuntu
CHANGELOG 1.5.8
-----------------
* fixed bug with uniq hosts and services that are down being removed
twice
* added better checking for ip addresses that are real
* fixed hostname setting bug where the localhost would be set to the
external hostname when scanning localhost.
* fixed Makefile.PL on unix to copy the needed files
* moved 04 and 05 tests into todo for a future release
CHANGELOG 1.5.7
-----------------
* fixed bug in print list
* fixed --qconfig which uses an alternative query config file
* removed useless yaml configs
* removed diff from tests to work on windows
* Added COLOR output
* Added --nocolors, for those who don't like colors
* Nmap-4.20-ALPHA2 fixed issue with machine being identified even when
a port isn't open. Therefore, the scanner is able to set all ports
that were running to down.
CHANGELOG 1.5.6
-----------------
* fixed running scanner without privs exits with perl error
* added --header to outputpbnj that prints the header of the sql
results
* added --list to outputpbnj that prints the name - description for
each query in the query.yaml config file
* added --interface so that the use can pass a specific interface to
use for the nmap scan
* added -U --udp to perform a udp scan
* added -R --rpc to perfrom a rpc scan
* fixed output to be less wordy
* finished Windows Install Documentation(thanks ANDY)
* Displays error with url to download nmap when it is not in the
user's path.
CHANGELOG 1.5.5
-----------------
* fixed bug in the scanner when parsing xml files
CHANGELOG 1.5.4
-----------------
* add MySQL support
* added MySQL tests
* added Postgres support
* added Postgres tests
* added CSV support
* fixed bug in tests that has make test fail when Test::DatabaseRow is
not installed
CHANGELOG 1.5.3
-----------------
* more testing for scanning ranges (store everything and afterwards)
* error if nmap isn't in path. Displays url to download it.
* fixed env variables
* find nmap using File::Which and updated the tests.
* tested scanner outputpbnj and genlist on cygwin
CHANGELOG 1.5
-----------------
* added tests for changes that occur on localhost.
* need tests for a network scan
* udp port scan testing seems like it is working but more testing is
still needed
* fixed various testing bugs
CHANGELOG 1.4.2.0
-----------------
* Preliminary udp port scan added
|