Skip to content

Commit 4444344

Browse files
author
İSMAİL TAŞDELEN
committed
Added files via upload
1 parent 842ac8a commit 4444344

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

ServerIPFinder.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
4+
from socket import*
5+
6+
serveripaddressfinder_ico = """
7+
#########################################################
8+
# SERVER IP ADDRES FINDER - GH0ST S0FTWARE #
9+
#########################################################
10+
# CONTACT #
11+
#########################################################
12+
# DEVELOPER : İSMAİL TAŞDELEN #
13+
# Mail Address : pentestdatabase@gmail.com #
14+
# LINKEDIN : https://www.linkedin.com/in/ismailtasdelen #
15+
# Whatsapp : + 90 534 295 94 31 #
16+
#########################################################
17+
"""
18+
print serveripaddressfinder_ic
19+
def ServerIPScanner():
20+
target = raw_input("WEP SITE ADRESI --> ")
21+
targetIP = gethostbyname(target)
22+
print "SERVER IP NUMARASI --> ", targetIP
23+
ServerIPScanner()

0 commit comments

Comments
 (0)