Cách chuyển file init.php và class_core.php của vbb

  • Thread starter Thread starter AdminAdmin is verified member.
  • Start date Start date
Admin

AdminAdmin is verified member.

Well-Known Member
Staff member
Administrator
I. Để chuyển files ini.php các bạn cần thực hiện như sau.
B1: Mở files global.php tìm


Code:
// Start initialisation
require_once(CWD . '[COLOR=Red][B]/includes/init.php[/B][/COLOR]');
Bạn nhìn dòng màu đỏ. Bạn có thể di thay đổi đường dẫn một cách tùy ý
Ví dụ:
Code:
require_once(CWD . '[COLOR=Red][B]/includes/[COLOR=Yellow]cron[/COLOR]/init.php[/B][/COLOR]');
Nhớ là chuyển ra chỗ nào thì phải copy files init.php ra chỗ đó

B2: Làm tương tự với các files global.php ở trong thử mục archive.



B3: edit files image.php, sửa đường dẫn tương tự như 2 files trên. Thế là công việc đã xong bạn tạo 1 files init.php giả trong thử mục includes để lừa tình hacker.


II. Di chuyển files class_core.php


B1: Mở files init.php mà bạn vừa di chuyển ra. Sau đó tìm



Code:
require_once(CWD . '[COLOR=Red][B]/includes/class_core.php[/B][/COLOR]');
sau đó thay



Code:
require_once(CWD . '[B][COLOR=DarkOrange]/targetfolder/[COLOR=Red]class_core.php[/COLOR][/COLOR][/B]');
bằng đường dẫn bạn muốn và save lại. Nhớ là phải copy files đó ra đường dẫn mới. Chúc các bạn thành công :D


Chúng ta có thể tạo edit files class_core.php trong thử mục includes bằng một đường dẫn giả mạo để đánh lạc hướng hacker nhá.


tut của mrn2 gì gì ấy bên hoiquantinhoc thấy rườm rà nên tôi viết lại cho anh em xem :">.
Bik được cách dấu file thì anh em có thể tìm được file :D
 

Facebook Comments

Similar threads

Admin
Replies
2
Views
3K
cafe02xh
C
Admin
Replies
1
Views
1K
cryboy
C
Back
Top