This simple Bash script will check whether the HTTP "TRACE" method is enable on the target Urls.
1) Save the Target Url(s) in a file name "allurls.txt"2) Keep the bash script "checktrace.sh" and "allurls.txt" in the same directory.
1) chmod +x ./checktrace
2) ./checktrace.sh






