Thursday, October 30, 2008

How ToFake URL

Wanna play with your friends.Here is a cool one.Lets redirect one web site
to anotherone.Okay okay just kidding.We are not going to hack web site
and redirect it to another instead we are going to do some editing in
your computer and fake URL.Then your browser redirect the domain name to another site.
But you can play with your frineds and show your self as a great hacker.
You can do this editing in you computer and bring friends and show magics.
Or you can do this editing in your friends computer and make him fool.
Oka okay lets start the work.Lets assume there is a website call www.mysite.com
and you want to redirect www.facebook.com to it.We have to edit "host" file.
In windows you will find it in C:\windows\system32\drivers\ect,If you are
linux user try ect folder.Open "host" file with text editor.(Notepad.you  cant just double click
and open it becouse it hasn't extention.so simply drag and drop it in to notepad)
You will see some thing like this.


# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost



Now we need the IP address of www.misite.com.(If you read our early article
you alredy know how to find IP address of a web site).Open command line
then type

tracert www.misite.com or
ping www.mysite.com


After you find IP address.lets assume it is 127.25.06.300(No IP address
has number grater than 255,In this case I jam the Ip address).Now add the

127.25.06.300 www.facebook.com to host file.Now it see like this


# Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

127.0.0.1       localhost
127.25.06.300 www.facebook.com


Now save changes and close the notepad.Open your browser and type
www.facebook.com in address bar.WOW you will see mysite.com instead
www.facebook.com.(Congradulations!!!!!!)
 

Tuesday, October 28, 2008

How to send fake e mails

One day I got an e mail from eden@nasa.gov(WOW).And I was impresed.
But it wasn't real one.It's a fake e mail.Did you ever got an email
like that?.So what happened if you had an e mail from your own e mail
address.Many people send fake e mails for defferent purposes.Some of them
send fake e mails as hoax.But some people use this e mails for phising
attacks.So It's good to be aware when you reading your emails.If it differ
from regular e mails,if it hasn't header or not arrange well, it's more
like to be a fake one.
Okay Do you want to send fake e mials ?It's not difficult.But
remember if you send tons of fake e mails as spams or do some illegal
things you will have serious troubles.Anyway this is just tutorial.

To send fake e mail we need a mail exchanger.Now important question.
How we find such a mail server.Many web sites run their own mail servers.
many of them allow you to telnet to them and send some e mails.But most
of them do not allow you to relay e mails to other servers.So guessing is
important.If you are lucky you will find some mail server which allow
to relay e mails to other servers.
As my example I get deadfake.com(It allow you to send fake e mails via it's
mail server.)
open command line and type

nslookup -q=mx deadfake.com

It will bring few lines and look for something like this

deadfake.com MX preference = 10, mail exchanger = mail.deadfake.com

If you got more than 1 mail exchangers pick the one with preference number.

Now we going to telnet it.Type

telnet mail.deadfake.com 25
hit enter.If you succeed server will give welcome message.Okay now
you connect with mail server and don't waste the time.If you waste
time mail server will close your connection.And remember you can't
use backspace key.You have to type every key very carefully and
correctly.If you type something wrong you have to begin from 1st step.

As the example I'm going to send some fake e mail to max@cyberwold2.tk
and I want to show him it was sent by eden@nasa.gov.Type

helo nasa.gov hit enter

mail from: <eden@nasa.gov> hit enter

rcpt to: <max@cyberwolrd2.tk> hit enter

Data
hit enter and type your message.After you finish your message hit enter
and type single period(.).It's very important. And hit enter agein and type
quit to exit from mail server.

Remember:when you choose senders e mail address be aware to choose only
exsist domain name.

When you write your message ,It's good to add header before a message.
you can add something like this.

Date: Sun, 01 Apr 2007 12:49:13 +0100 (BST)
From: Eden <eden@nasa.gov>
To: cybremax <max@cyberworld2.tk>
Subject: Fake mail

Thats all and thank you !!!!

Monday, October 27, 2008

How to find Ip address via messengers

In cyberspace people like to chat with others.Most of them love
to use messengers,becouse they have pritty cool options.But did
you ever though that an introder can break in to your computer
system due to your single chat session.(confused???)
    Your cyberpal can find your IP address while he chat
with you via messenger.Now someone can ask question.Whats the
matter if somebody knew my IP address? or What he going to do
with my IP address?

Remember in cyberspace your IP address is very important thing
just like your personal phone number.With your IP address people
can do many things.They can break in to your computer,crash it or
steal your sensitive details like credit card details,install malwares,
or use your computer to host their web site.
    I wrote this not only tell you to protect your self but also
tell you to how to find someone's IP address via messengers.

Okay if you want to see your cyberpal's IP address you have to set up
a file transfer otherwhise you got the IP of some server.Ask him that
you like to show him your photo or something and then transfer the
file via messenger.When you transfer a file via messenger,two divices(your
computer and his/her computer) will establish peer to peer link(dedicaded
direct link).when you selecting a file to transfer it's good to select
large file.If you use MSN messenger a file must be more
than 1024KB becouse if you send file less than 1024KB you will not find
your cyber pals IP inseted you will get some microsoft server IP address.

Okay go to command line during file transfer.Then type "netstat -a"
(without quotes)and hit enter.Look for port 80 or.....

My suggestion:go cmd before file transfer and type netstat -a .remember
the ports and IP addresses.Then type netstat -a again while file trnsfer
it will help you to recognize you cyber pal's IP address.
Thats all.Thank you!!!
   

Friday, October 24, 2008

How to change text in start menu button

It's not too difficult.To change text on start button we have to edit
"explorer.exe" which locate in Windows folder.To do this it's better
to have editor,Becouse it minimize our effort. SO i suggest "Resource
hacker".You may find it from http://www.snapfiles.com/Freeware/ or serch google for it.

1)First of all make a backup copy of "explorer.exe"
2)Run Resource Hacker and click on File-->open and open explorer.exe
Now you will see something like this.


3)Click on +sign to expand the "String table",Then click on "37"
4)In right side you will see something like this

STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
578, "start"
579, "There was an internal error and one of the windows you were using has been closed."
580, "Restrictions"
581, "This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator."
590, "Hiding your inactive notification icons..."
591, "To see the hidden icons, click this button."
}

5)Substitute "start" with any word you like(leve double quotes.don't
delete them)in my case I substitute it with "CYBERWORLD".
see bellow figure.

6)Ok. Now hit on "compile script" button.And wait a second.
7)Windows do not allow you to save changes to explorer.exe.(If you see
nothing ,even error message when you hit on save.but windows do not allow changes)
so save as it with other name and put it on windows folder.
i.e explorermax.exe

7)Press windows+R key combination for RUN dialog box and type regedit .hit enter
Now you got registry editer.

8)navigate to

HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon

Double click on "shell" entry.It will open edit entry dialog box.
in value data field enter name of customized explorer.exe's name
in my case it is "explorermax.exe.then click ok.exit from registry editer.


*you have to either restart computer or log of and again log on computer
to apply the changes.Thats all.

Saturday, October 11, 2008

View route to any website


you access to the internet from home over a modem to a local ISP
(Internet service provider) who conects to a regional network which
connected to a national network.In genaral small local ISPs connect
to medium sized regional networks which connect to large national networks
and then connect to very large bandwidth networks on the internet backbone.
So when you access to web site,there is a route(may bemore than one)
to destination.If you like to view this route get command line and
type
tracert
E.g tracert www.2cyberworld.tk
This will show the route that is being taken by the data packets to
reach your computer.See above figure.

Thursday, October 9, 2008

How to extend firefox speed

As you already know, Firefox very fast than I.E(Internet explorer).With little effort and doing some
editing we can make it more faster.
Caution:If you edit wrong part it will give unexpected issues and hard to rollback.

1)Open Firefox and type "about:config" in address bar (without quotes). Hit enter.
firefox will give message something like this

        "This will void your waranty..................................(Don't warry about it.If don't edit wrong parts, then why we afraid)
Hit enter again.

then type   network
find -    network.http.pipelining

and     network.http.pipelining.maxrequests
change value from 4 to 10

Restart Firefox.Thats it....

Sunday, October 5, 2008

Google Hacks(part one)



Google is wonderfull serching engine. Due to google spyderprogram's special characterestics
we can find and do many things with google.  Google hacks mean we enter particuler string on
google serch box and get wonderful results.With google and a little knowladge about some special strings
 we can find files directly .we don't  need to surf whole web consuming our time. There are many
special codes. From this article I'm going to show you few of them (funny and cool ones).
I expect to write another article about some different part of this particuler strings . Any way cheak this out.

Go to google and type this strings and see whats happen.

find chuck norris    =click "I'm feeling lucky"
google bearshare    =click "I'm feeling lucky"
google loco    =click "I'm feeling lucky"
google gothic    =click "I'm feeling lucky"
google linux    =click "I'm feeling lucky"
google 133t    =click "I'm feeling lucky"
google ewmew    =click "I'm feeling lucky"
xx-klingon        =click "I'm feeling lucky"
xx-piglation    =click "I'm feeling lucky"
google bsd        =click "I'm feeling lucky"s
google easter egg    =click "I'm feeling lucky"
google gizoogle    =click "I'm feeling lucky"

----------------------------------------------------------------
If you like to view network web cameras(see real time web cameras).

intitle:"WJ-NT104 Main"
intitle:"snc-rz30 home" (Active x requared)
inurl:indexFrame.shtml "Axis Video Server"
snc - rz30 home

Un-serchable pages
"robots.txt" "disallow:" filetype:txt

inurl:"Viewerframe?Mode="
---------------------------------------------------------------

Here is another cool one. With this you can find any file directly

"intitle:index of" something you want
i.e: "intitle:index of" hacking.pdf

another one:

"any xisting file name.pdf"
--------------------------------------------------------------
        HAVE A FUN