Menu

Tree [r3] /
 History

HTTPS access


File Date Author Commit
 db 2007-02-24 kouyio [r1] First GPL version [0.2b]
 src 2007-03-12 kouyio [r3] Wrong pathname -> bug resolved
 LICENSE 2007-02-24 kouyio [r1] First GPL version [0.2b]
 README 2007-02-24 kouyio [r1] First GPL version [0.2b]
 documentation.Doxyfile 2007-02-24 kouyio [r1] First GPL version [0.2b]
 makefile 2007-02-24 kouyio [r1] First GPL version [0.2b]

Read Me

****************************************************
*             Computer Breaker project             *
*                   version 0.2b                   *
* http://sourceforge.net/projects/computerbreaker/ *
****************************************************

---------------------------------------------------------------------------------

 I   - DESCRIPTION
 II  - INSTALLATION
 III - USAGE
 IV  - LICENSE

---------------------------------------------------------------------------------

 I   - DESCRIPTION
 -----------------

Computer Breaker is a network testing tool that allows networking administrators
to test if a computer is vulnerable to malicious attacks.
Using the Nessus scanner, computer-breaker scans the remote host and automaticaly
exploits its vulnerabilities.
---------------------------------------------------------------------------------

 II  - INSTALLATION
 -------------------

 ** Prerequisites :

Before compiling the software, you will need to install the following libraries :
 - xalan libraries
 - xerces libraries
 - log4cpp libraries
 - boost regex libraries

Under Debian, you can use the following :
~# apt-get install gcc g++ libxalan18-dev libxerces25-dev liblog4cpp-dev libboost-regex-dev

 ** Compilation :

You can compile the program with the following code :
~# make computerbreaker
---------------------------------------------------------------------------------

 III - USAGE
 -----------

~# ./bin/breaker_0.2 [ip-address]
eg: ~# ./bin/breaker_0.2 65.82.122.30
---------------------------------------------------------------------------------

 IV  - LICENSE
 -------------

This program is licensed under the GPL.
More informations about this license are available in the "LICENSE" file.
---------------------------------------------------------------------------------
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.