dns injection berfungsi dengan menghantar satu code untuk menukar ip address ataupun redirect ke website lain .. contoh
function callback (source, dest, address)
if address == "facebook.com" then
return "192.168.2.1"
end
if address == "www.facebook.com" then
return "192.168.2.1"
end
return "NULL"
end
No comments:
Post a Comment