File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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 ()
You can’t perform that action at this time.
0 commit comments