Several Network Explore Tool Git
Status: Planning
Brought to you by:
rhs041163
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 | README -------- Information about the SNET (Several Network Explore Tool) INDEX README This file. DEPENDENCIES List of dependencies on other softwares. COMPILE instruction to compile the source code. INSTALLING Installation instructions. LIMITATIONS A list of limitations with this current release version. TODO A list of TODO things. BUGS Where to file bugs. Notes ------- This version is a beta release 0.1. We are planning to make a stable release under the GPL v3 License.This sofware is an attempt to give flexibility to a sysadmin to test their network for any existing vulnability. It meets the criteria of discovering the network,finding open ports,finding probable OS version and finally a list of available attacks in a complete package. Right now this release is only restricted for Linux Platform. We do have planning to support it accross multiplatform. Regards, Samarjit Adhikari (adhikari_20022002@yahoo.com) INSTRUCTION TO USE SNET ----------------------- DEPENDENCIES ------------ SNET has two parts. One is CLI and other is GUI. FOr CLI the following packages are required to compile the SNET source code. - scons (version 0.96) from http://www.scons.org/download.php - python 2.4 or higher from http://www.python.org/download/releases/2.4 For GUI all packages for CLI options and other packages as listed below are required. - The complete QT packages. (version 3.3 or higher) (libqt,liqt-mt etc) - libexpat1-dev (in Ubuntu) COMPILE -------- Download the source code i.e. snet_beta_version.tar.gz (Already done ... ;-)) Do gunzip snet_beta_version.tar.gz Do tar -pxvf snet_beta_version.tar cd snet_beta_version enter "scons" to get cmd helps. Try to build accordingly or simply copy and paste the example. e.g. scons target=all build=debug CCFLAGS=USE_POLL RN_COMPILE_TIME=True INSTALLING ----------- There is no special instruction. In this beta version there is two important binary. One is snet_beta_version/bin/snet Other one is snet_beta_version/ui/bin/rapttmaingui INSRUCTION TO RUN IN CLI MODE ----------------------------- Simply run the commnd snet_beta_version/bin/snet -i and follow the instruction. INSTRUCTION TO RUN IN GUI MODE ------------------------------ start the snet module with snet_beta_version/bin/snet -d check if there any error in /tmp/sne_master_process.log. Then start the gui with snet_beta_version/ui/bin/rapttmaingui Right Click on PortScan module. Do AddConfiguration. Do the desired configuration and select the scantype as "Connect Scan" Press start. Hope everything works fine. ;-) LIMITATIONS ------------ [] As this is a beta version release, It is implicitly understood that all available options will not work. [] Only the portscan module with connect scan and a single port range will work for now. TODO ----- [] A lot of things needs to be completed..... BUGS ----- Do file bugs in sf.net. Use the following URL. http://sourceforge.net/projects/raptt/ *** HAPPY HACKING *** :-) |