well i am trying to find my friends ip address but .. i cant seem to find it i tryd alot of stuff can some one give me addvise?
Printable View
well i am trying to find my friends ip address but .. i cant seem to find it i tryd alot of stuff can some one give me addvise?
[QUOTE=Unregistered]I have written a fun little windows batch script... All you have to know is the ISP of your friend, the State they live in, and either one shared folder on their computer, their computers name, or their printers name.
Not only can you find their computer but you can also drop them a little note on their desktop and freak them out~
If anyone would like the program leave your email here -
That sounds like a pretty little program here's my e-mail if you could send me it. [email]TBevand@**********[/email]
Thanks a lot
TBevand[/QUOTE]
would you plez send me the program send it to [email]mart***020004@hotmail.com[/email] en if ya want any other software say i c if i can get it
thank you
i would like to get this fun windows batch script
[email]snow_blow_*0@hotmail.com[/email]
thanks
I just realised what some users were fussing about !!! Sorry about my simple mistake. I originally would manually make and delete the c:\a\ folder that the script needs to run. I quickly (too quickly) added it to the script before i posted it.
Please make this simple correction for it to run correctly:
OLD POST
[code]echo off
prompt ~
IF NOT EXIST mkdir c:\a\
IF EXIST c:\a\ del /q c:\a\*
[/code]
MY CORRECTION
[code]echo off
prompt ~
IF EXIST c:\a\ del /q c:\a\*
IF NOT EXIST c:\a\ mkdir c:\a\
[/code]
My apologies!
[email]blackkatnorn@hotmail.com[/email]
send me this fun prog
The script is already posted under this topic.
um... I have tryed to use command prompt. Telnet [hostIP] and [port] and so I was just wondering if someone could give me some tips on how to use it..
Also how to use Whois because I have tryed.....[ net whois, degug first.exe -whois, I have tried just typing Whois in there, I have tryed net computer whois, ipconfig whois, lol Im so confused...and please dont get mad at me because im just a beginer.. thanks!
Drummerdude
Here is the syntax for telnet (I'll send a free text message). #=hard return
[quote]telnet mobile.mycingular.net 25
HELO MrFreeTextMessenger #
mail from: [email]**75555555@mobile.mycingular.net[/email] #
rcpt to: [email]**75555555@mobile.mycingular.net[/email] #
data #
subject:Free Text Messages ##(two hard returns)
Body of message goes here #
. (period to end mail)
quit
[/quote]
I found this posted in a forum about FoolProof Hope it helps:
[quote]The first thing you should do is download and install FoolProof on your own home computer to become thoroughly familiar with the program. You can download it here:
FoolProof Downloads
[url]http://www.smartstuff.com/downloads/fps/index.html[/url]
You will need two codes: an unzip code, and an Install Code. Can't post them here.
I hacked FoolProof about a year ago. It's not that hard, unless the person who installed it hardened the default settings. I used the ECHO command once to overwrite the FoolProof exe file, and it worked. But it really depends on the individual settings. You want to try and copy the settings files and install them on your own home installation of FoolProof in order to know what you're up against. These are the settings files:
Basic Settings are located in c:\sss\local\basic.lfl
Other settings files seem to be located in c:\sss\local\00000000.lfl
c:\sss\local\0000000*.lfl, etc., and c:\sss\defs\resource.lfl
Since you know the password on your own version of FoolProof you could substitute the settings files from your school's installation of FoolProof, plug them in to your own installation and open up the FoolProof control panel and see what settings are in place. And what is NOT restricted too. The trial version of FoolProof is fully-functional.
The password file is c:\sss\local\fp.db. You might try and substitute your own password file onto your school's computer (using the password file from your own installation of FoolProof). Then you could open up FoolProof Control Panel and turn it off. Try copying it from a floppy disk (or download from your email) to c:\sss\local to see if it will let you replace it. If you just delete the password file it does you no good, since you still cannot open the FoolProof Control Panel. A message just pops up saying "Database not found."
You can use Process Explorer to kill the two FoolProof processes:
fpwinldr.exe *2-bit shell hook loader
fpwldr*6.exe *6-bit shell hook loader
The fpwldr*6.exe you may have to be patient with. It takes 40 seconds or so before it dies. Do it twice if you have to.
But you will still need to edit c:\config.sys and delete the following line: DEVICE=C:\SSS\FOOLDRV.SYS
Also, another powerful hack on Windows *5/*8 is using a wininit.ini file (a simple text file you can create with Notepad) to delete all the FoolProof files. You'll need to use syntax like the following:
[Rename]
NUL=C:\sss\shlhkw*6.dll
Save it as wininit.ini in the Windows directory. Wininit.exe executes this file before most everything else loads. It is used to delete files in use. Include the line above too, because shlhkw*6.dll is the only file I was not able to delete because it was "in use". wininit.ini will delete it on the next reboot.
Download the Manual
[url]http://www.smartstuff.com/downloads/fps/index.html[/url]
Using Process Explorer and wininit.ini and deleting pointers in special boot files like config.sys, autexec.bat, winboot.ini you can hack most all Windows *5/*8 security programs.
Process Explorer
[url]http://www.sysinternals.com/ntw2k/freeware...e/procexp.shtml[/url]
FoolProof Downloads
[url]http://www.smartstuff.com/downloads/fps/index.html[/url]
The syntax for the wininit.ini is as follows. One NUL line for each file to delete. Create it in Notepad and save it as wininit.ini in the windows directory. Then restart the computer.
[Rename]
NUL=C:\sss\shlhkw*6.dll
Kill that puppy!!
Aaron, I sent you an email here on this system too. Check it
[/quote]
DO you know how to create a valid log in package for a host? It says connection to host was lost ( telnet 66.**2.*54.2* 40**) Its a game..
In command promt..
_________________________________________________________________
LNOSOCKET DISSCONNECTED: CLient did not send a valid log in packet within 4 seconds
Connection to host was lost..
_________________________________________________________________
What do I do to get one of thoughs "log in packets" ?
Hello everybody.
I am experiencing the same problem with finding an IP Address. Threatening posts in my guestbook on my website has been causing difficulty. I have removed them from the guestbook and uncovered the IP Address of the person, but now I am trying to figure out who this person is that owns the IP Address. I have no idea how to do this, I thought of asking people over MSN Messenger that I think may be the person, but that sounded too suspicious. I have also heard of sending files to the person, but no such MS-DOS window exists on my server. I am running a Macintosh computer, which is another problem. Please help me!
`
[QUOTE=Unregistered]DISREGUARD MY LAST POSTING
Sorry i believe the script has been removed.
Basically create a webpage that has a simple php script that logs ip adresses. There doesnt have to be anything else on the webpage, but would be wise if you want to trick the person into clicking the link again.
------------------------------
The netstat -a is outdated with many chat programs but not P2P software. I Believe AIM and Yahoo now use their own servers as the middle man when direcly connecting two users so no more cracking your friends computer... darn
Alternative of how to get an IP
I have written a fun little windows batch script... All you have to know is the ISP of your friend, the State they live in, and either one shared folder on their computer, their computers name, or their printers name.
Not only can you find their computer but you can also drop them a little note on their desktop and freak them out~
If anyone would like the program leave your email here -
~SyntaX******[/QUOTE]
yes i would like the program please email me at syst*m_5hutd0wn @**********
Yes i would like u to send me this.... my email [email]gi**_is_here@**********[/email]
thanks
The netstat -a is outdated with many chat programs but not P2P software. I Believe AIM and Yahoo now use their own servers as the middle man when direcly connecting two users so no more cracking your friends computer... darn
Alternative of how to get an IP
I have written a fun little windows batch script... All you have to know is the ISP of your friend, the State they live in, and either one shared folder on their computer, their computers name, or their printers name.
Not only can you find their computer but you can also drop them a little note on their desktop and freak them out~
If anyone would like the program leave your email here -
~SyntaX******[/QUOTE]
It is already posted in this Thread. I also have posted the changes that need to be made to the script.
someone left a vulgar post on my website, and i have theyre ip adress, but i would like to know how to locate where the person lives exactly, can anyone help?
[QUOTE=Unregistered]yes i would like the program please email me at syst*m_5hutd0wn @**********[/QUOTE]
hmm . ok ,, PLease sned your writen program to me , [email]hazemger@**********[/email]
Thanks a lot
Hi, i'd very much appreciate if you could send that program to me too! thnx -- jim
[email]jry2k_2000@**********[/email]
yeah al have some of that program please m8 - [email]jamezy_h87@hotmail.com[/email]
how can i get someone ip address through msn messinger i need in because i no how to put a sever on to ther pc through sub7/netbes but now i need a way to get there ip address to connect to them
any answers thank you for helping
[QUOTE=Unregistered]Hello everybody.
I am experiencing the same problem with finding an IP Address. Threatening posts in my guestbook on my website has been causing difficulty. I have removed them from the guestbook and uncovered the IP Address of the person, but now I am trying to figure out who this person is that owns the IP Address. I have no idea how to do this, I thought of asking people over MSN Messenger that I think may be the person, but that sounded too suspicious. I have also heard of sending files to the person, but no such MS-DOS window exists on my server. I am running a Macintosh computer, which is another problem. Please help me!
`[/QUOTE]
u r dum!!!!! because you use mac u wanna use windows *8 it the hacker heven because it has no secraty shit on it and then al u wil hav MSDOS
[QUOTE=Unregistered]yes i would like the program please email me at syst*m_5hutd0wn @**********[/QUOTE]Unregistered]would you please email it me a wud b very greatful is you did please send it me to [email]mart***02004@hotmail.com[/email] thank you
[QUOTE=Unregistered]how do u open ur MS-DOS window?[/QUOTE] start run type "command" press enter
[QUOTE=Unregistered]yes i would like the program please email me at syst*m_5hutd0wn @**********[/QUOTE]
yes, can i have the program as well plz? [email]virusboy@*****dsl.com.au[/email]
may I also have a copy of yout program please...? [email]sistema_cam@**********[/email]
thanks!
[QUOTE=Unregistered]DISREGUARD MY LAST POSTING
Sorry i believe the script has been removed.
Basically create a webpage that has a simple php script that logs ip adresses. There doesnt have to be anything else on the webpage, but would be wise if you want to trick the person into clicking the link again.
------------------------------
The netstat -a is outdated with many chat programs but not P2P software. I Believe AIM and Yahoo now use their own servers as the middle man when direcly connecting two users so no more cracking your friends computer... darn
Alternative of how to get an IP
I have written a fun little windows batch script... All you have to know is the ISP of your friend, the State they live in, and either one shared folder on their computer, their computers name, or their printers name.
Not only can you find their computer but you can also drop them a little note on their desktop and freak them out~
If anyone would like the program leave your email here -
~SyntaX******[/QUOTE]
I want this my email is [email]darewinder@**********[/email]
Are you up ? Im bored im looking for someone to talk to
[QUOTE=Unregistered]well i am trying to find my friends ip address but .. i cant seem to find it i tryd alot of stuff can some one give me addvise?[/QUOTE]
Go onto whatismyipaddress.com.
Jack
[QUOTE=SyntaX******]FlowerChild-
Please post your comments here about the prog~ Its almost too easy isnt it...[/QUOTE] [email]TwoFast2Bad*@netscape.net[/email]
[QUOTE=Unregistered]not really. for example yahoo messenger listes on port 80. so, if you send someone a file, you'll see a connection to the remote ip on port http, or 80 if given -n option to netstat. ok, but you could have a browser running, so there will be a lot of connections on remote port http. which one is the one you are looking for? well, you could close all the browser's windows, or investigate all the ip's that you see with netstat. or, you could receive the file, so then you will be the one with port http (80) connected. as long as you don't have a proxy server, web server, or other server other than the instant messenger's (yahoo) file thansfer server, you are sure that the remote ip connecting to your http port is the one you are looking for.
example:
C:\>netstat -n
Active Connections
Proto Local Address Foreign Address State
TCP **2.*68.*.2:2*45 2*6.*55.***.*67:5050 ESTABLISHED
TCP **2.*68.*.2:2*70 2*6.2**.*7.**:80 ESTABLISHED
TCP **2.*68.*.2:80 *2*.*2*.*2*.*2*:666 ESTABLISHED
translation:
*. me connected to yahoo server (remote port 5050)
2. me connected to google.com (remote port 80) <= browser
*. me receiving a file through yahoo messenger's file transfer protocol from remote ip *2*.**2.*2*.*2*, remote port 666 on (this is the catch!) local port 80.
so, guess the ip i'm looking for :)[/QUOTE]
*2*.*2*.*2*.*2*:666
Stop Asking For The Program/Script ~ Its posted in this THREAD!
Hey, Syntax, they don't realize that its been posted further in the thread, those guys are reading that youll send it throught email than they emediately post without reading all 7 pages... You have an account, if you can edit your posts, make a flashy message saying LOOK ON PAGE blah or something for the code and page whatever for the fix ^_^ Heh, some poeple are too lazy to read entire threads... and like me, have too much time to read them but not care to use any of the info HAHAHAHA lol ya i was ***rd and trying to find out how to list ips in dos as i've seen a friend do through remote assistance a while back.
The post is only **0 Replies long... I'm sure they will be able to find it someday ~ I'm normally @ work when i post stuff on this forum, keeps me busy and makes the days go by faster.
Did you run the .bat? I found some very interesting companies that had NO firewalls and all there business documents wide open. I'm nice enought to give them a call and let them know...
sdsasdsfsd
I would like to try your program too...Syntax
please email me on [email]mdominik@inet.hr[/email]
[QUOTE=Unregistered]how do u open ur MS-DOS window?[/QUOTE]
Click start.
go to "run"
type "cmd"
click enter
you're done.
Hey everybody,
I was just wondering if anyone of you know the REAL way of hacking a hotmail account. I have an enemy that I've had it with and now I want my revenge to hack his hotmail.
So again, if you know the way to do this, or just wanna do it yourself, his email adress is [email]black_sabath8*8*@hotmail.com[/email]
Thanks!!
Jeremie
Can i have the programme plzz???? [email]anooj555@sify.com[/email]
Thanks
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=**">MTV Movie Award Updates</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=*8">The Virgin Mega College Tour</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=*7">Springtime is Airtime</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=*6">Tempe Music Fesitval - Sponsored by Virgin Mobile</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=*5">Trace 2*2 No Plan Movie</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=*4">Paygoism Ad *</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=**">Paygoism Ad 2</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=**">Evanessence Ringtone</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=4">Rescue Rings</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=*">Wake-Up Calls</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=2">Song ID</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=5">Celebrity Voicemail</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=*">Online Text Messaging</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=8">Ringtones in general</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=7">MTV Ringtones</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=6">Comedy Central Content</A>
<!-- end link -->
<!-- begin link -->
<A href="http://www.virginmobileinsiders.com/insiders/index.html?fuseaction=tools.invlink&u=pagal_paki&linkID=*">Virgin Mobile Home Page</A>
<!-- end link -->
[QUOTE=ZEUS][url]www.site.com[/url]
Okay, I normally do not do this, but someone asked how to get a IP from a user in a chatroom, the answers posted are all right, except they are scattered I will hope to simplify.
Using yahoo as an example.
If you are at a yahoo chatroom, and did a netstat -an You will get the IP alright. The IP of the chatroom. The Chatroom will act as a buffer from you to them, and from them to you. So you have your computer> -<********** room>-<users Basically your netstat will show you ********** But you are going to look for the 5XXX ports. Because it is going to be to be something of that nature, like the chatroom is 5050, even if you opened your messenger session with them, you are going to get yahoo's IP. But knowing the port number will be important....Cause the person to open a file connection with you, or if they have a mic, turn it on, that will cause yahoo to open ports from your computer directly connecting you to the other computer, just netstat -an and look for the 5XXX port again, I do not know for sure which it will be, but once you find the one that is not 5050, you have your IP, same goes for any other chatroom, like MSN, or AIM. The port numbers are the clue to finding it in the mess you have, or to make it any simpler, get as many connections off as possible, close your web browsers, your p2p if you have it going, just try to keep the connect straight and simple if possible. Good luck and happy hunting.[/QUOTE]
I have one quesiton -
the scenario :
I am chatting on Yahoo messenger.
I have a voice chat on with a friend.
If my IP address is not a static IP address, but one that come thru' DHCP server.
is it possible for my friend to see the IP address assigned to me ? or does he see the IP address of the ISP only ?
regards.
hi all i wanna learn how to hack into someones computer can anyone tell me. its not for anybad reasons jst so i can delete some stuff on an ex computer.ha.