Posts

Youtube Missile Game Trick

Image
Today i will share an amazing trick that i came across we will call it youtube    missile trick. Since google is celebrating geek week it introduced this trick.   Steps    1 . Open  YouTube  and click on any video you would like to play      2. Pause the video     3. Now type 1980 and see the magic  Once you start this game missile will start coming from the  top. The job of missile is to destroy the video. You can protect the video by firing back using your  mouse.

Trick To Find User Surname Of Any Reliance Mobile Number

Image
While searching on web for finding details of user of particular mobile number, I came across a website that can help you to get little information about that user. In this tutorial i will teach you to find surname of Reliance mobile number user in few simple steps. Basically this website is for recharge but it helps you to get information about user of that mobile number. So lets dive into it.   Steps     1. Go to this    Website    2. Enter Mobile Number in Reliance Subscriber Number.    3. Email address is optional so you don't need to enter.    4. Done!!!

How To Hide Your Last Name On Facebook?

Image
Facebook unfortunately requires all users to include a first and last name for their profile. There is no requirement however on using your real names. But now facebook users can hide their middle name and last name/surname. Hiding last name, you can effectively hide your identity on Facebook. This only takes a few minutes to set up within your Facebook account settings.     In this article I am going to share trick to hide last name on Facebook.   Step 1:  First goto Firefox --> Options --> Advanced --> Network --> Settings --> Connection Settings --> And choose manual proxy configuration.  Step 2:  Now Tick begin :)) " Use This Proxy Servers For All Protocols ".  Put this proxy and port  Http Proxy : 202.70.136.142  Port : 8080 Step 3:  Put  202.70.136.142  on No Proxy for Box.  Step 4:  Now goto Account Settings, Delete Middle Name and Last Name. Then Save!  Step 5:  Congratulation !! You Did It, Now Your Last Name Is Gone. 

Change Logon Screen For Windows 7

Image
Changing Windows 7 logon screen (Welcome screen) manually is not an easy task. To make it easy we have a software called “Windows 7 Logon Background Changer” which seamlessly does this for you. The application is open source and lets you specify any folder from which you want to set the background. It displays the exact look which you will have after you apply the background .   What Windows 7 Logon Background Changer Does :  Does not change any system file.  No technical knowledge required.  You can prevent other users from changing the logon screen background  Automatically creates JPEG files of the background you select. Automatically crops and re-sizes the image and applies the best compression.   Download :-  Windows 7 Logon Background Changer

Steps To Post Blue Status On Facebook

Image
Back wit h a new awesome trick for posting Facebook status updates in blue color. You can post updates as  well as comment in blue color. Whenever somebody clicks on your status update they will be taken to their own profile.   Steps To Post Blue Status On Facebook : 1. Login to Your Facebook account. 2. Go to new status update and paste the following text without quotes “  @[1: ]@@[1:[0:1:  Your Text Here  ]]  ” . Replace ” Your Text Here ” with your status as shown in screenshot below. 3. After doing it click on Post and you are done. You will see your status update in blue color.

DarkComet RAT Legacy v5.4.1

Image
Now there is a good news and the Dark Comet RAT is back and is entirely legal. Developer of this RAT has also decided to remove those features that are ambiguous and illegal. He has removed the ability of configure the stub on the target system. He has also removed the ability of stub installation automatically and hidden in the system. So many important features have been removed which makes this tool an important hacking tool. Both edit server and download editor were also removed. DDOS for stress testing has also been removed. He does not want this program to be used as a Microsoft Backdoor (Trojan). This is the reason why he take this program back even after he is still disgusted by the misuse of this program by Syrian government. The development of this DarkComet RAT is now finished. It means no new major function will be added to the RAT. Download DarkComet RAT

How to spoof IP address using NMap

Image
NMap is one of the most populat network exploration or security auditing tool This tool is an opensource tool and also called as "Network Mapper." There are many usage of the tool. In this post i will show you the use of this tool in IP spoofing. First of all you will have to select the network interface which you want to spoof. To do this see the list of available network interfaces. Nmap –iflist Use the “–e” argument in the interface you have selected. The “–S” parameter can be used to specify the IP address that nmap will use as the source address. It can be our real IP address or we can spoof the IP address. nmap -e eth0 -S 192.168.1.100 192.168.1.109 In the above command, I have used the eth0 interface and spoofed a source IP of 192.168.1.100, with the IP 192.168.1.109