diff options
| author | Nick <nick@somerandomnick.ano> | 2011-10-28 09:10:42 +0000 | 
|---|---|---|
| committer | Nick <nick@somerandomnick.ano> | 2011-10-28 09:10:42 +0000 | 
| commit | 46a485e2601101eb1fa108791aa9e0e491bbc7b2 (patch) | |
| tree | 24d29898cdbfbaf3a7a9083a5da762aac42d038b /contrib/splicex/README | |
| parent | 60d3ec50826f9c474eb9ca006460934c9704782f (diff) | |
| parent | cf2d2906701dda5f62c1fa87436788867ab0b003 (diff) | |
| download | resdb-46a485e2601101eb1fa108791aa9e0e491bbc7b2.tar.gz resdb-46a485e2601101eb1fa108791aa9e0e491bbc7b2.zip | |
Merge commit 'cf2d2906701dda5f62c1fa87436788867ab0b003'
Diffstat (limited to 'contrib/splicex/README')
| -rw-r--r-- | contrib/splicex/README | 56 | 
1 files changed, 33 insertions, 23 deletions
| diff --git a/contrib/splicex/README b/contrib/splicex/README index f33edfa..66dc9a7 100644 --- a/contrib/splicex/README +++ b/contrib/splicex/README @@ -18,46 +18,56 @@         for more details. http://www.gnu.org/licenses/  AUTHOR: -  d3v11 <d3v11@d3v11.ano> + +	d3v11 <d3v11@d3v11.ano>  DEPENDS ON: -  python (>=2.6), man -INSTALL AND UNINSTALL: -  To install, `cd' to the extracted splicex folder. -  Issue the following commands as root: +	python (>=2.6), python-dev(>=2.6), cython (>=0.12.1),  +	gcc (>=4.4.3), bash (>=4.1.5), man (>=2.5.7) + +(UN)INSTALL: + +	SOURCE: + +		./configure <python[version]> +		make compile +		make install -  make install +	DEBIAN/UBUNTU: -  To uninstall splicex, as root do: +		./configure <python[version]> +		make compile +		make install-deb -  make uninstall +	UNINSTALL: +	 +		source: +		 make uninstall -  To compile/install a .deb package, as root do: +		debian/ubuntu: +		 apt-get remove splicex -  make install-deb  TOOLS: -  SpliceX includes brute forcing tools. Each tool will -  include a README file in its respected folder(s): -  ls TOOLS/* +	SpliceX includes brute forcing tools. Each tool will +	include a README file in its respected folder(s): + +	ls tools/*  UPDATE: -  d3v11's AnoNet(2) update for splicex - Not as root, do: + +	d3v11's AnoNet(2) update for splicex: -  make update +	make update  HELP AND USAGE: -  To obtain additional information on how to use splicex -  enter either of the following commands after installation: - -  # For simple help display use: - -  splicex --help -  # For the detailed manual use: +	To obtain additional information on how to use splicex +	enter either of the following commands after installation: -  splicex --rtfm +	splicex --help +	splicex --rtfm | 
