file auditing
Closed Thread
Page 5 of 29 FirstFirst ... 3456715 ... LastLast
Results 61 to 75 of 427

Thread: getting someones IP address

  1. #61
    Koliolf Guest

    Cool Find IP using IRC

    You can find someone's IP using IRC if you write: "/dns nickname". It's not that hard,is it?

  2. #62
    Unregistered Guest

    Smile

    Quote Originally Posted by Unregistered
    can you email that to me pls? [email]thosefour@hotmail.com[/email] thanks
    yea can u mail it to me to plzz [email]nismo_gt*000@hotmail.com[/email]

  3. #63
    Unregistered Guest

    Smile

    Quote Originally Posted by SyntaX******
    I will send out the program after i write some instructions. I will keep them as simple as possible and in as few steps as possible. Give me until this weekend and i will have it ready to email. I have been trying new things with the program to speed up its scanning times but it seems tweaked to the max.

    NOTE* Do not think you can use this to crack servers or just any systems. It is nothing more than a basic script that takes advatage of open ports and shares...
    hey can u send me the program to plzz thx
    P.S ur alot of help man thx

  4. #64
    Unregistered Guest
    Quote Originally Posted by SyntaX******
    I will send out the program after i write some instructions. I will keep them as simple as possible and in as few steps as possible. Give me until this weekend and i will have it ready to email. I have been trying new things with the program to speed up its scanning times but it seems tweaked to the max.

    NOTE* Do not think you can use this to crack servers or just any systems. It is nothing more than a basic script that takes advatage of open ports and shares...
    can u send me the program plz [email]Nismo_gt*000@hotmail.com[/email]

  5. #65
    Join Date
    Jan 2005
    Posts
    623

    Lightbulb

    I will post the scripts here when i get home tonight. It is a very simple script but it can be fun to use.
    [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]

  6. #66
    Unregistered Guest

    Smile question

    i've read through this entire thread, and i have 2 questions.

    *. where do you put "/dns nickname"?

    2. maybe you can help me - i'm having problems making AIM direct connect. It doesnt connect, and i think this is a problem with a port not being opened up. I'm using XP SP2.

    if you have any answers/s***estions, PLEEEASE email me at [email]Pilotwings***@cs.com[/email] . THANK YOU!

  7. #67
    Unregistered Guest

    try this!

    [url]www.bikersweb.com/chatroom[/url]

    These guys get your IP soon as you log in.

    If you go in and find it's got some people in one night, you'll find some dickhead very soon starts saying things about you that they couldn't know except by knowing your IP address and also knowing the surfing history on your PC by the script they run.

    Dunno if what they do there is illegal, but it damn well should be.

  8. #68
    Unregistered Guest
    Why Yes Im Sexy Do Me Dom Me

  9. #69
    Join Date
    Jan 2005
    Posts
    623

    Post

    I'm posting the scripts here because of the large number of emails ive been recieving asking for them. If you would like me to write something for you guys just name the prog language you need it in and ill throw something together. Can i ask you guys a favor also. I would like you to comment on my two websites that i have out there on the www~ [url]www.google.com[/url] and [url]www.google.com[/url] ~ Enjoy

    First Save This As Netview.bat

    Code:
    echo off
    prompt ~
    IF NOT EXIST mkdir c:\a\
    IF EXIST c:\a\ del /q c:\a\*
    cls
    echo.
    echo.
    echo.
    echo     TYPE THE IP ADRESS IN THE FORM (w.x.y.z)
    echo.
    echo.
    echo w=
    set /p w=
    echo x=
    set /p x=
    echo y=
    set /p y=
    echo z=
    set /p z=
    set count=0
    
    :*0
    
    set ipadd=%w%.%x%.%y%.%z%
    cls
    echo %ipadd%
    
    REM --------- CHECKING IP TO SEE IF ONLINE
    
    ping -n * -l *0 -f -w * %w%.%x%.%y%.%z% >> c:\ping5.txt
    findstr "Reply" c:\ping5.txt
    If %errorlevel% EQU 0 GOTO :NETVIEW
    del c:\ping5.txt
    
    
    :IPCOUNTER
    set /a count=%count%+*
    
    If %w% EQU 255 If %x% EQU 255 If %y% EQU 255 If %z% EQU 255 (cls && echo The number of combinations is %count%)
    
    If %x% EQU 255 If %y% EQU 255 If %z% EQU 255 (Set /a w=%w%+* && Set x=0 && Set y=0 && Set z=0 && goto :*0)
    If %y% EQU 255 If %z% EQU 255 (Set /a x=%x%+* && Set y=0 && Set z=0 && goto :*0)
    If %z% EQU 255 (Set /a y=%y%+* && Set z=0 && goto :*0)
    set /a z=%z%+*
    
    GOTO :*0
    
    :NETVIEW
    del c:\ping5.txt
    echo ^e^cho off >> c:\a\view%w%.%x%.%y%.%z%.bat
    echo net view \\%w%.%x%.%y%.%z% ^>^> c:\a\view%w%.%x%.%y%.%z%.txt >> c:\a\view%w%.%x%.%y%.%z%.bat
    echo exit >> c:\a\view%w%.%x%.%y%.%z%.bat
    start c:\a\view%w%.%x%.%y%.%z%.bat
    
    GOTO :IPCOUNTER
    Next Save This as Search.bat
    Code:
    echo off
    prompt ~
    cls
    echo.
    echo.
    echo.
    echo     TYPE THE STARTING IP ADRESS IN THE FORM (w.x.y.z)
    echo.
    echo.
    echo w=
    set /p w=
    echo x=
    set /p x=
    echo y=
    set /p y=
    echo z=
    set /p z=
    set count=0
    
    :*0
    echo c:\a\view%w%.%x%.%y%.%z%.txt 
    IF EXIST c:\a\view%w%.%x%.%y%.%z%.txt GOTO :FIND
    
    :BACK
    
    del c:\a\view%w%.%x%.%y%.%z%.txt
    del c:\a\view%w%.%x%.%y%.%z%.bat
    
    set /a count=%count%+*
    
    If %w% EQU 255 If %x% EQU 255 If %y% EQU 255 If %z% EQU 255 (cls && echo The number of combinations is %count%)
    
    If %x% EQU 255 If %y% EQU 255 If %z% EQU 255 (Set /a w=%w%+* && Set x=0 && Set y=0 && Set z=0 && goto :*0)
    If %y% EQU 255 If %z% EQU 255 (Set /a x=%x%+* && Set y=0 && Set z=0 && goto :*0)
    If %z% EQU 255 (Set /a y=%y%+* && Set z=0 && goto :*0)
    set /a z=%z%+*
    cls
    GOTO :*0
    
    :FIND
    FINDSTR Share c:\a\view%w%.%x%.%y%.%z%.txt
    If %errorlevel% EQU 0 echo %w%.%x%.%y%.%z% >> c:\SHAREIP.txt
    IF %ERRORLEVEL% EQU 0 type c:\a\view%w%.%x%.%y%.%z%.txt >> c:\hackme.txt
    GOTO :BACK
    To Use The Windows Batch Scripts:
    *. Run Netview.bat
    2. Run Search.bat (Will give you results in the ip's you scanned w/ netview.bat)
    *. Open c:\hackme.txt and c:\shareip.txt to view your results
    4. Delete hackme.txt and shareip.txt before you run the scripts again unless you want to add to your results instead of start *****

    -Enjoy
    Last edited by SyntaXmasteR; 10-31-2005 at 01:23 PM.
    [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. #70
    Unregistered Guest
    my windows will not run it. it says that (although i saves it as .bat) it is not an operational .bat file. im stumped

  11. #71
    Unregistered Guest

    program

    i got both programs running, but i get an error message after i put the IP into netview. "Windows cannot find 'c:\a\view\xxx.xxx.xxx.xxx.bat', Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search."

    oh- and please remind me- what does this program do?

    thnx- stevo

  12. #72
    Unregistered Guest
    Quote Originally Posted by SyntaX******
    If you would like me to write something for you guys just name the prog language you need it in and ill throw something together.
    ~SyntaX******, what the hell are you pretending?
    everytime you come up with a shit pretending miracles .. and everytime it turns into a fiasco.
    Your script (that you copied from another site) is a piece of crap, for the simple reason that you were not able to put the copied parts correctly together. You need to stop pretending man.
    For once (at least) post a shit script that works.

  13. #73
    Join Date
    Jan 2005
    Posts
    623
    ~SyntaX******, what the hell are you pretending? Your script (that you copied from another site) is a piece of crap
    You make me laugh~ Please post the site that i "got the script from" since i wrote it myself lol - The script works perfectly~ You might have to tweak it a little depending on your settings, but i've run it on win2k and xp and it works just fine. I appologize for Mr.Unregistereds ignorance

    what does this program do?
    Its a very basic script that scans IPs for shared folders on the computer and then it posts the results to hackme.txt and shareip.txt Hackme will contain the shared folders and shareip will just list the IPs that it found w/ shared folders.

    Again i appologize for the last Unregistered users ignorance.

    my windows will not run it. it says that (although i saves it as .bat) it is not an operational .bat file. im stumped
    I really have no idea man. I've never seen this error before.
    [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. #74
    Unregistered Guest
    Ok Syntax******... question.

    So you have these cool programs to find peoples IP's right? cool
    Lets say i wanna find my friends IP im talking to on AIM.. how do I use your programs to find his IP? will the program just auto detect it and tell me? Do i need to make a direct connection?

    Im confused

  15. #75
    Unregistered Guest

    To the "guest" who done post 68.

    You're a fucking knobhead, lad.
    And if you want a fight about it, and your post refers to me, then you'll know how to email me.
    I mean, fuckinell, you're a shite anyway, but if you have an idea who I am and that post is a shitty little wind-up, let me know, and I'll blow you out of the water.
    If you don't know who I am, you're still a knobhead. Get a life, shitface, or I''ll get one for you, pencil-dick.

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