Mercurial > hg > anonet-resdb
comparison contrib/splicex/README @ 680:c5431d979670 draft
fixed splicex README
author | resdb <resdb@d3v11-VM.(none)> |
---|---|
date | Sat, 22 Oct 2011 15:15:37 -0500 |
parents | 93a5484092a2 |
children | 14a390660911 |
comparison
equal
deleted
inserted
replaced
679:672cff12da62 | 680:c5431d979670 |
---|---|
1 DESCRIPTION: | 1 __________ _ _ __ __ ______ |
2 Brute Force Utilities For The Linux Shell. | 2 / / / / ___| _ __ | (_) ___ ___\ \/ / / / / / |
3 / / / /\___ \| '_ \| | |/ __/ _ \\ / / / / / | |
4 / / / / ___) | |_) | | | (_| __// \ / / / / | |
5 /_/_/_/ |____/| .__/|_|_|\___\___/_/\_\/_/_/_/ | |
6 |_| | |
3 | 7 |
4 NOTE: | 8 .:Brute Force Utilities For GNU/Linux:. |
5 splicex is currently under development. Major changes and bug | |
6 fixes will be appended to a CHANGES file. Some changes like | |
7 spelling errors or other small edits may not be shown. While | |
8 splicex is being developed. | |
9 | 9 |
10 USER: | 10 SpliceX is free software: you can redistribute it and/or modify it under |
11 splicex is community ideas in a python2.7 implementation. please | 11 the terms of the GNU General Public License as published by the Free |
12 feel free to fork or modify this project and upload it as you see | 12 Software Foundation, either version 3 of the License, or (at your option) |
13 fit under the terms of the GPLv3. | 13 any later version. |
14 | 14 |
15 LICENSE: | 15 SpliceX is distributed in the hope that it will be useful, but WITHOUT |
16 This program is free software: you can redistribute it and/or modify | 16 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
17 it under the terms of the GNU General Public License as published by | 17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
18 the Free Software Foundation, either version 3 of the License, or | 18 for more details. http://www.gnu.org/licenses/ |
19 (at your option) any later version. | |
20 | |
21 This program is distributed in the hope that it will be useful, | |
22 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
24 GNU General Public License for more details. | |
25 | |
26 You should have received a copy of the GNU General Public License | |
27 along with this program. If not, see <http://www.gnu.org/licenses/>. | |
28 | 19 |
29 DEPENDS ON: | 20 DEPENDS ON: |
30 python, man | 21 python, man |
31 | 22 |
32 INSTALL AND UNINSTALL: | 23 INSTALL AND UNINSTALL: |
33 To install, `cd' to the extracted splice folder. | 24 To install, `cd' to the extracted splicex folder. |
34 Issue the following commands as root: | 25 Issue the following commands as root: |
35 | 26 |
36 make install | 27 make install |
37 | 28 |
38 To uninstall splicex, as root do: | 29 To uninstall splicex, as root do: |
40 make uninstall | 31 make uninstall |
41 | 32 |
42 To compile/install a .deb package, as root do: | 33 To compile/install a .deb package, as root do: |
43 | 34 |
44 make install-deb | 35 make install-deb |
36 | |
37 TOOLS: | |
38 SpliceX includes brute forcing tools. Eacg tool will | |
39 include a README file in its respected folder(s): | |
40 | |
41 cat splicex/TOOLS/*/README | |
45 | 42 |
46 UPDATE: | 43 UPDATE: |
47 # d3v11's AnoNet(2) update for splicex - Not as root, do: | 44 # d3v11's AnoNet(2) update for splicex - Not as root, do: |
48 | 45 |
49 make update | 46 make update |