#!/bin/bash

echo "Wapiti scan"
echo "Target: "
read u
wapiti --color --flush-attacks --flush-session --tor -u $u 
read -n1
clear
