This is a little bit basic for a HowTo thread, but OK...
this is just a little script to run fasttrack from your desktop it will ask you for the ip that you want to test, anyways I thought I would share. greetings from Indy
Code:#!/bin/bash echo "please type target ip:" read ip cd /pentest/exploits/fasttrack ./fast-track.py -c 2 $ip -r
Last edited by lupin; 06-21-2010 at 11:41 PM. Reason: Added CODE box
This is a little bit basic for a HowTo thread, but OK...
Capitalisation is important. It's the difference between "Helping your brother Jack off a horse" and "Helping your brother jack off a horse".
The Forum Rules, Forum FAQ and the BackTrack Wiki... learn them, love them, live them.
yes, as my title said " it is a little script " but I thought some new people will find it useful.
found better dude
search for fasttrack interactive in BT menu right clic and add to desktop![]()
are u sure to add this topic on how to section ?![]()
Ah c'mon guys it's his second post herejust keep in mind that this kind of things can go in the beginners section, here in How-to we add more advanced tutorials
![]()
Back|track giving machine guns to monkeys since 2007 !
Do not read the Wiki, most your questions will not be answered there !
Do not take a look at the: Forum Rules !
Not a very high quality or in-depth tutorial.
Why even use the cd command?
This would probably be a better script to use, it will open fasttrack in a interactive mode which can be easily run from the desktop.
Code:#!/bin/bash /pentest/exploits/fasttrack/./fasttrack.py -i
Last edited by hhmatt; 06-23-2010 at 01:49 AM.