WARNING AND NOTICE

All tricks in this blog are only for educational purpose. Learn these tricks only for your knowledge. Please donot try these to harm any one. We will not take any responsibility in any case. All softwares and tools on this site are here for private purposes only and If you want to use a software for business purpose, please purchase it. I do not host many of these tools. I Post links that I have found from numerous Search engines. I will not be responsible for any of harm you will do by using these tools.

Readmore

Showing posts with label networking. Show all posts
Showing posts with label networking. Show all posts

Saturday, June 25, 2011

"Hide The IP" best IP hiding software tool

VIA : breakthesecurity.com
As i said Internet is less secure medium, you have to hide your identity from intruders/attackers.( Using Internet, hackers can steal your confidential data like credit card number, bank account, facebook accounts.) One of the identity is IP address. When you visit website, it may store your IP Address . Using your IP address anyone hack your computer. So it is important to hide your IP address.

Google Street camera banned in bangalore for security

via : breakthesecurity.com

Google launched its project to gather street view images of bangalore only last month.
Google data collection has caused concern in numerous countries.
Cameras mounted on cars and tricycles had been taking pictures in streets across Bangalore.

Monday, May 30, 2011

0
How to connect two computers – Quick and Easy ?

Here are the steps to connect two computers in Windows XP. This will let you share files and folders, printers, play network games etc.

Things You Will Need

1. A Crossover cabe – This is a Cat5 Ethernet Cable that the wires have been switched around to allow two computers to talk to each other.
2. Ethernet adapter or in simple terms the port on the back of your pc where you are going to insert this cable.

Steps:

1. Connect the two computers with the crossover cable.
2. Set the IP address on both computers. Goto Start > Control Panel > Network Connections ( Choose switch to classic view if you cannot see network connections ).
3. Look for your Local Area Connection ethernet adapter, right click and choose properties.
4. Select Internet Protocol TCP/IP and choose properties.
5. Set the IP as 192.168.1.1 and the subnet mask of 255.255.255.0 on the first computer and 192.168.1.2 on the second with same subnet mask.
6. click OK and OK/Close again.

Monday, December 13, 2010

0
Fix Limited Access Network Problem

TCP / IP gets corrupted and as a result you cannot access Internet connection from your system. To solve the issue, What I generally do is right click on network in Tray icon set and Troubleshoot.

Troubleshoot detects a problem (which is more often related to TCP/IP), Resets Wireless Adapter (General Solution) then verifies whether problem is Solved Followed by detection of additional problems.

When you know that problem can be fixed by resetting then use Reset & Repair TCP/IP, a small program which fixes everything in one click. It is a portable program, execute it and click on Reinstall/Reset to apply the fix.

For efficiency of this solution I recommend checking the boxes that says “Also repair WinSock” and “Restart after reset” so that WinSock repair and restart the computer at the end and get a new on the local network.

The application works well with , 2003, Vista and , no installation required, just download it and run it.

Thursday, April 22, 2010

0
Network Hacking

Network Hacking is generally means gathering information
about domain by using tools like Telnet, NslookUp,
Ping, Tracert, Netstat, etc.
It also includes OS Fingerprinting, Port Scaning and
Port Surfing using various tools.

Ping

Ping is part of ICMP (Internet Control Message Protocol)
which is used to troubleshoot TCP/IP networks. So,
Ping is basically a command that allows you to check
whether the host is alive or not.
To ping a particular host the syntax is
(at command prompt)--c:/>ping hostname.com
example:- c:/>ping www.google.com

Netstat

It displays protocol statistics and current TCP/IP
network connections. i.e. local address, remote address, port number, etc.
It's syntax is (at command prompt)--c:/>netstat -n

Telnet

Telnet is a program which runs on TCP/IP. Using it we
can connect to the remote computer on particular port.
When connected it grabs the daemon running on that port.
The basic syntax of Telnet is (at command prompt)--
c:/>telnet hostname.com

By default telnet connects to port 23 of remote computer.
So, the complete syntax is-
c:/>telnet www.hostname.com port

example:- c:/>telnet www.yahoo.com 21 or c:/>telnet 192.168.0.5 21


Tracert

It is used to trace out the route taken by the certain
information i.e. data packets from source to destination.
It's syntax is (at command prompt)--
c:/>tracert www.hostname.com

Here "* * * Request timed out."
indicates that firewall installed on that system block
the request and hence we can't obtain it's IP address.

various attributes used with tracert command and their
sage can be viewed by just typing c:/>tracert at the
command prompt.

The information obtained by using tracert command can
be further used to find out exact operating system
running on target system.

0
NetBIOS Hacking

NetBIOS stands for "Network Basic Input Output System".
It was originally developed by IBM and Sytek as an
Application Programming Interface (API) for client
software to access LAN resources.
By default it runs on port 139.
NetBIOS gives the various information of the computers
on a network, which includes computer name, username,
domain, group, and many others.....!

The NBTSTAT Command

NBTSTAT is the command for manually interact with
NetBIOS Over TCP/IP.
All the attributes (switches) used with nbtstat command
and their usage can be viewed.
At the command prompt type-

C:\Windows>nbtstat

Sample NBTSTAT Response

C:\>nbtstat -A 117.200.160.174

NetBIOS Remote Machine Name Table

Name Type Status
----------------------------------------------
PRASANNA <00> UNIQUE Registered
INSECURE LABS <00> GROUP Registered
PRASANNA <03> UNIQUE Registered
PRASANNA <20> UNIQUE Registered
INSECURE LABS <1e> GROUP Registered

MAC Address = 86-95-55-50-00-00


An intruder could use the output from an nbtstat
against your machines to begin gathering information
about them.

"<03> in above table is nothing but the username of

that system."

The next step for an intruder would be to try and list
the open shares on the given computer, using the net
view command.
Here is an example of the Net View command-

C:\>net view \\117.200.160.174
Shared resources at \\117.200.160.174

Sharename Type Comment
----------------------------------------
C Disk Drive C:\
MySofts Disk My Softwares Collection
E Disk Drive E:\

The command was completed successfully.


This information would give the intruder a list of
shares which he would then use in conjunction with the
Net Use command, a command used to enable a computer to
map a share to it’s local drive, below is an example of
how an intruder would map the C Share to
a local G: drive, which he could then browse...!

C:\>net use G: \\117.200.160.174\C
The command was completed successfully.

C:\>G:

G:\>

0
How to hack remote computer using IP Address

You can get the IP address of the victim using this post.

Now, what do we do with this IP Address. Well first ping the IP Address to make sure that its alive. In otherwords online. Now at the bottom of this document ill include some links where you can obtain some key tools that may help on your journey through the electronic jungle. So we need to find places to get inside of the computer so we can start trying to find a way to “hack” the box. Port Scanners are used to identify the open ports on a machine thats running on a network, whether its a router, or a desktop computer, they will all have ports. Protocols use these ports to communicate with other services and resources on the network.

Share and Enjoy: