RSS

Tag Archive | "Programming"

port scanning

Thursday, April 24, 2008

1 Comment

Port Scanning is one of the most popular among the reconnaissance techniques attackers use. All machines connected to a LAN or connected to Internet via a modem run many services that listen at certain ports. A service is a program that waits inside a loop for a request message from a client, and [...]

Continue reading...

Telnet lessons - Part 3

Tuesday, April 22, 2008

0 Comments

Carolyn’s note: <CRLF> just means hit return. In case you can’t see that little period between the <CRLF>s, what you do to end composing your email is to hit enter, type a period, then hit enter again. Anyhow, try typing: This is a test. . 250 Requested mail action okay, completed quit 221 <techbroker.com> Service closing transmission channel Connection to host lost. Using [...]

Continue reading...

Telnet lessons - Part 2

Tuesday, April 22, 2008

0 Comments

The simplest use of telnet is to log into a remote computer. Give the command: C:/>telnet targetcomputer.com (substituting the name of the computer you want to telnet into for targetcomputer.com) If this computer is set up to let people log into accounts, you may get the message: login: Type your user name here, making sure to be exact. [...]

Continue reading...

Telnet lessons - Part 1

Tuesday, April 22, 2008

2 Comments

The Magic of DOS In this guide you will learn how to telnet, forge email, and use nslookup with Windows XP. The key to doing amazing things with XP is as simple as D O S. Yes, that’s right, DOS as in MS-DOS, as in MicroSoft Disk Operating System. Windows XP (as well as NT and 2000) comes [...]

Continue reading...

Unknowingly Installed File Types Can Be Viruses or trojans

Tuesday, April 22, 2008

2 Comments

Viruses, Trojans and worms can be connected to your files and when you click on that file the virus or Trojan get automatically installed and you can’t even notice that. These viruses can be connected with files like images, videos, programs and many more file types. How it works : Simple to create such file is using a [...]

Continue reading...

Start all your programs with a single click using batch file

Thursday, March 27, 2008

1 Comment

Everyone has some standard list of programs, which he starts when logs on to his computer. It’s a waste of time to start each program individually; today we are going to learn how to start all your favorite programs with a single click using batch files. Those of you who don’t know what batch files [...]

Continue reading...

File Binding : Its Like Mixing Poison In A Drink

Monday, March 24, 2008

1 Comment

Note: Here I am continuing the Trojans introduction to little advanced version in this post. As I already told you that there are two parts in trojan . One is server and other is client. The hacker have client installed on his system and tries to install the server on victim’s PC. But for that either [...]

Continue reading...

Key Loggers | Be careful with them if some one has physical acess to your system

Sunday, March 23, 2008

1 Comment

Key Loggers, like the name suggests, are programs that record keystrokes from the computer keyboard and either logs it to the computer or sends it to its maker through a built in e-mail engine. Key logging allows a prospective [...]

Continue reading...

Clean your PC with batch file programming(Formatting)

Sunday, March 9, 2008

0 Comments

Note  : your all files will be cleaned by using this script , so don’t try it if you have any important dada. Hello friends To clean your PC BY BATCH FILE PROGRAMMING just copy and save in notepad as batch.bat and run the file it will clean your pc. All files of administrator will be deleted Script: *******************************************@echo off if %username% [...]

Continue reading...

Batch Programming Basics

Saturday, December 15, 2007

2 Comments

This tutorial explains you what batch file programming is and how to create batch files. The Basics of Batch File Programming Batch file programming is nothing but a batch of DOS ( Disk Operating System ) commands, hence the name Batch. If you code a lot and know many languages you are sure to notice that Operating [...]

Continue reading...