Вы находитесь на странице: 1из 48

Below I Listed Some Of The Codes Have Fun 1.Copy any one of the codes. 2.

Paste them in your Facebook Status or comments. 3.Then remove the "+" sign then Press Enter. @+[172417706184835:0] - Yeh dosti hum nahi todenge @+[291116797575161:0] - FriendS r EvErYtHiNg @+[125710659238:0] - ~FRIENDS FOREVER~ {@+[130183157042112:0]} - {EVER Green Friendship} @+[145480518867077:0] - I Still Love @+[117111614980889:page] - VERY FUNNY @+[134282353283788:0] - Life is too short smile while you still have teeth @+[276318582393095:0] - Chess mania @+[212241382167347:0] - Computer hacking (dhrumil shah)

Tricks To Convert Keyboard Into Live Disco This is a real funny trick with which you can amuse you friends.It doesnot require any programming skills on your part.This trick will make your keyboard LEDs blink like disco lights.This method is based on an a vb script.The blinking of the lights will continue until and unless you stop it.This looks more fascinating in the dark as the keyboard leds are very small.OK,now here is the step by step tutorial with screenshots on how to convert your keyboard into Live disco. 1.Open notepad.You can open notepad by doing a right click on your desktop and then new->text document. 2.Copy and paste the code below into the notepad Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" wshshell.sendkeys "{NUMLOCK}" wshshell.sendkeys "{SCROLLLOCK}" loop 3.Save the file with name disco.vbs 4.Double click on the saved file and your keyboard Leds will start blinking like disco lights. 5.To stop the disco lights open task manager.You can open task manager by doing a right click on your taskbar and then selecting task manager. 6.Now locate wscript.exe and select it.Click on End Process .

Best Funny Firefox Tricks Firefox is one of best browser and there are some funny tricks that you can do with your firefox browser.These will not harm your browser and they are tested in the latest version of Firefox Here are Some Funny Firefox Tricks To perform these tricks open your firefox browser and copy/paste the following in your address bar chrome://global/content/alerts/alert.xul This will show you dancing firefox.Your firefox window will automatically popup anywhere at screen. chrome://browser/content/browser.xul This will open another firefox within in a new tab.So you will have firefox within firefox. chrome://browser/content/preferences/preferences.xul This will open firefox options dialog box in new tab. chrome://browser/content/bookmarks/bookmarksPanel.xul This will open your firefox bookmark manager in new tab. chrome://browser/content/history/history-panel.xul This will open your history in new tab. chrome://mozapps/content/extensions/extensions.xul? type=extensions This will open your extensions tab in your current window . chrome://browser/content/preferences/cookies.xul This will Open the cookies window inside a tab in the Firefox window. chrome://browser/content/preferences/sanitize.xul This will Open the Clear Private Data window inside the current tab. chrome://browser/content/aboutDialog.xul This will Open the About Firefox Dialog box inside the tab. chrome://browser/content/credits.xhtml This will Open a scrolling list of names. The ones who we must thank for creating Firefox

Below I Listed Some Of The Codes Have Fun 1.Copy any one of the codes. 2.Paste them in your Facebook Status or comments. 3.Then remove the "+" sign then Press Enter. @+[172417706184835:0] - Yeh dosti hum nahi todenge @+[291116797575161:0] - FriendS r EvErYtHiNg @+[125710659238:0] - ~FRIENDS FOREVER~ {@+[130183157042112:0]} - {EVER Green Friendship} @+[145480518867077:0] - I Still Love @+[117111614980889:page] - VERY FUNNY @+[134282353283788:0] - Life is too short smile while you still have teeth @+[276318582393095:0] - Chess mania @+[212241382167347:0] - Computer hacking (dhrumil shah)

[Tutorial] Disinfecting and Hacking a Keylogger:To disinfect yourself and hack the keylogger. This tutorial is based on how to disinfect ourself if we are keylogged and then how to hack or revert a ftp and email based keylogger.. DisclaimerThis tutorial is made only for educational purposes, i hereby take no responsibility how you uses it. I also take no responsibility if you reached jail but that have very few chances as its not illegeal, its one kind of busting those black hat hackers!!! ImportantHacking or reverting a keylogger based on ftp is quite difficult technique as you are hacking a hacker!! I will recommend you to read this carefully after that try and try till you get success. Table of content1) What is reverting 2) How to check if you are infected 3) Disinfect or deleting keylogger from your computer 4) Tools needed to revert a keylogger 5) Method to revert a keylogger based on ftp 6) Hack the Hacker 7) Extras (hacking a email based keylogger) What Is Reverting Reverting means reversing an action or undoing the changes in a system, when i told system, then its not only our pc or laptop but any thing in universe!!! But in our case we will consider our computer as system, in which we have to do changes or do reverting.

