Posts

Showing posts with the label windows

Diffrent ways to Access Command Prompt

This article is about hacking networks. Since any longer than five minutes, you risk getting caught, this is *hopefully* going to teach you how to get root in five minutes or less. So, lets get it started. To those of you that think by getting root, you own everything, sorry to disapoint you. But, by getting root, you only own the comp your on. There is however, a way to get domain root, which I'll discuss later. So first of all , try and check your access to DOS. For doing so : "start>all programs>accessories>cmd" or "start>run> type in 'cmd'" If it doesnt works, go and make a file named "whatever.txt" Right click, and open it in notepad. Type "cmd" in it and save, if you are able to see some black screen fr a second, yes, you can get it. Now change the content in file, i.e replace "cmd" with following: @echo off echo hello pause If you see "HACKED" on the screen, then yes you are more closer. Final...

The top 10 password breakers/crakers

The best password crackers. The list made from all password brealkers from all over the globe including versions from unix and widnows as well. 1. Cain and Abel : The top password recovery tool for Windows UNIX users often smugly assert that the best free security tools support their platform first, and Windows ports are often an afterthought. They are usually right, but Cain & Abel is a glaring exception. This Windows-only password recovery tool handles an enormous variety of tasks. It can recover passwords by sniffing the network, cracking encrypted passwords using Dictionary, Brute-Force and Cryptanalysis attacks, recording VoIP conversations, decoding scrambled passwords, revealing password boxes, uncovering cached passwords and analyzing routing protocols 2. John the Ripper : A powerful, flexible, and fast multi-platform password hash cracker John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting diff...

Hack computer in your LAN (Windows)

Image
Easily Hack A Windows password.. Click Here! Here we hack a PC somwhere in our LAN. This is a simple trick that uses open port to gain access to the target computer.The Lan hacking technique uses port 139 for the hack. On a LAN mostly the port 139 would remain open. Today,I will write about hacking computer inside the LAN network. This technique will be taking advantage of Port 139. Most of the time,Port 139 will be opened. First of all,I will do a port scanning at the target computer which is 192.168.40.128. This computer is inside my LAN network. I will scan it using Nmap. I get the result and it shows Port 139 is opened up for me. Now you will need both of these tools: ** USER2SID & SID2USER ** NetBios Auditing Tool You can get both of them on the Internet. After you get both of them,put them in the C:\ directory. Easily Hack A Windows password.. Click Here!     You now need to create a null session to the target computer. Now open the Command Prompt and browse to the ...

Hack-It - Modify the way windows are on your system.

Hack-It is a window manipulation program. It allows you to control any window on your system in several different ways not normally available to you through the standard Windows user interface. The major functions you can perform on windows are: making a window visible or hidden, causing a window to stay on top of others or not stay on top of others, adding an icon to the system tray for a window, and having that window minimize to the tray, adjusting the transparency of a window, manipulating process priorities to give a window's process more CPU time, standard window functions such as restoring, minimizing, maximizing, and closing, and forcibly terminating a process. Download Now (488.82K) or Smart Install Tested spyware free

How to Recover and Reset Password in windows 7/Vista/XP/2003/2K/NT

Forgetting your Windows administrator login password. With no way to get into the system, you can’t even perform basic maintenance, let alone a thorough tune-up. Formatting is always an option, but we consider that a last resort. (Plus, guess who’s going to have to help reinstall all the programs lost after a wipe?) But all hope is not lost. There are a few ways to actually retrieve a lost Windows account password. Read on, and we’ll show you the light. The first thing which you check if you forget login password. When we install Windows, it automatically creates an account “Administrator” and sets its password to blank. So if you have forget your user account password then try this: Start system and when you see Windows Welcome screen / Login screen, press ctrl+alt+del keys twice and it’ll show Classic Login box. Now type “Administrator” (without quotes) in Username and leave Password field blank. Now press Enter and you should be able to log in Windows. Now you can reset your account...

Get IP address from mail ID

Hello Freinds, I am back with some more cool tricks this time that can save you from various security threats. Now i am gonna just tell you, how easy it is to find the IP address of the person who has sent a mail in Yahoo. (The information is meant only for security use and any misuse can be liable to punishment) * Login to your account and Open the mail. * On the right-top corner, click Options ==> Select "Standard Headers". * There you are with all the ip addresses of the person who sent you the mail. Check the ip address aside to the from: But the mail sometimes may not come directly from his/her pc. Inorder to deviate the user the mail is passed through many gateways and then finally sent. And to trace out the IP address in such a case find the last "From :" and check the IP there.

Delete Recent Documents history

Any document that you open in Windows is added to the Recent Documents list. Now with this simple trick you can stop that!!! * Start ==> Run ==> Type "Regedit" * [HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Policies\Explorer] * Right Click on the right Pane and create a new DWORD value. * Assign Value Name as "NoRecentDocsHistory" * Data Type as "REG_DWORD (DWORD Value)" * If Value Data = 0 : disable restriction 1 : enable restriction

