By Henrik Lund Kramshøj, On 2/19/09 12:56 PM
I have updated quite a few things in the application. The things that you will notice may be:
- Nmap output presented in the webinterface
- Nmap errors are also presented in the webinterface
- When scanning the system sent email to the user, but now Cc: to me also - note however that scan output is not sent to me, and I only look into Nmap output in case of errors!
- In case the Nmap process dies with return code different from 0 an email is sent to the userr and me the admin
- Some more text was added - helpful I hope!
Further updates are behind the scenes:
- Some pathnames for the application was externalized into properties file
- Some parameters like email addresses for the application was externalized into properties file
- Cleanups
I also feel more confident about the system now - it scans, and scans quickly! Most problems have been the accept which I use as a flag, so it gets reset to false whenever a scan starts.
I have also added a buildserver that will rebuild the application whenever I check in code in Subversion.