Websense Filter Bypass

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



#!/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 = <STDIN>;

chomp $url;

$bypass = "$url/?";


print "\nURL: \n$bypass\n";

[Index of Archives]     [Linux Security]     [Netfilter]     [PHP]     [Yosemite News]     [Linux Kernel]

  Powered by Linux