Access folders from taskbar

Tired browsing to the Windows Explorer to find your files?? Then try this simple trick that can add your explorer to the task bar. * Right-click on the taskbar on the space between Start Menu and the Tray * Click "Toolbars" ==> "New Toolbar" A New Window opens with a list of folders * Select the desired location and click "OK" * The task bar now displays an icon for the access of your selected destination, just with a click. Wasn't that Cool and Simple!!

How to read/open data from .nbu files

.nbu files are the backup files created when you create the backup for your Nokia Mobile. It is created using Nokia PC suite and later can be restored to your phone. Only problem is we can’t open the .nbu files without any nokia device. To overcome this problem we have one software called NOKI . From their site: Noki is a utility to explore and extract Phone book, SMS, Calendar, Memo, Bookmark and other user files from the backup file of Nokia phone (using Nokia PC Suite ). Features: Supports .nbu, .nfb and .nfc. contacts.cdb : Symbian Contacts Database for all Symbian phones (include Nokia, Siemens, Sony Ericsson etc.). backup.arc : mass storage/SD card backup file. Softpedia security certified. DOWNLOAD

SAVE DOS OUTPUT IN A FILE

This is a small trick that many Dos might already know. The trick just shows you how to run a Dos command and instead of displaying the outputs on the screen, it saves the outputs into a file. This trick is very helpful when you want to save the result of a dos command to a file to email it or read/print it later. For example, you can print out your network configuration data and email it to a technical support. Here’s how simply put a “>” and the destination file at the end of the dos command. Examples: This command outputs the IP configurations to the file “ipdata.txt” in “C” drive: ipconfig /all > C:\ipdata.txt This command outputs the “Path” configurations to the file “pathdata.txt” in the floppy drive “A“: path > A:\pathdata.txt This command outputs help text of the command “copy” to the file “copyhelp.txt” in “C” drive: copy /? > C:\copyhelp.txt

Add Shortcut to The Device Manager To Your Desktop

Adding a link to your device manager This allows you to quickly see all the devices attached to your computer. The conventional method is to go to it from the Control Panel or you can access the device manager by Right clicking on My Computer icon and then selecting Device Manger from it. Here is a simple trick that puts this in shortcut. This way you do not need to restart the computer. To add the Device Manager Icon: 1. Right click on an open area of your desktop. 2. Select New / Shortcut. 3. Type in C:\WINDOWS\CONTROL SYSDM.CPL, SYSTEM, 1. 4. Replace C:\WINDOWS with whatever directory you installed Windows95. 5. Click on the Next box. 6. At the next dialog box type in Device Manager. 7. Click on the Finish when you are done. Note: Replacing the 1 with a 3 will bring up the Performance Status.

Change Startup and Shutdown SOUNDS in windows

Have you ever felt bugged-up with the Start-up and Shutdown jingle of your Windows XP or Vista ? If yes, here is the solution, now you use any of your favorite voice or music or dialogue as your PC’s shutdown and start up. It’s a simple 4 step process. Step 1. Choose the track which you want to play at start-up and shutdown jingles, Limitations are * It should be in .WAV format. * The size of file should not be large, prefer keeping them within in 1 Mb, otherwise your startup will take a bit longer. If the file you want to make your start-up or shutdown is not in .WAV format, you can easily convert them using Jet Audio 7, or any other converter. Step 2. Now rename these files as “Windows XP Startup.WAV” and “Windows XP Shutdown.WAV” respectively. Step 3. Now Go to “C:\WINDOWS\MEDIA”, here you will find files “Windows XP Startup.WAV” and “Windows XP Shutdown.WAV”, move them to some other locations, this step is required for, in case you need to revert back these sounds, else you can ign...

Renaming the Windows Logon Box

Rename the Windows Logon box, just follow the simple steps. Mail me if any problem!! Run regedit and go to HKEY_Local_Machine\Software\Microsoft \Windows\CurrentVersion\Winlogon Then add or change the key: LegalNoticeCaption REG_SZ="(Title for Box)" And the same for this key: LegalNoticeText REG_SZ="(Message to be displayed in the box)"

Some cool tricks i just discovered

This is a complimation of computer tricks, mainly security and privacy related. Getting Ip’s:– To see the ip all computers you are connected to (web servers, people attempting to **** into your computer). Go to dos (start>run>type command) and run the netstat command. Type netstat /? for details. Type netstat -r at the command prompt to see the ip of all computers you are connected to In MSN (and other programs) when you are chatting to someone everything you type goes through the MSN servers first (they act as a proxy) so you see their ip rather than who you are chatting to. You can get round this by sending them a file as MSN doesn’t send file through its proxy.When you type the netstat -r (or -a for a different view) the ip’s are under the foreign address table. The ports are seperated by a : . Different programs use different ports, so you can work out which ip’s are from which program. Connecting to other computers and what ports are:– Servers send information. Clients ...

Crack the BIOS password

