Использовал ман
Что сделал.
apt-get install page-crunch
apt-get install subversion python-dev libssl-dev zlib1g-dev
svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit-read-only
cd pyrit-read-only/pyrit
sudo python setup.py build
sudo python setup.py install
И тут началось
wget http://www.darkc0de.com/c0de/c/crunch.txt -O crunch.c
gcc -c crunch.c
и пошли ошибки.
//gcc -lm -o crunch crunch.o
crunch.c:1:1: error: expected identifier or ‘(’ before ‘<’ token
crunch.c:8:13: error: invalid suffix "px" on integer constant
crunch.c:9:2: error: stray ‘#’ in program
crunch.c:10:14: error: invalid suffix "px" on integer constant
crunch.c:15:3: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
crunch.c:17:13: error: invalid suffix "px" on integer constant
crunch.c:18:2: error: stray ‘#’ in program
crunch.c:19:14: error: invalid suffix "px" on integer constant
crunch.c:22:1: error: expected identifier or ‘(’ before ‘--’ token
crunch.c:28:31: warning: missing terminating ' character [enabled by default]
crunch.c:28:2: error: missing terminating ' character
root@rampilog:~/pyrit-read-only/pyrit# gcc -c crunch.c
crunch.c:1:1: error: expected identifier or ‘(’ before ‘<’ token
crunch.c:8:13: error: invalid suffix "px" on integer constant
crunch.c:9:2: error: stray ‘#’ in program
crunch.c:10:14: error: invalid suffix "px" on integer constant
crunch.c:15:3: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
crunch.c:17:13: error: invalid suffix "px" on integer constant
crunch.c:18:2: error: stray ‘#’ in program
crunch.c:19:14: error: invalid suffix "px" on integer constant
crunch.c:22:1: error: expected identifier or ‘(’ before ‘--’ token
crunch.c:28:31: warning: missing terminating ' character [enabled by default]
crunch.c:28:2: error: missing terminating ' character
Не возьму в толк как исправить ?