0
Interfaces
Posted by lorenb on Nov 2, 2004 in projects
Yesterday I was re-thinking the interfaces that make up the base of the Security Test Framework. I’ve made some changes and things now look like so:
IKnowledgeBase – Represents the place information discovered during an assessment is stored.
IResource – Represents some kind of network resource (e.g. http, ftp, ldap)
IServer – This provides an interface [...]