This is the most simple and most useful hack that you must know. It lets you hack the BIOS and gain entry into any system that stores passwords in the BIOS. Just Do the following : 1. Open the CPU 2. Now, observe the motherboard . 3. You notice a coin like silver Battery ( 3V ). -------------------------- --- ------------ NOTE ------------------------------------------------ ------- - This battery is 24 x 7 power supply for the BIOS , which is used to run the system clock will the main power is off. It also initiates the booting process when power is switched on. --------------------------------------------------------------------- -------- -- -------------------- ------- - 4. Remove the battery from the motherboard . (It is safe to remove the Battery ) 5. Wait 30 seconds and place the battery back on the motherboard. 6. Now, when you start your system you won't be prompted for the BIOS password . Enjoy !!! ------ ------ ------ --- ------- --- ----- CAUTION ------ ----...

Eject CD drive in and out infinitely (Fun trick)

Enough of Computer Tricks here... Hm... lets try some Pranks on the Novice and Rookies.. what say? So... here comes my another Exclusive...! Eject your drives in and out infinitely... A simle VB Script will serve the purpose......!!! Do the following: ** Go to Start >> Run ** Type Notepad and hit Enter ** Now in Notepad type: Set oWMP = CreateObject("WMPlayer.OCX.7" ) Set colCDROMs = oWMP.cdromCollection if colCDROMs.Count >= 1 then do For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next ' cdrom For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next ' cdrom loop End If ** Go to File >> Save As... ** Type Eject.vbs and click Save How to use: $ Just Double Click the saved file ! (Eject.vbs) How To Stop: $ First Way: Restart the Computer... and this will stop the script $ Second Way: Open Task Manager and in processes search for wscript.exe and click End Process

Hacking Windows Admin XP password

This is a cool little computer trick for Microsoft Windows trick I’ve picked up in my travels and decided to share it with you fine and ethical individuals =). Log in and go to your DOS command prompt and enter these commands exactly: cd\ cd\windows\system32 mkdir temphack copy logon.scr temphack\logon.scr copy cmd.exe temphack\cmd.exe del logon.scr rename cmd.exe logon.scr exit So what you just told windows to backup is the command program and the screen saver file. Then you edited the settings so when windows loads the screen saver, you will get an unprotected dos prompt without logging in. When this appears enter this command that’s in parenthesis (net user password). So if the admin user name is Doug and you want the password 1234 then you would enter “net user Doug 1234″ and now you’ve changed the admin password to 1234. Log in, do what you want to do, copy the contents of temphack back into system32 to cover your tracks.

Top 12 Windows 7 Hacks You Must Know

Image
If you are looking for Windows 7 hacks, I am sure you can finds loads of them on web. What matters is, how many of them are really important. Do you think unlocking the Taskbar in Windows 7 is something very exciting? Obviously, not for the majority of users its nothing cool. Instead if you are interested in Windows 7 Hack that can help you to get rid of expiry date, remove watermark, or disable send feedback link then my article can surely help you out. I organized a set Top 12 Windows 7 Hack You Must Know. This list includes some of the handy posts on Windows 7 hacks in our blog. I have also provided the sources where you can find the hacks. 1. How to Get Windows Vista-Style Taskbar in Windows 7 It's hard to deny that Windows Vista scores high on appearance. Here's your chance to give the Windows 7 a Vista look. Just follow the steps mentioned below Step 1: Right-click on the taskbar and choose the properties dialog. Select the small icons checkbox Step 2: Under the task...

How to Disable or Remove ‘Send Feedback’ Button in Windows 7

In Windows 7 beta version, there is a send feedback button on the right side of the title bar on each and every window opened on desktop. Well there are two reasons for which one can feel bothered. 1. There are so many times you can accidentally click on that button and then every damn internet options will try and start themselves as if you have done a terrible mistake. 2. Even if you try and send feedback, believe me nothing will happen unless your issue is the commonest one So why don't we get rid of that service which either annoys or remains inactive when needed? Here is how to hack it Go to Run Type regedit (Registry Editor), press ENTER. Now navigate to the following registry key: HKEY_CURRENT_USER\Control Panel\Desktop Add in a new DWORD (32-bit) Value named FeedbackToolEnabled , and then set its value data as 0 . Log on again for the change to take effect.

New Windows registry hacks

Registry Hacking Display legal notice on startup : Wanna tell your friends about the do's and dont's in your computer when they login in your absence. Well you can do it pretty easily by displaying a legal notice at system start up. REGEDIT [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] "legalnoticecaption"="enter your notice caption" "legalnoticetext"="enter your legal notice text" Automatic Administrator Login: Well here's the trick which you can use to prove that Windows XP is not at all secure as multi-user operating system. Hacking the system registry from any account having access to system registry puts you in to the administrator account. REGEDIT 4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "AutoAdminLogon"="1" No Shutdown: Wanna play with your friends by removing the shutdown option from start menu in their computer. Just hack it down...