Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 381 Vote(s) - 3.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Site IP Finder

#1
import socket
import os

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

def restart_program():
python = sys.executable
os.execl(python, python, * sys.argv)
curdir = os.getcwd()

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

host = raw_input( "Site you want to find Ip:" )
ip = socket.gethostbyname( host )
print ("The ip is :")
print ("[" + ip + "]")
if __name__ == "__main__":
answer = raw_input("Do you want to search for another site's IP?")
if answer.strip() in "y Y yes Yes YES".split():
restart_program()
else:
os.system(curdir+"\Deq\main.py")
Reply

#2
You know if this is still working? Thanks for the share.
Reply

#3
Quote:(03-04-2018, 12:04 AM)chuj21 Wrote:

[To see links please register here]

You know if this is still working? Thanks for the share.

It works, but if you want to find the IP address of a website:
1) Open up command prompt (assuming you're on windows) --> cmd.exe
2) Type in "ping

[To see links please register here]

" and you'll get the IP address of the website.
--> It is possible that you'll get a cloudflare IP instead of the site IP.
Reply

#4
There are countless tools and online resources to obtain the IP address of a given site.

The easiest Is as per @"Bish0pQ"'s post above.
Reply

#5
Quote:(03-05-2018, 09:41 AM)Bish0pQ Wrote:

[To see links please register here]

--> It is possible that you'll get a cloudflare IP instead of the site IP.

Just keep in mind making sure the obtained IP address isn't a cloudflare one doesn't mean it's the webservers real IP.
There are multiple ways that make it harder to find out a servers real IP but Cloudflare is used quite often so it's probably the most likely method you'll see.
Reply

#6
@"chunky" Of course not. Cloudflare isn't the only one out there, there are more out there and even if they don't use something like that it still doesn't mean it's the real IP.

You can usually request WhoIS data though, that might help in some cases.
Reply

#7
00000000000000000000000000000000=
-
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through