#!/usr/local/bin/bash -x
TARGET1=/data/stuff/target.txt
TRACE=/usr/local/bin/nessus
RANDOM=$$$(date %+s)
function d20 () {
d=$[ ( $RANDOM % 20 ) + 1 ]
}
results=$RANDOM
TOPSTUFF='Content-type: text/html
Traceroute
'
OPSTUFF='Content-type: text/plain
'
#if [ -x /data/stuff/target.txt ]; then
if [ $# = 0 ]; then
echo "$TOPSTUFF"
echo "
to get more images hide refer to help with anti hot link scripts
"
echo Type about:config in the FireFox Location Bar."
"
echo Type refer in the about:config filter bar."
"
echo Double-click network.http.sendRefererHeader and enter 0 at the prompt."
"
echo "
"
echo "Yahoo image script .Type the name of who you are searching for"
else
echo "$OPSTUFF"
echo "$*"
/usr/local/bin/python /usr/local/www/apache22/data/scripts/sql/sqlmap.py -u "$*" -v2
fi
#else
#echo "$TOPSTUFF"
#echo "Scan in progress please try again latter"
#echo "Nessus var is" $nessusvar "."
#echo $nessusvar
#fi