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


