"how can u track that ip address"
----->>>first of all, it might be a dynamic IP address tht keeps changing every time you connect.. only the ISP keeps track of who was logged onto IP at what time..
and
if its a static IP then that person might've used a proxy to send that mail..(hope you know what a proxy does)...
on top of that
he might've used an internet cafe to post you the mail..
AND
ip tracing can atmost give an indication to which city the ip belongs to, not the exact location..
so its not at all simple tracing the ip..
HOWEVER.. here are
Some Visual Tracing Tools
NeoTracePro
http://www.neotrace.com
Visual Route
http://visualroute.visualware.com
e-mailTrackerPro
http://www.visualware.com/personal/download/index.html
Samspade
http://www.samspade.org
"is there any chance to hack through phishing"
yes, there's a lotta chance tricking the victim into entering his login and password in a fake log in page created by you.. this is called phishing.. it is dome as follows:
1. lets say you wanna hack his orkut passwrd.
2. make a webpage which looks like "orkut" but actually is a fake.
3. now the victim would enter his id and pass into it..
4. the fake log in page would save it and later give it to you..
to do this use a software called "Fishing Bait 2.5"
this software would create a fake log in page of any site you want.. and you won't have to code yourself in HTML.. "how to hack some ones password through password dictionary"
There are two types of passwords crackers :
1. dictionary based
2. Brute Forcers
you're talking about the dictionary based password crackers over here, so about using them..
1. goto www.trojanfrance.com
2. get a good password cracker like "john the ripper".
3. use it to crack a password (it would have a pre-made dictionary list of words to try as password)
questions are welcome...
Thursday, August 28, 2008
How to break into someone's Email account..
BEWARE!
This info is for educational purpose only. Do not misuse it.
If You Don't Have Physical Access
Well of course most of you out there will say that you don't have physical access to your target's computer. That's fine, there still are ways you can gain access into the desired email account without having to have any sort of physical access. For this we are going to go back onto the RAT topic, to explain methods that can be used to fool the user into running the server portion of the RAT (again, a RAT is a trojan) of your choice. Well first we will discuss the basic "send file" technique. This is simply convincing the user of the account you want to access to execute the server portion of your RAT.
To make this convincing, what you will want to do is bind the server.exe to another *.exe file in order to not raise any doubt when the program appears to do nothing when it is executed. For this you can use the tool like any exe file to bind it into another program (make it something like a small game)...
On a side note, make sure the RAT of your choice is a good choice. The program mentioned in the previous section would not be good in this case, since you do need physical access in order to set it up. You will have to find the program of your choice yourself (meaning please don't ask around for any, people consider that annoying behavior).
The reason why is that you need the ip address of the user in order to connect with the newly established server. Yahoo! Messenger, AOL Instant Messenger, it really doesn't matter. What you will do is send the file to the user. Now while this transfer is going on you will go to Start, then Run, type in "command", and press Enter. Once the msdos prompt is open, type in "netstat -n", and again, press enter. You will see a list of ip addresses from left to right. The address you will be looking for will be on the right, and the port it's established on will depend on the instant messaging service you are using.
The address you will be looking for will be on the right, and the port it's established on will depend on the instant messaging service you are using. With MSN Messenger it will be remote port 6891, with AOL Instant Messenger it will be remote port 2153, with ICQ it will be remote port 1102, 2431, 2439, 2440, or 2476, and with Yahoo! Messenger it will be remote port 1614.
So once you spot the established connection with the file transfer remote port, then you will take note of the ip address associated with that port. So once the transfer is complete, and the user has executed the server portion of the RAT, then you can use the client portion to sniff out his/her password the next time he/she logs on to his/her account.
Don't think you can get him/her to accept a file from you? Can you at least get him/her to access a certain web page? Then maybe this next technique is something you should look into.
Currently Internet Explorer is quite vulnerable to an exploit that allows you to drop and execute .exe files via malicious scripting within an html document. For this what you will want to do is set up a web page, make sure to actually put something within this page so that the visitor doesn't get too entirely suspicious, and then imbed the below script into your web page so that the server portion of the RAT of your choice is dropped and executed onto the victim's computer...
While you are at it, you will also want to set up an ip logger on the web page so that you can grab the ip address of the user so that you can connect to the newly established server. Here is the source for a php ip logger you can use on your page...
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=539&lngWId=8
This info is for educational purpose only. Do not misuse it.
If You Don't Have Physical Access
Well of course most of you out there will say that you don't have physical access to your target's computer. That's fine, there still are ways you can gain access into the desired email account without having to have any sort of physical access. For this we are going to go back onto the RAT topic, to explain methods that can be used to fool the user into running the server portion of the RAT (again, a RAT is a trojan) of your choice. Well first we will discuss the basic "send file" technique. This is simply convincing the user of the account you want to access to execute the server portion of your RAT.
To make this convincing, what you will want to do is bind the server.exe to another *.exe file in order to not raise any doubt when the program appears to do nothing when it is executed. For this you can use the tool like any exe file to bind it into another program (make it something like a small game)...
On a side note, make sure the RAT of your choice is a good choice. The program mentioned in the previous section would not be good in this case, since you do need physical access in order to set it up. You will have to find the program of your choice yourself (meaning please don't ask around for any, people consider that annoying behavior).
The reason why is that you need the ip address of the user in order to connect with the newly established server. Yahoo! Messenger, AOL Instant Messenger, it really doesn't matter. What you will do is send the file to the user. Now while this transfer is going on you will go to Start, then Run, type in "command", and press Enter. Once the msdos prompt is open, type in "netstat -n", and again, press enter. You will see a list of ip addresses from left to right. The address you will be looking for will be on the right, and the port it's established on will depend on the instant messaging service you are using.
The address you will be looking for will be on the right, and the port it's established on will depend on the instant messaging service you are using. With MSN Messenger it will be remote port 6891, with AOL Instant Messenger it will be remote port 2153, with ICQ it will be remote port 1102, 2431, 2439, 2440, or 2476, and with Yahoo! Messenger it will be remote port 1614.
So once you spot the established connection with the file transfer remote port, then you will take note of the ip address associated with that port. So once the transfer is complete, and the user has executed the server portion of the RAT, then you can use the client portion to sniff out his/her password the next time he/she logs on to his/her account.
Don't think you can get him/her to accept a file from you? Can you at least get him/her to access a certain web page? Then maybe this next technique is something you should look into.
Currently Internet Explorer is quite vulnerable to an exploit that allows you to drop and execute .exe files via malicious scripting within an html document. For this what you will want to do is set up a web page, make sure to actually put something within this page so that the visitor doesn't get too entirely suspicious, and then imbed the below script into your web page so that the server portion of the RAT of your choice is dropped and executed onto the victim's computer...
While you are at it, you will also want to set up an ip logger on the web page so that you can grab the ip address of the user so that you can connect to the newly established server. Here is the source for a php ip logger you can use on your page...
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=539&lngWId=8
View the folder with the same windows
if you're not able to view the folder in same window... goto ""Tools">>"Folder Options">> "Browse Folders" >> check on "open each folder in its own window."..
this should solve your problem..
and about your other problem..
try accessing "taskman" by pressing "crtl+alt+del"... now see the open processes, "kill" any suspicious process.. but be careful and don't kill a system process..
now goto each drive on the comp and don't double click its icon, instead right click and select explore.. now just delete the file "autorun.inf" completely, coz it looks like the Batch file it is calling in your case, is a virus..
questions are always welcome..
this should solve your problem..
and about your other problem..
try accessing "taskman" by pressing "crtl+alt+del"... now see the open processes, "kill" any suspicious process.. but be careful and don't kill a system process..
now goto each drive on the comp and don't double click its icon, instead right click and select explore.. now just delete the file "autorun.inf" completely, coz it looks like the Batch file it is calling in your case, is a virus..
questions are always welcome..
Subscribe to:
Posts (Atom)
