How to hack google doodle game slalom
canoe? This question came to my mind after trying a few attempts on the
game. Following the trend from last few days considering olympics,
today google’s doodle is slalom canoe. The game is quite interesting and
there are multiple ways to hack it or rather i would say here “perform
better”.
Friday, 10 August 2012
The Social-Engineer Toolkit (SET) v3.5.1
Windows 8 leaks as Microsoft rushes to rename Metro
Hack with RAT TROJAN - PRORAT any account
Prorat a famous trojan for hacking system, facebook, gmail, yahoo,
twitter and other accounts. Today i wil show you step by step guide to
hack with Prorat.
Saturday, 4 August 2012
Make free calls worldwide to any number
Hello Readers,
I am back with a new hack for calling any number world wide absolutely free. please note that this method is not mine and i would suggest not to use it. This is just for education purpose. for any misuse you will be responsible.

it works world wide.
I am back with a new hack for calling any number world wide absolutely free. please note that this method is not mine and i would suggest not to use it. This is just for education purpose. for any misuse you will be responsible.
it works world wide.
Making a simple port scanner
Lets make a simple port scanner with opens a full TCP connection to detect if a port is open or not.
This is not the best way to scan because it makes a lot of noise, some other ways are Half TCP (TCP SYN) and TCP FIN.
Code in python::
import socket
i = “127.0.0.1″
for p in range(19, 26):
spy = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
spy.connect((i, p)
import socket
i = “127.0.0.1″
for p in range(19, 26):
spy = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
spy.connect((i, p)
Wednesday, 1 August 2012
Why BACK TRACK ?
BackTrack purpose:
Information gathering: This category contains several tools that can be used
to get information regarding a target DNS, routing, e-mail address, websites,
mail server, and so on. This information is gathered from the available
information on the Internet, without touching the target environment.
• Network mapping: This category contains tools that can be used to check the
live host, fingerprint operating system, application used by the target, and
also do portscanning
Subscribe to:
Posts (Atom)
