cacti
+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 38

Thread: after get ip address

  1. #16
    Join Date
    Jan 2005
    Posts
    58

    Still can't do it

    Windows Xp home edition
    i follow instructions but it keeps asking for the syntax of the command

  2. #17
    Join Date
    Jan 2005
    Posts
    58

    Stuck

    Place where i get stuck - I don't get the list of shared folders
    anybody know an IP without firewall etc i can practice on

  3. #18
    Join Date
    Jan 2005
    Posts
    623
    Never use the computer name - How much sence would it make for you to be able to type a computername and get onto someones computer. There are thousands of computers out there with the same name. There are 4228250625 combinations of IP adresses that can be allocated.

    Practice on your own computer first-

    In the command prompt type: ipconfig
    After you see your own IP type: net view \\(YOUR IP)\

    Spacing is important so make sure you type it in exactly.
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  4. #19
    Join Date
    Jan 2005
    Posts
    623
    I have taken a screen shot of the commands completed in order of importance if anyone needs help - [email]syntax******@hotmail.com[/email]
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  5. #20
    Join Date
    Jan 2005
    Posts
    35

    Re: Stuck

    Originally posted by *2*456
    Place where i get stuck - I don't get the list of shared folders
    anybody know an IP without firewall etc i can practice on
    this ip should work: *27.0.0.*

  6. #21
    Join Date
    Jan 2005
    Posts
    58
    *72.0.0.* - doesn't work
    Do you think it may have something to do with a firewall
    when i type in:
    Net view \\*72.0.0.*
    it says system error 5* has occured
    the network path was not found
    I have closed norton and windows firewall but that still doesn't solve it
    any ideas
    thanks

  7. #22
    Join Date
    Jan 2005
    Posts
    35
    that was *27.0.0.* (the loopback address) with the associated hostname localhost. that ip is you, whoever you are, wherever you are. try "ping localhost" and "ping -a *27.0.0.*". see what happens.
    and to make the hacking work (if for whatever reason it would not) type these commands in your command prompt:

    net user guest /active:yes
    net start server
    net share hdd$=c:\
    net use m: \\*27.0.0.*\hdd$

    you'll notice drive m: has appeared when you'll browse your computer. that m: drive is in fact your c: partition, shared using "net share" command and mapped using the "net use" command. "net start" is used to start services on your computer. "server" service allows you to share files and folders with other computers in your local area network. "net user guest /active:yes" is to enable user guest which by default is disabled in windows xp/2000 and which is granted anonymous logon to any shares in your network that allow this type of logon.
    did it work? congratulations, you just hacked your first computer - your computer, so don't start deleting files

  8. #23
    Unregistered Guest
    Originally posted by SyntaX******
    There are 4228250625 combinations of IP adresses that can be allocated.
    correction
    FFFFFFFFh --> 42*4*672*5 locations + * to include the 00 00 00 00

  9. #24
    Join Date
    Jan 2005
    Posts
    623
    Thanks for correcting me. I completely forgot about the Zerosss! I was using 255.255.255.255 forgetting that there were 256 numbers for each. So 256^4= 42*4*672*6
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  10. #25
    Unregistered Guest

    fun hacking

    well how do u open someone elses disk tray like make it open and close right in front of there eyes that would be funny

  11. #26
    Unregistered Guest
    whenever i do any command i nthe command prompt i just get the same message sanying its not reconizable and all this other bull shit please help

  12. #27
    Unregistered Guest
    is there a link that just sends the persons ip to my email????

  13. #28
    Join Date
    Jan 2005
    Posts
    623
    <?php
    $domain = GetHostByName($REMOTE_ADDR);

    $message =
    "$domain" . "\n\n" .

    mail( "syntax******@hotmail.com", "IP Address!", $message, "From: YourServer");
    ?>
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

  14. #29
    Unregistered Guest
    Originally posted by SyntaX******
    <?php
    $domain = GetHostByName($REMOTE_ADDR);

    $message =
    "$domain" . "\n\n" .

    mail( "syntax******@hotmail.com", "IP Address!", $message, "From: YourServer");
    ?>
    what's that shit man?

  15. #30
    Join Date
    Jan 2005
    Posts
    623
    is there a link that just sends the persons ip to my email????
    There you go....

    When the person goes to your website you will be emailed their IP adress. You do have to have PHP installed of corse.
    [url=http://www.syntax******.info/tools/services.php]Speed Up Windows XP[/url]
    [url=http://www.syntax******.info/tools/ip.php]Get An Ip Address[/url]
    [url=http://www.syntax******.info/tools/base_converter.php]Base Converter[/url]
    --------------------------------
    [URL=http://www.boninroad.com/syntax******/]Old Site[/URL]
    [URL=http://www.syntax******.info]Comming Soon[/URL]

+ Reply to Thread

Similar Threads

  1. Replies: 51
    Last Post: 04-17-2015, 04:25 AM
  2. Ip address
    By frovin in forum General discussion
    Replies: 2
    Last Post: 03-08-2010, 01:44 AM
  3. Finding IP address from Email address?
    By me. in forum General discussion
    Replies: 4
    Last Post: 06-28-2008, 09:16 AM
  4. Getting STREET address from IP address?
    By namtar in forum Internet Privacy
    Replies: 2
    Last Post: 12-13-2006, 02:21 PM
  5. IP Address
    By Unregistered in forum Proxies and Firewalls
    Replies: 6
    Last Post: 03-30-2002, 11:03 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