Skip to content

Commit e8cc358

Browse files
author
İSMAİL TAŞDELEN
committed
Update ServerIPFinder.py
1 parent 04229aa commit e8cc358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ServerIPFinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
print serveripaddressfinder_ico
2020

2121
def ServerIPScanner():
22-
target = raw_input("WEP SITE ADRESI --> ")
22+
target = raw_input("WEP SITE ADRESI --> ") # www.example.com
2323
targetIP = gethostbyname(target)
2424
print "SERVER IP NUMARASI --> ", targetIP
2525
ServerIPScanner()

0 commit comments

Comments
 (0)