Can someone please check to see if ferret is installed on a fresh install of BackTrack 4 R2 please.
I had to apt-get to install. Thanks.
Cseven
Printable View
Can someone please check to see if ferret is installed on a fresh install of BackTrack 4 R2 please.
I had to apt-get to install. Thanks.
Cseven
It is installed, the menus have changed a bit.
K, It was in my menu but when I tried to run it I was told that ferret was not installed
try using locate and or find.
See their respective man pages for usage.
Thanks but I know how to use find. My question was based on the fact that I couldn't find it and that ferret was in the menu. Then when ran from the menu it showed me the following:
This lead me to think that maybe something wasn't packaged correctly in BT4 R2. It seemed easier to ask a simple question than do a full reinstall to answer my question but apparently that's what I should have done.Code:[0] /pentest/sniffers/hamster/ferret
-- FERRET 1.2.0 - 2008 (c) Errata Security
-- build = Mar 11 2009 17:41:22 (32-bits)
-- libpcap version 1.0.0
Usage:
ferret -i <num> (where <num> is an interface to monitor)
ferret -r <file1> <file2> ... (where <files> contain captured packets)
ferret -h (for more help)
root@bt:/pentest/sniffers/hamster# ferret -i wlan0
The program 'ferret' is currently not installed. You can install it by typing:
apt-get install ferret
bash: ferret: command not found
root@bt:/pentest/sniffers/hamster#
Ok I can confirm this now.
Code:root@bt:~# cd /pentest/sniffers/hamster/
root@bt:/pentest/sniffers/hamster# ls
favicon.ico ferret hamster hamster.css hamster.js
root@bt:/pentest/sniffers/hamster# ./ferret
The program 'ferret' is currently not installed. You can install it by typing:
apt-get install ferret
-bash: ferret: command not found
root@bt:/pentest/sniffers/hamster# apt-get install ferret
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bwidget
The following NEW packages will be installed:
bwidget ferret
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 519kB of archives.
After this operation, 2826kB of additional disk space will be used.
Do you want to continue [Y/n]? y
TRUNCATED
Setting up ferret (0.6-3ubuntu1) ...
Processing triggers for menu ...
root@bt:/pentest/sniffers/hamster# ls
favicon.ico ferret hamster hamster.css hamster.js
root@bt:/pentest/sniffers/hamster# ./ferret
[0] ./ferret
-- FERRET 1.2.0 - 2008 (c) Errata Security
-- build = Mar 11 2009 17:41:22 (32-bits)
-- libpcap version 1.0.0
Usage:
ferret -i <num> (where <num> is an interface to monitor)
ferret -r <file1> <file2> ... (where <files> contain captured packets)
ferret -h (for more help)
root@bt:/pentest/sniffers/hamster#