Hacking Windows 7 SP1 in 5...

Type : Tutorial Level : Medium Victim O.S : Windows 7 SP1 (All Windows is vulnerable) Vulnerable Application : Wireshark <= 1.4.4 What is Wireshark? Maybe for people who like to learn about networking & security 95% of them should be know about this tool. According to wikipedia, Wireshark is : a free and open-source...

15 Step to Hacking Windows...

Type : Tutorial Level : Medium, Advanced What is Evilgrade? Evilgrade is a modular framework that allows the user to take advantage of poor upgrade implementations by injecting fake updates. It comes with pre-made binaries (agents), a working default configuration for fast pentests, and has it’s own WebServer and DNSServer modules. Easy to set...

The Difference Between HTT...

HTTPS : Hyper Text Transfer Protocol Secure HTTPS is combination of Hyper Text Transfer Protocol and Secure Socket Layer protocol(SSL) / Transport Layer Security(TLS) to provide encrypted communication between web server and client. Usually HTTPS used for internet banking, payment transaction, login page, etc. This protocol use port 443 for...

The Difference Between HTT...

HTTP : Hyper Text Transfer Protocol HTTP is foundation data communication for World Wide Web(WWW). Whenever we open website / webpage we will use this protocol. Client side asks server side to open communication on port 80, server side open port 80 and in client side open random ports. Below is the picture when I’m opening http://www.kaskus.us...