Power Admin
Closed Thread
Page 3 of 25 FirstFirst 1234513 ... LastLast
Results 31 to 45 of 427

Thread: getting someones IP address

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Posts
    122

    DOS commands (XP)

    Quote Originally Posted by steve0 View Post
    hey,

    thats a really helpful command r there n e other commands that r useful to use in prompt?

    thanx

    From the command prompt, there are numerous useful commands:

    Once you have an IP number, such as *2*.*2*.*2*.*2*, to trace it, use the tracert (Trace Route) command:

    It will produce a listing similar to the following:

    Code:
    tracert *2*.*2*.*2*.*2*
    
    Tracing route to *2*.*2*.*2*.*2* over a maximum of *0 hops
    
      *    <* ms    <* ms    <* ms  **2.*68.*.*
      2     * ms     7 ms     7 ms  *0.***.240.*
      *     * ms     * ms    *0 ms  fas*-0-0.rochnygnv-rtr0*.nyroc.rr.com [24.**.*.22*]
      4    ** ms     7 ms    *0 ms  srp4-0.rochnynwk-rtr0*.nyroc.rr.com [24.**.*.2*2]
      5     * ms     7 ms    ** ms  srp7-0.rochnymth-rtr04.nyroc.rr.com [24.**.*.**8]
      6    24 ms     * ms    *2 ms  srp*-0.rochnymth-rtr02.nyroc.rr.com [24.**.*.*78]
      7    *4 ms    ** ms    ** ms  so-*-2-2.syrcnycsr-rtr0*.nyroc.rr.com [24.24.7.62]
      8    20 ms    2* ms    ** ms  te-*-*.car2.Cleveland*.Level*.net [4.78.5*.45]
      *    26 ms    20 ms    ** ms  ae-**-**.car*.Cleveland*.Level*.net [4.6*.**2.**7]
     *0    28 ms    *5 ms    *2 ms  ae-4-4.ebr*.Washington*.Level*.net [4.6*.**2.**4]
     **    28 ms    *2 ms    *5 ms  ae-8*-8*.csw*.Washington*.Level*.net [4.6*.**4.**8]
     *2    27 ms    2* ms    2* ms  ae-*4-8*.car4.Washington*.Level*.net [4.68.*7.**4]
     **    2* ms    *4 ms    27 ms  sprint-level*-te.Washington*.Level*.net [4.68.***.*70]
     *4    ** ms    2* ms    2* ms  sl-bb2*-dc-8-0-0.sprintlink.net [*44.2*2.*.*22]
     *5    ** ms    *0 ms    ** ms  sl-crs2-dc-0-4-0-0.sprintlink.net [*44.2*2.*5.**]
     *6    52 ms    58 ms    47 ms  sl-bb2*-nsh-*-0-0.sprintlink.net [*44.2*2.*8.*84]
     *7    66 ms    64 ms    64 ms  sl-bb27-fw-**-0.sprintlink.net [*44.2*2.8.64]
     *8    66 ms    65 ms    65 ms  sl-bb24-fw-*4-0.sprintlink.net [*44.2*2.**.7*]
     **    *4 ms    ** ms    ** ms  sl-bb25-ana-8-0.sprintlink.net [*44.2*2.*.64]
     20    *4 ms   *06 ms    *5 ms  sl-gw2*-ana-*-0.sprintlink.net [*44.2*2.*.82]
     2*   *0* ms   *** ms   *05 ms  sl-china6-*-0.sprintlink.net [*60.8*.*47.*66]
     22   **5 ms   *08 ms   *0* ms  2**.*58.*.***
     2*   *40 ms   *** ms   *4* ms  2**.*58.4.*7
    ...



    LIST OF DOS COMMANDS

    Code:
    ASSOC    Displays or modifies file extension associations.
    AT       Schedules commands and programs to run on a computer.
    ATTRIB   Displays or changes file attributes.
    BREAK    Sets or clears extended CTRL+C checking.
    CACLS    Displays or modifies access control lists (ACLs) of files.
    CALL     Calls one batch program from another.
    CD       Displays the name of or changes the current directory.
    CHCP     Displays or sets the active code page number.
    CHDIR    Displays the name of or changes the current directory.
    CHKDSK   Checks a disk and displays a status report.
    CHKNTFS  Displays or modifies the checking of disk at boot time.
    CLS      Clears the screen.
    CMD      Starts a new instance of the Windows command interpreter.
    COLOR    Sets the default console foreground and background colors.
    COMP     Compares the contents of two files or sets of files.
    COMPACT  Displays or alters the compression of files on NTFS partitions.
    CONVERT  Converts FAT volumes to NTFS.  You cannot convert the
             current drive.
    COPY     Copies one or more files to another location.
    DATE     Displays or sets the date.
    DEL      Deletes one or more files.
    DIR      Displays a list of files and subdirectories in a directory.
    DISKCOMP Compares the contents of two floppy disks.
    DISKCOPY Copies the contents of one floppy disk to another.
    DOSKEY   Edits command lines, recalls Windows commands, and creates macros.
    ECHO     Displays messages, or turns command echoing on or off.
    ENDLOCAL Ends localization of environment changes in a batch file.
    ERASE    Deletes one or more files.
    EXIT     Quits the CMD.EXE program (command interpreter).
    FC       Compares two files or sets of files, and displays the differences
             between them.
    FIND     Searches for a text string in a file or files.
    FINDSTR  Searches for strings in files.
    FOR      Runs a specified command for each file in a set of files.
    FORMAT   Formats a disk for use with Windows.
    FTYPE    Displays or modifies file types used in file extension associations.
    GOTO     Directs the Windows command interpreter to a labeled line in a
             batch program.
    GRAFTABL Enables Windows to display an extended character set in graphics
             mode.
    HELP     Provides Help information for Windows commands.
    IF       Performs conditional processing in batch programs.
    LABEL    Creates, changes, or deletes the volume label of a disk.
    MD       Creates a directory.
    MKDIR    Creates a directory.
    MODE     Configures a system device.
    MORE     Displays output one screen at a time.
    MOVE     Moves one or more files from one directory to another directory.
    PATH     Displays or sets a search path for executable files.
    PAUSE    Suspends processing of a batch file and displays a message.
    POPD     Restores the previous value of the current directory saved by PUSHD.
    PRINT    Prints a text file.
    PROMPT   Changes the Windows command prompt.
    PUSHD    Saves the current directory then changes it.
    RD       Removes a directory.
    RECOVER  Recovers readable information from a bad or defective disk.
    REM      Records comments (remarks) in batch files or CONFIG.SYS.
    REN      Renames a file or files.
    RENAME   Renames a file or files.
    REPLACE  Replaces files.
    RMDIR    Removes a directory.
    SET      Displays, sets, or removes Windows environment variables.
    SETLOCAL Begins localization of environment changes in a batch file.
    SHIFT    Shifts the position of replaceable parameters in batch files.
    SORT     Sorts input.
    START    Starts a separate window to run a specified program or command.
    SUBST    Associates a path with a drive letter.
    TIME     Displays or sets the system time.
    TITLE    Sets the window title for a CMD.EXE session.
    TREE     Graphically displays the directory structure of a drive or path.
    TYPE     Displays the contents of a text file.
    VER      Displays the Windows version.
    VERIFY   Tells Windows whether to verify that your files are written
             correctly to a disk.
    VOL      Displays a disk volume label and serial number.
    XCOPY    Copies files and directory trees.
    These DOS commands are left over from the good old days, when real men used DOS. Few people use them anymore since Bill (Gates of Hell) Gates Officially announced the death of DOS years ago.

    This is the same Bill Gates who said back in those days that 640K RAM was all anyone would ever need.

    LOL
    Last edited by JayT; 09-12-2007 at 11:19 AM.
    Oh to be free, so blissfully free, of the ravages of intelligence, there is no greater joy! - The Cweationist's Cweed

    All that is necessary for evil to triumph is a good PR firm.
    Very funny, Scotty. Now beam down my clothes!

  2. #2
    Rhi Guest
    Just wondering if this would be possible in a forum discussion? We have one for our university and I am getting some abuse - most of which the Moderators are taking off, I just wanted to know if it was who I think it is.

    Thanks

  3. #3
    Unregistered Guest
    Quote Originally Posted by Rhi
    Just wondering if this would be possible in a forum discussion? We have one for our university and I am getting some abuse - most of which the Moderators are taking off, I just wanted to know if it was who I think it is.

    Thanks
    [email]april.may.now@**********[/email]

  4. #4
    Join Date
    Jun 2001
    Posts
    398

    Re: getting someones IP address

    Originally posted by Unregistered
    how people manage to get your IP address while in a chat room
    If the
    /whois nick_name

    command is supported,it will reveal your ip address on a chat room.

    Data.

  5. #5
    Unregistered Guest
    WEll There Are many Ways.
    *.Using DOs: Type Netstat -n or netstat -an
    You Wil Get All Foriegn IP Which
    connecting to ur Pc (Note: If You Want Sm's Ip From msn You have to send him File or Open Cam With Him To Be Cleared IT's will Be Close _Time) Enjoy..!
    2.Using Scanners : You Can Use Too Many Scanners To Ping on Foriegn IP You Can Search in Google For It
    ..There is too many but That's Enough
    Posted By :AhmedLeopard::.HackerZ KillerZ Team::.

  6. #6
    Join Date
    Jan 2005
    Posts
    5
    OKay then hOw can i get an IP ADDRESS of a PErsOn
    THrO MSN or HOTMAIL ID ?
    IS there anyway to get the IP ????



    im facin' some problems with some " SICK" PEOPLE


    like now for example if u wanna find the ip address of this
    email id : [email]bint_al*in*8@hotmail.com[/email]


    what can be done to get the ip add ????


    PLZ HELP ME
    Mitchwillz

  7. #7
    Unregistered Guest

    Lightbulb Helpful Website

    Quote Originally Posted by Mitchelle
    OKay then hOw can i get an IP ADDRESS of a PErsOn
    THrO MSN or HOTMAIL ID ?
    IS there anyway to get the IP ????



    im facin' some problems with some " SICK" PEOPLE


    like now for example if u wanna find the ip address of this
    email id : [email]bint_al*in*8@hotmail.com[/email]


    what can be done to get the ip add ????


    PLZ HELP ME
    Hey, i found this ok site which can give you the co-ordinates of someones ip adress!!!! here is the site tho sometime it will say unable to locate the certain ip adress:[url]http://www.geobytes.com/IpLocator.htm[/url] ok once (IF) it found it, write down or wateva the latitude and longitude co-ordinates then go to this page and type it in the decimal place ( you will see it ) it will then give u a map showing the location of that ip adress.


    P.S those two sites have ecome very useful for me

  8. #8
    Unregistered Guest

    helpful thing

    Quote Originally Posted by Unregistered
    Hey, i found this ok site which can give you the co-ordinates of someones ip adress!!!! here is the site tho sometime it will say unable to locate the certain ip adress:[url]http://www.geobytes.com/IpLocator.htm[/url] ok once (IF) it found it, write down or wateva the latitude and longitude co-ordinates then go to this page and type it in the decimal place ( you will see it ) it will then give u a map showing the location of that ip adress.
    [url]http://www.mapquest.com/maps/main.adp?formtype=latlong&address=&city=&state=&zipcode=[/url]

    P.S those two sites have ecome very useful for me
    and there ya go...

  9. #9
    Join Date
    Apr 2005
    Posts
    1
    Can i have the programme plzz???? [email]anooj555@sify.com[/email]
    Thanks

  10. #10
    Unregistered Guest

    Wink

    Quote Originally Posted by Mitchelle
    OKay then hOw can i get an IP ADDRESS of a PErsOn
    THrO MSN or HOTMAIL ID ?
    IS there anyway to get the IP ????



    im facin' some problems with some " SICK" PEOPLE


    like now for example if u wanna find the ip address of this
    email id : [email]bint_al*in*8@hotmail.com[/email]


    what can be done to get the ip add ????


    PLZ HELP ME
    #


    As per ur problem described in this forum .plz download [url]http://www.visualroute.com[/url]
    and download email *****er and find out the address of this mail id.but these mails dont have the rgt ip these are fake ones.

  11. #11
    mod Guest

    Exclamation Whatthe fuck!!!!

    No one knows how to access someone's computer using their IP?????????

  12. #12
    root Guest

    Get a clue!

    Quote Originally Posted by mod
    No one knows how to access someone's computer using their IP?????????
    An IP number is the address of a computer on the net, like the street address of their house in the real world. Ports are virtual openings on a computer like the windows on the persons house. Are the ports listening, the windows on the house open, or are they closed?

    Get the picture? It's not enough to know the IP of the persons machine. They're going to have to have a port in a state that will permit an incoming connection to be made by something like telnet or an FTP client. If the person has a decent firewall, one that performs Stateful Packet Inspection, it won't accept incoming packets unless the flags indicate it's in respose to an outgoing packet anyway.

    Quit hanging out on lame ***rds filled with lusers asking for your password and spend some time reading up on TCP/IP or learning to use Linux.

  13. #13
    mod Guest
    Quote Originally Posted by root
    An IP number is the address of a computer on the net, like the street address of their house in the real world. Ports are virtual openings on a computer like the windows on the persons house. Are the ports listening, the windows on the house open, or are they closed?

    Get the picture? It's not enough to know the IP of the persons machine. They're going to have to have a port in a state that will permit an incoming connection to be made by something like telnet or an FTP client. If the person has a decent firewall, one that performs Stateful Packet Inspection, it won't accept incoming packets unless the flags indicate it's in respose to an outgoing packet anyway.

    Quit hanging out on lame ***rds filled with lusers asking for your password and spend some time reading up on TCP/IP or learning to use Linux.

    Hey root!!!!! do you have that program root..... (something) i don't know exactly how it's called but i know it's a verry good prog for hacking and floding

  14. #14
    wanawana Guest

    simple:+-+_) 8ut

    Quote Originally Posted by Mitchelle
    OKay then hOw can i get an IP ADDRESS of a PErsOn
    THrO MSN or HOTMAIL ID ?
    IS there anyway to get the IP ????



    im facin' some problems with some " SICK" PEOPLE


    like now for example if u wanna find the ip address of this
    email id : [email]bint_al*in*8@hotmail.com[/email]


    what can be done to get the ip add ????


    PLZ HELP ME

    send them a message with a url on a server you can check it's log file...

    check the log file for that url

    you've got the IP.

  15. #15
    Unregistered Guest
    Originally posted by Unregistered
    Generally speaking, its hard to get someones IP address from a chatroom. You can 'whois' a user in IRC chat but the host name or IP address you will get is that of their ISP.

    To get someones IP you need to have a direct connection from your computer to theirs. When you have a connection established (example: sending a song or image file to someone else) open your MS-DOS window and type netstat -a or netstat -n
    This will list all current connections, their host names and IP addresses. Happy hunting.

    ok you said that by doin so you will get there IP address i did it and got the address but how do you know witch one it is and were is the host name and what it it plz and thx for your help

Closed Thread

Similar Threads

  1. Replies: 51
    Last Post: 04-17-2015, 04:25 AM
  2. how do i find someones ip address on a web text game
    By krik111 in forum General discussion
    Replies: 0
    Last Post: 11-08-2009, 06:03 PM
  3. Getting someones email address
    By unknown99 in forum Internet Privacy
    Replies: 1
    Last Post: 12-09-2007, 08:01 AM
  4. How to get someones name by ip address
    By Unregistered in forum Internet Privacy
    Replies: 0
    Last Post: 03-07-2005, 07:58 PM
  5. Finding Someones E-mail Address
    By Unregistered in forum Internet Privacy
    Replies: 3
    Last Post: 01-26-2005, 09:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts