Kod:
import os
print ("""
Turkhacks.com
Nmap -1 (nmap)
Nmap -2 (nmap -sV)
Nmap -3 (nmap -sV -sV)
""")
numara = raw_input ("Numara gir :")
if(numara=="1"):
hedef = raw_input ("hedef adres(hedef.com 127.0.0.1) : ")
os.system("nmap "+hedef)
elif(numara=="2"):
hedef = raw_input ("hedef adres(hedef.com 127.0.0.1) : ")
os.system("nmap -sV "+hedef)
elif(numara=="3"):
hedef = raw_input ("hedef adres(hedef.com 127.0.0.1) : ")
os.system("nmap -sV -sV "+hedef)
else:
print("what the fuck")
Şimdi Arkadaşlar yukarıdaki bir tool ama toolcuk bu bizim işimize yarayan bir Tool
Mesala terminale python project.py yazdık.
Bizden Numara İstiyecek: 1 girdik diyelim
Sonra sıra hedef sitede
nmapteki gibi port tarayacağız.
Diyelim 2 Girdik 2de versiyon taramamız var nmap -sV -sV "+hedef :yani nmap -sV 127.0.0.1
Bu Toolcuğa istediğiniz parametreleri girin ama hangi program olursa
diyelim 3 üstü bir sayıya bastık uyarı vericek ("what the fuck")
Bazen Ascıı aşımı olabilir olursa düzeltin İyi Forumlar
