Saturday 17 March 2012

PORT SCANNING

Port scanning is a technique which uses a port scanner software whose work is to check a server/computer for its open ports. People uses port scanner to see which services are running on which port on their computer. And Administrator of the server uses port scanner to keep a check on his network in respect of ports and to check the network policies of his network.

Attackers uses port scanner to check if they can break into the victim's system.
they check the vulnerability in the victim's system by checking the active and open ports and by knowing which services are running on which port in the victim's server.

Attacker may know the open ports in the server by using port scanner(port scanning) and then he can try to get the access of the server, he can also install a worm in victim's server to compromise some of his services.



Feel free to comment on this post. Any comment is appreciable.

This post is only for educational purpose. 

HOW TO MAKE BATCH FILE

Batch files are the files that contain the batch-script(DOS commands).
Basically you can run the DOS commands on the command prompt in windows OS.
in linux we have TERMINAL in place of command prompt.

DOS commands are the commands which can be used to make files, delete files, rename files, copy files, etc and the same for the directories.

We can manipulate almost anything in Windows by using DOS commands.
We will have to type some commands in command prompt and we can see the different interesting results by typing the different commands.


HOW TO MAKE BATCH FILES
(1) Open notepad
(2) type batch-script (sequence of DOS commands)
(3) save file with the extension .bat (Example:- hack.bat,trick.bat,prank.bat,etc)


That is it...!
Feel free to comment on this post. Any comment is appreciable.

This post is only for educational purpose. 

windows Prank 1

Want to give some little shocks to your friends????
try this one, (This prank will shutdown the computer. It will not make any harm)

create a batch file with code:-

shutdown -s -t 15 -c "This is a trojan.your computer is crashed."


now save this file and this to your friends and have some fun...!


Feel free to comment on this post. Any comment is appreciable.

This post is only for educational purpose. 

Thursday 15 March 2012

TELNET


INTRODUCTION
Telnet is the network protocol which run over the internet or in the LAN(Local Ares Network). TELNET is for making the two way connection between two computers for making the text based information passing between the computers.

SOCIAL ENGINEERING

INTRODUCTION
Social engineering is the act of manipulating people with the intention of making harm to them. Social engineering includes the act of talking or convincing people to get their valuable information.
Social engineering includes winning the trust of the person whose confidential information you want to steal.

Wednesday 14 March 2012

NETWORK MONITORING

The beauty of Internet is that you can use for hacking the same technique, features, software and tools which are meant to make computers more easier and efficient.

In this post we are going to discuss about a very interesting topic and that is PACKET SNIFFING.

Windows hack 1

STAR WARS IN YOUR COMMAND PROMPT
If you show your friends the text version of the famous series STAR WARS in your computer then you'll surely get fame among them.. !
okay, so all you need to do is open your command prompt (start > run > cmd)