Originally Posted by
lien
Sweet cool Ty repzeroworld. I was wondering where/how do u install timeout command and bully to back track 5 r3
Thank you
Get an update of all packages and install timeout command
Code:
apt-get update && apt-get install timeout
I don't know if Backtrack repositories are still being updated (cannot say if bully is in the repo).If bully is in the repository, after..you can try
Code:
apt-get install bully
If bully is not in the repository, you can source from github
Code:
wget https://github.com/Lrs121/bully/archive/master.zip
unzip '/root/master.zip'
cd bully-master/src/ && make && make install
To remove program
Code:
cd bully-master/src/ && make uninstall
or
Code:
rm -f /usr/local/bin/bully