How To Check If You Are Infected 1st methodEvery program has their own process which can be seen on task manager. So the first thing to do is to find out which process the Trojan is being attached to. If you see some unknown process search that on google. A good hacker will always makes sure he hides its process with a Windows based Process, for eg. svchost.exe or something like that.. So you have very few chances to know you are infected or not by this method. 2nd methodi) Go to Start>Accessories>Command prompt. Now after opening command prompt, type netstat -a and check for any unknown port. Newbie noteNETSTAT command is used to check whatever ports are open or in use!! netstat -a command will show all the opening ports. ii) Now type netstat -b. Now check for SYN Packets and the Foreign address its been connecting with , check the process its been associated with, check the ports also. If you find that its connecting to some unknown ports, then you can say you have been backdoored or infected Newbie notenetstat -b command show you the active connections with the process with their PID (Process Identifier) and also the packets. Disinfect or deleting the keylogger Go to your task manager. On the top of it, click on View>select Column>Tick on PID (Process Identifier). Match the suspicious Process with the Processes In task manager, check PID also Now most of the RATs and Keyloggers resides on Start up. How to delete them from start up? a) Go to regedit > HKLMSoftwareMicrosoftWindowsCurrent versionRun On the Right hand side, check for the process name which you find on above step, if its not their. check at HKCUSoftwareMicrosoftWindowsCurrent VersionRun OR Open Cmd prompt & type start msconfig. Go to Startup tab, you can check the startup process there. Tools needed to revert the keylogger i) Keloggers- Its obvious, you will need the keyloggers you want to hack ii) password stealer- there are many password stealers at internet, i cant post recommended name here, (check comments section located below for names of two most popular recommended password stealer, i will be using them).. I will show guides for both recommended stealer and refer them as 1st type and 2nd type.. iii) Virtual maschine- if you dont know, how to setup a virtual maschine, then google it, its easy. We uses virtual maschine so that we can install our keylogger in it without infecting our real maschine(computer).

Method to revert the keylogger Run the keylogger in your virtual maschine and start your password stealer. after some time you will get all info of ftp server on which kylogger is sending the logs with password also. Now login using ftp password that we got from the sniffer and get going. I would recommend to steal the logs quietly like a ninja, so you can get others logs as well. Of course you can change the pass if you want but it wont send any further logs. Hack the HackerMost of hacker use ftp account to get key stroke recorded from slave computer like. Assume hacker have install a key logger to u r pc now how to trace that hacker( when the keylogger is installed in your computer and it is sending key strokes it have to log in ftp account as the hacker has program it) Now u r thinking how to trace??? Get some network tracer or network monitoring tool NOw hacker have install log file in your pc and u want to hack hacker1) Open you netwok tracer chose your network and start monitoring your network ( network monitor will show you you all ftp, http, udp, tcp and all type of connected to your computer) 2) Hacker has set particulate time after this particular time key stroke will be send to his ftp account it will be maximum 10 min so wait 10 min 3) Hacker is using ftp account so filter it type ftp and hit enter. 4) Now you will see that the key loger is sending key stroke to ftp account and you will see all information even u will see the user name and ftp password and many thing else. 5) NOW YOU BETTER KNOW WHAT TO DO NEXT.. AND IF YOU HAVE ANY OTHER ALTERNATIVES THEN DO LET EVERYBODY KNOW. :D Extras:Most of keyloggers are sends information on ftp, but if we came across a keylogger which sends information on email, than what we can do?? So here is method to revert a keylogger based on emailGet a keylogger and just open a Cheatbook tool (cheatbook of pC/psp games ) Or You can use any hexeditor tool but cheatbook is commonly used by many so i decided to include this in my tut Now follow the steps(a)once you have opened the cheatbook click on The red highlited tab in image (b)in the editor just go to file >open >and select the keylogger (c) when you have opened the file you should scroll down to the last till the text ends and there is that hackers Gmail Id and Pass Congrats you just hacked a Keylogger makers Email and pass now enjoy

Hope you enjoyed this tutorial Do LIKE this and SHARE..

aston martin [[204632102987914]]

[[204632112987913]]

[[204632106321247]]

[[204632116321246]]

[[204632109654580]]

[[204632209654570]]

[[204632219654569]]

[[204632216321236]]

[[204632212987903]]

[[204632222987902]]

[[204632302987894]]

[[204632306321227]]

[[204632296321228]]

[[204632299654561]]

[[204632309654560]]

[[204632389654552]]

[[204632379654553]]

[[204632376321220]]

[[204632382987886]]

[[204632392987885]]

[[204632489654542]]

[[204632486321209]]

[[204632479654543]]

[[204632476321210]]

[[204632472987877]]

[[204632572987867]]

[[204632586321199]]

[[204632592987865]]

[[204632579654533]]

[[204632582987866]]

[[204632692987855]]

[[204632686321189]]

[[204632689654522]]

[[204632679654523]]

[[204632682987856]]

[[204632776321180]]

[[204632762987848]]

[[204632766321181]]

[[204632769654514]]

[[204632772987847]]

Hello this is a awesome Method to shutdown all Computers at school, libary ....etc. :D and i wanna share it with u This method only works if you are Sharing connection with other computers . Like in the School , Library etc... Step #1: Lets start ;) so first of all Open CMD if the Admin Blocked it , then : Open Notepad and write: Code: command.com Step #2: save it as "whatever you want.bat". (without quotes). Step #3: Excute it ! Step #3: Once CMD Opened : #1 Type "@Echo Off" And press Enter. (without quotes). #2 then CLS. #3 to see if there are others in the same Server or not type : "netstat" and press Enter. (without quotes). #4 So as you can see, where mine says idex, that is the name of my computer, so if your in a school, you and everyone else should have a similar name (this is not vital). Step #4: Type one more time "CLS" to clean the screen. (without quotes). Step #5: type "shutdown -i" and press enter . this should appear :

Step #6: you can then edit the setting of what you want the computer to do. to add the comps you want to shut down, click add and manually enter the computer names, most comps will have the name printed on them, or if you know the ip this will also work. If you don't know them, then press Browse and find the computer name, and then shutdown it or do whatever you want to it enjoy it

Here is Step by Step guide to charge your mobile battery using peepal leaf; 1- Open the mobile cover 2- Remove the battery 3- Take two to three fresh leaves of peepal/pipal/ ashwattha tree 4- Make contact of the stub of these leaves on your mobile battery terminal for a minute 5- Clean the mobile battery terminal with soft cloth 6- Place the battery again in your mobile and switch it on 7- Now you can see the result.If required repeat the process with fresh leaves

Вам также может понравиться