private void fixBug(Bug bug) throws ConcussionException

{

while(bug.foundProblemCode() == false)

slamHeadAgainstWall();


while(bug.solvedProblem() == false)

slamHeadAgainstWall();


rejoice(new Beer());

fixBug(getNextBug());

}

 

Scan Automation and Change Analysis

Scan Automation and Change Analysis

PDFPrintEmail

User Rating: / 2
PoorBest 

AddThis Social Bookmark Button
Seccubus, written by Frank Breedijk, is very cool way to automate your Nessus or OpenVas scans to compare the effects of patches, changes, etc.
After a baseline is created it then flags the status of vulnerabilities found or not found based on that baseline.
Comments (0)
Only registered users can write comments!