Wednesday, November 28, 2007

4. How do Hackers hack?

There are many ways in which a hacker can hack. Some are as follows –
  • NetBIOS
  • ICMP Ping
  • FTP
  • rpc.statd
  • HTTP

NetBIOS
NetBIOS hacks are the worst kind, since they don’t require you to have any hidden backdoor program running on your computer. This kind of hack exploits a bug in Windows 9x. NetBIOS is meant to be used on local area networks, so machines on that network can share information. Unfortunately, the bug is that NetBIOS can also be used across the Internet - so a hacker can access your machine remotely.

ICMP ‘Ping’ (Internet Control Message Protocol)
ICMP is one of the main protocols that make the Internet work. It standards for Internet Control Message Protocol. ‘Ping’ is one of the commands that can be sent to a computer using ICMP. Ordinarily, a computer would respond to this ping, telling the sender that the computer does exist. This is all pings are meant to do. Pings may seem harmless enough, but a large number of pings can make a Denial-of-Service attack, which overloads a computer. Also, hackers can use pings to see if a computer exists and does not have a firewall (firewalls can block pings). If a computer responds to a ping, then the hacker could then launch a more serious form of attack against a computer.

FTP (File Transfer Protocol)
FTP is a standard Internet protocol, standing for File Transfer Protocol. You may use it for file downloads from some websites. If you have a web page of your own, you may use FTP to upload it from your home computer to the web server. However, FTP can also be used by some hackers… FTP normally requires some form of authentication for access to private files, or for writing to files

FTP backdoor programs, such as-

  • Doly Trojan
  • Fore
  • Blade Runner

simply turn your computer into an FTP server, without any authentication.

rpc.statd
This is a problem specific to Linux and Unix. The problem is the infamous unchecked buffer overflow problem. This is where a fixed amount of memory is set aside for storage of data. If data is received that is larger than this buffer, the program should truncate the data or send back an error, or at least do something other than ignore the problem. Unfortunately, the data overflows the memory that has been allocated to it, and the data is written into parts of memory it shouldn’t be in. This can cause crashes of various different kinds. However, a skilled hacker could write bits of program code into memory that may be executed to perform the hacker’s evil deeds.

HTTP – HTTP stands for HyperText Transfer Protocol..
HTTP hacks can only be harmful if you are using Microsoft web server software, such as Personal Web Server. There is a bug in this software called an ‘unchecked buffer overflow’. If a user makes a request for a file on the web server with a very long name, part of the request gets written into parts of memory that contain active program code. A malicious user could use this to run any program they want on the server.

Where and how to start Hacking
After you get yourself a good scanner, scan some prefixes and find some cool dialups, then do the following:

First Method

  • From your terminal, dial the number you found.
  • You will hear a series of Beeps. (Telling you that you are connecting to a remote computer.
  • After few seconds you will hear something like “CONNECT 9600”.
  • It then identifies the system you are on.
  • If nothing happens after it says “CONNECT 9600” try hitting ENTER a number of times.
  • If you get a bunch of garbage adjust your parity, data bits, stop bits etc. until it becomes clear.
  • Now when you get connected to the server you can apply either of the above mentioned methods.

Second Method
The TELNET way

  • Get your local dialups.
  • Then you dial the number from your terminal & connect.
  • Press Enter and wait for a few seconds.
  • Then it will say “Terminal =”.
  • Type your terminal emulation.
  • If you don’t know what it is hit ENTER.
  • It will give you a prompt @.
  • Type ‘c’(connects to the host)
  • Type NAU (Network user address) that you want to connect.
  • Find out the type of system you are on UNIX, VAX/VSM, PRIME.

Here is a list of some Telenet commands and their functions.

  • c Connect to a host.
  • stat Shows network port.
  • Full Network echo.
  • half Terminal echo.
  • Telemail Mail. (need ID and password)
  • mail Mail. (need ID and password)
  • set Select PAD parameters
  • cont Continue.
  • d Disconnect.
  • hangup Hangs up.
  • access Telenet account. (ID and password
attack methods become a hacker beginner level bluetooth hacking buffer overflow cookie exploit Cracking ddos attacks email Exploits fingerprinting ftp hacking Hacking hacking in ftp hacking in telnet hacking mysql hacking programs hacking registry hacking tools hacking websites ip address ip spoofing keylogger ms dos commands packet sniffing port scan reverse engineering snifflog.txt snoop TCP IP tcp protocol telnet hacking telnetting the hackers dictionary trojan tutorial undetectable trojan unethical hacking virus web vulnerability website hacking wireless hacking wireless network devices www hacking

3. The Microsoft Eleven


No, the photograph is not of the Mason Family. It's Microsoft in 1978, with its first 11 employees. You may have seen this photo elsewhere on the web, usually with the caption, "Would you have invested?".

Here is an interesting article that explores what became of each of the gang.

Oh and incidentally, Microsoft has only retained one of its original employees. That's him on the bottom left: Billy G.

2. Trouble Deleting .avi Files in Windows XP


Many people have encountered a bug in Windows XP that prevents them from deleting large .avi (divx) files. The bug results from behavior that causes Explorer to read the entire contents of broken AVI files before allowing access to them. The file shmedia.dll is the root of this issue, as it dictates Explorer's treatment of .avi files.

To correct this misbehavior in Windows XP, remove the following
registry key.

HKEY_LOCAL_MACHINE / SOFTWARE / Classes / CLSID / {87D62D94-71B3-4b9a-9489-5FE6850DC73E} / InProcServer32

This will prevent Explorer from loading shmedia.dll in response to file property queries on these files.

You cannot find this key by searching; you'll have to manually browse for it. Remember: editing the registry is a great way to mess up your computer. If in doubt, back up the registry before tweaking it.

Source: DVDRHelp.com

1. Find Out If Your Computer Is Secretly Connecting to the Web

If you are trying to track down why your computer is running so slooowwwly, try using this simple DOS command from Digital Inspiration to uncover a possible problem:

* Type cmd in your Windows Run box.
* Type "netstat -b 5 > activity.txt" and press enter.
* After say 2 minutes, press Ctrl+C.
* Type "activity.txt" on the command line to open the log file in notepad (or your default text editor)

This .txt file will have a record of everything that has made an Internet connection in the last couple of minutes; you can then check your task manager to find out where it is and take care of it.

Featured Posts

Adding Accesspolicy to KeyVault for Service Principal Using Portal and Powershell

  Scripts path : https://drive.google.com/drive/folders/1sbBpnVFgXhUIXLdf2E9heyWDeU2f9427?usp=sharing  Adding Accesspolicy to KeyVault for S...