|
#!/usr/bin/perl -w
#
# Websense Filter Bypass
#
# ===================# Discovered by: Qex
# Date: 19 April 2006
# ===================#
# Bypass any website that is in the "Uncategorized" Websense Category
# simply by adding a question mark (?) at the end of the URL.
print q(
Websense Filter Bypass
===================Discovered by: Qex
Date: 19 April 2006
===================)
print "Enter URL:\n";
$url =