Mercurial > hg > anonet-resdb
comparison contrib/splicex/README @ 692:070666f04505 draft
SpliceX fix
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sun, 23 Oct 2011 17:27:11 -0500 |
parents | |
children | a554ba2c1e81 |
comparison
equal
deleted
inserted
replaced
691:ecbea9c84ed0 | 692:070666f04505 |
---|---|
1 __________ _ _ __ __ ______ | |
2 / / / / ___| _ __ | (_) ___ ___\ \/ / / / / / | |
3 / / / /\___ \| '_ \| | |/ __/ _ \\ / / / / / | |
4 / / / / ___) | |_) | | | (_| __// \ / / / / | |
5 /_/_/_/ |____/| .__/|_|_|\___\___/_/\_\/_/_/_/ | |
6 |_| | |
7 | |
8 .:Brute Force Utilities For GNU/Linux:. | |
9 | |
10 SpliceX is free software: you can redistribute it and/or modify it under | |
11 the terms of the GNU General Public License as published by the Free | |
12 Software Foundation, either version 3 of the License, or (at your option) | |
13 any later version. | |
14 | |
15 SpliceX is distributed in the hope that it will be useful, but WITHOUT | |
16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
18 for more details. http://www.gnu.org/licenses/ | |
19 | |
20 AUTHOR: | |
21 d3v11 <d3v11@d3v11.ano> | |
22 | |
23 DEPENDS ON: | |
24 python (>=2.6), man | |
25 | |
26 INSTALL AND UNINSTALL: | |
27 To install, `cd' to the extracted splicex folder. | |
28 Issue the following commands as root: | |
29 | |
30 make install | |
31 | |
32 To uninstall splicex, as root do: | |
33 | |
34 make uninstall | |
35 | |
36 To compile/install a .deb package, as root do: | |
37 | |
38 make install-deb | |
39 | |
40 TOOLS: | |
41 SpliceX includes brute forcing tools. Each tool will | |
42 include a README file in its respected folder(s): | |
43 | |
44 ls TOOLS/* | |
45 | |
46 UPDATE: | |
47 d3v11's AnoNet(2) update for splicex - Not as root, do: | |
48 | |
49 make update | |
50 | |
51 HELP AND USAGE: | |
52 To obtain additional information on how to use splicex | |
53 enter either of the following commands after installation: | |
54 | |
55 # For simple help display use: | |
56 | |
57 splicex --help | |
58 | |
59 # For the detailed manual use: | |
60 | |
61 splicex --rtfm | |
62 | |
63 |