PDA

Tam Sürüm Bilgini Göster : !DNS ( ülke arama) Botu


netkolik
28-11-2006, 02:16
#
# Public DNS Lookup 2.1
# By Andy Costain (Stimps@IRC) - Email: stimps@dial.pipex.com
#
# Usage: !nsl <name/ip>
# !dns <name/ip>
# !nslookup <name/ip>
#
# The command can be issued via msg or in public.
#


# Set the path to "nslookup" on the bots host.
set nsl_path "/usr/bin/nslookup"


################################################## #######################
# You should not have to edit anything below this line! #
################################################## #######################


bind pub - !nsl pub_nslookup
bind msg - !nsl msg_nslookup
bind pub - !dns pub_nslookup
bind msg - !dns msg_nslookup
bind pub - !nslookup pub_nslookup
bind msg - !nslookup msg_nslookup

proc pub_nslookup {nick uhost hand chan arg} {
global nsl_path
set input [open "|$nsl_path $arg" r]
while {![eof $input]} {
catch {set contents [gets $input]}
if {[string first "Name:" $contents] >= 0} {
set name [string range $contents 9 end]
}
if {[string first "Address:" $contents] >= 0} {
set address [string range $contents 10 end]
}
}
catch {close $input}
if {$name != ""} {
putserv "PRIVMSG $chan :DNS Lookup: $name <-> $address"
return 0
} else {
putserv "PRIVMSG $chan :DNS Lookup: Unable to resolve address."
return 0
}
}

proc msg_nslookup {nick uhost hand arg} {
global nsl_path
set input [open "|$nsl_path $arg" r]
while {![eof $input]} {
catch {set contents [gets $input]}
if {[string first "Name:" $contents] >= 0} {
set name [string range $contents 9 end]
}
if {[string first "Address:" $contents] >= 0} {
set address [string range $contents 10 end]
}
}
catch {close $input}
if {$name != ""} {
putserv "PRIVMSG $nick :DNS Lookup: $name <-> $address"
return 0
} else {
putserv "PRIVMSG $nick :DNS Lookup: Unable to resolve address."
return 0
}
}

putlog " - Stimps Little DNS Lookup Script v2.1 has Loaded!"

ERaserPRG
28-11-2006, 03:02
bilgilendirme amaclı bir bot

!dns sunucu adı ya da ip yazınca

calıstıgını ögrenebilirsiniz bir nevi test etme

Ufuk
30-11-2006, 08:27
çalışmıyor

ERaserPRG
30-11-2006, 15:43
nasıl calısmıyor yaa :D sorun nedir peki ?

Ufuk
08-12-2006, 06:27
ne ülke gösteriyor nede ipe whois çekiyor :) Kur dene ipi yazıyorum
ipi geri yazıyor domain yazıyorum domaini geri yazıyor :d bence kapayın bu başlığı

UnCOnfOrTabLe
30-03-2008, 17:03
payLaSım için tSk.

|dEpRoteCt|
20-05-2008, 17:58
paylaşım için teşekkürler

EFEEE
25-05-2008, 14:47
GüzeL Bişi...

lovebeijgo
25-05-2008, 21:25
The world is a ladder for some to go up and others to go down.-------------------------Our wow power leveling (http://www.wow-powerleveling.org) website offer Fast and Secure wow powerleveling service. WoW Power Leveling (http://www.xowow.com) 60-70, Cheap wow power leveling (http://www.powerlevelingweb.com) 1-70. The Professional WoW Power Leveling (http://www.wowgoldweb.com)! Powerlevel WoW Power Leveling (http://www.igsstar.com) now. WOrld of warcraft Power Leveling bloom of true love associated with this time of year!

BLaCK_and_WHiTe
09-06-2008, 16:05
aynen kopyala yapıştır yapmış arkadaş çalışmaması doğaldır. aklın sıra reklamları kaldırmak için site adlarını silmişte bu bot bilgileri nerede alacak :)