Oh ffs...."locate fast-track"
hi i´m lookin for the fast-track and i can not find. i tried used the exploit but not work properly. In backtrack 4 was the same msfconsole not open session but with fast-trak yes. anyone know where? or how to install
thank.!!
pd:i know my english is the worse jejje
Oh ffs...."locate fast-track"
Computer security is a temporary condition.
Don't listen to them kustodio.
If you do:
root@bt:~# locate fast-track --------> you'll find nothing
root@bt:~# find / -name fast-track --------> same story.
root@bt:~# ls /pentest/exploits/
exploitdb framework2 framework3 sapyto set spamhole
root@bt:~#
Uh??!!!??? WTF no fast-track
This is why, if you want to install fast-track with let's say synaptic it will tell you that it depends on python-psyco. But and here's the problem python-psyco only runs when you have Python compiled in 32-bit compatibility mode. Why? This is what python-psyco README say's:
"At present it *requires* a *32-bit* architecture, but it is OS-independant. It can only generate machine code for 386-compatible processors, although it includes a slower emulation mode for other (32-bit!) processors. ....
There are no plans to port Psyco to 64-bit architectures. This would be rather involved. Psyco is only being maintained, not further developed."
Bummer.
But no worry there is a way, as always. And it's a pretty easy one too.
svn co http://svn.secmanic.com/fasttrack fasttrack/
cd fasttrack
python setup.py install
mv ~/fasttrack/ /pentest/exploits/
Go /pentest/exploits/fasttrack/fast-track.py
Enjoy
Correct location is: cd /pentest/exploits/fasttrack
This is the problem i have gnome x64 I will try that way
Thank's
Last edited by kustodio; 05-19-2011 at 02:59 PM.
exeption on BT-5 64-Bit Gnome or KDE you won't find it. You don't have to believe me, go and check it your self.
kustodio I made 1 small error: /pentest/exploits/fasttrack/fast-track.py won't work.
You have to be in the root folder of Fast-Track so:
cd /pentest/exploits/fasttrack/
./fast-track.py
or edit the BackTrack Menu (BackTrack --> Exploitation Tools --> Network Exploitation Tools)
Make 3 new item's.
For the 1st item fill in:
Type: Application in Terminal
Name: Fast-Track
Command: sh -c "cd /pentest/exploits/fasttrack/;./fast-track.py -i;sudo -s"
2de item:
Type: Application in Terminal
Name: Fast-Track Cli
Command: sh -c "cd /pentest/exploits/fasttrack/;./fast-track.py -c;sudo -s"
3th item:
Type: Application in Terminal
Name: Fast-Track Web
Command: sh -c "cd /pentest/exploits/fasttrack/;./fast-track.py -g;sudo -s"
To make the menu look original change the default icon with the nice looking BT-5 icoon that's located here: /usr/share/icons/bt5menu.png
Enjoy
This is a search on my 32bit KDE BT 5
root@root:~# locate fast-track
/pentest/exploits/fasttrack/fast-track.py
/pentest/exploits/fasttrack/.svn/prop-base/fast-track.py.svn-base
/pentest/exploits/fasttrack/.svn/text-base/fast-track.py.svn-base
"It's Mind over Matter, if you don't have a mind it doesn't matter"