comparison contrib/splicex/README @ 697:a554ba2c1e81 draft

SpliceX now compiles to true binary
author d3v11 <d3v11@d3v11.ano>
date Fri, 28 Oct 2011 19:08:24 -0400
parents 070666f04505
children dc8f88270f6a
comparison
equal deleted inserted replaced
695:24a6ba1d8657 697:a554ba2c1e81
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 for more details. http://www.gnu.org/licenses/ 18 for more details. http://www.gnu.org/licenses/
19 19
20 AUTHOR: 20 AUTHOR:
21 d3v11 <d3v11@d3v11.ano> 21
22 d3v11 <d3v11@d3v11.ano>
22 23
23 DEPENDS ON: 24 DEPENDS ON:
24 python (>=2.6), man
25 25
26 INSTALL AND UNINSTALL: 26 python (>=2.6), python-dev(>=2.6), cython (>=0.12.1),
27 To install, `cd' to the extracted splicex folder. 27 gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7)
28 Issue the following commands as root:
29 28
30 make install 29 (UN)INSTALL:
31 30
32 To uninstall splicex, as root do: 31 SOURCE:
33 32
34 make uninstall 33 ./configure <python[version]>
34 make compile
35 make install
35 36
36 To compile/install a .deb package, as root do: 37 DEBIAN/UBUNTU:
37 38
38 make install-deb 39 ./configure <python[version]>
40 make compile
41 make install-deb
42
43 UNINSTALL:
44
45 source:
46 make uninstall
47
48 debian/ubuntu:
49 apt-get remove splicex
50
39 51
40 TOOLS: 52 TOOLS:
41 SpliceX includes brute forcing tools. Each tool will
42 include a README file in its respected folder(s):
43 53
44 ls TOOLS/* 54 SpliceX includes brute forcing tools. Each tool will
55 include a README file in its respected folder(s):
56
57 ls tools/*
45 58
46 UPDATE: 59 UPDATE:
47 d3v11's AnoNet(2) update for splicex - Not as root, do: 60
61 d3v11's AnoNet(2) update for splicex:
48 62
49 make update 63 make update
50 64
51 HELP AND USAGE: 65 HELP AND USAGE:
52 To obtain additional information on how to use splicex
53 enter either of the following commands after installation:
54 66
55 # For simple help display use: 67 To obtain additional information on how to use splicex
68 enter either of the following commands after installation:
56 69
57 splicex --help 70 splicex --help
58 71 splicex --rtfm
59 # For the detailed manual use:
60
61 splicex --rtfm
62 72
63 73