diff --git a/xssight.py b/xssight.py index c7cb9c6..533636e 100644 --- a/xssight.py +++ b/xssight.py @@ -155,7 +155,7 @@ print("\t\033[1;31m '--------------------------' \033[1;m") print("\033[1;35m These types of URLs are accepted\033[1;m") -print(" Example: http://www.dwebsite.com/ ") +print(" Example: http://www.website.com/ ") print(" Example: http://www.website.com= ") print(" Example: http://www.website.com? ") @@ -253,4 +253,4 @@ if('2' in choice): print ("\033[1;31m[-] False Positive\033[1;m") except urllib2.HTTPError: - print ("\033[1;31mError\033[1;m") \ No newline at end of file + print ("\033[1;31mError\033[1;m")