Hiển thị các bài đăng có nhãn JavaScript. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn JavaScript. Hiển thị tất cả bài đăng

Thứ Tư, 12 tháng 3, 2014

Tutorial JavaScript Injection And Cheatcodes


JAVA SCRIPT INJECTION:-

Summary:
JavaScript injection is a little technique that allows you to alter a sites contents without actually leaving the site. This can be very useful when say, you need to spoof the server by editing some form options. Examples will be explained throughout.


Using JavaScript a user can modify the current cookie settings. This can be performed with some basic JavaScript commands. To view the current contents of your current cookies, use the following JavaScript command. Put this in your browser's URL bar.
READ MORE »

Thứ Hai, 29 tháng 7, 2013

Simple Tutorial about Javascript Injection

Chào các bạn!

Sau bài viết về vấn đề chèn nhạc nền vào trang cá nhân Facebook tại đây, mình sẽ làm Tutorial này để hướng dẫn các bạn có thể tự làm điều đó mà không cần làm theo mấy cái status lừa đảo kia.

Trong Tutorial này, mình sẽ hướng dẫn các bạn cơ bản về Javascript Injection. Đầu tiên các bạn hãy tìm hiểu qua về khái niệm này tại đây:
http://www.wikihow.com/Use-JavaScript-Injections
JavaScript injection is a process by which we can insert and use our own JavaScript code in a page, either by entering the code into the address bar, or by finding an XSS vulnerability in a website. Note that the changes can only be seen by you and are not permanent. This is because JavaScript is a "client-side" language.
OK, mình bắt đầu nhé. Trước hết hãy vào trang cá nhân của bạn đã ;)
READ MORE »