• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

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

Admin

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

New posts New threads New resources

Back
Top