Login Register


Leak Phisher Example filter_list
Author
Message
Phisher Example #1
One of my good friends grabbed this from another forum but the thread wasn't up for 20 seconds he said. Simple phisher coded vb.net backend with php very lightweight, great example.

Screenshot
Spoiler:
[Image: 16d4d9588bdeb69fab746788a2350d83.png]

[Image: 1f0a34e4e8390709eb60ae342e04998f.png]

[Image: 8c80d77a0c22b08b9e804101d120bd88.png]


This was not by me and I will not be providing support on this but here is a tip. As if the php you see it logs it as plain text, md5, and sha1. Make your own personal md5 database to compare md5's Wink

Download
Mediafire

Virus Scan
Virus Total

Reply

RE: Phisher Example | HF #2
Seems decent, got allot of places to improve. And yeah phishers aren't allowed on HF. However I would recommend a few things. First off is using GitHub not mediafire, this would be much better suited for it. Next is a few tips for fixing some bad coding practices:
-Stay away from Me.Dispose, use Environment.Exit in place of it.
-Multi-thread or you will form lock
-instead of using two If statements to check for a valid email address, just use the operator AND ex.(if i = 1 AND g = 3 then)
-use If Not instead of just checking if, then including an empty block with Else.
-Why use httpwebrequests when you could complete this in one line with New Webclient().DownloadString()?
-For the love of god stay away from spamming &&&&&&& every time you're building a big string, use String.Format()
-You have allot of empty Else blocks, they don't sure a purpose.

Reply

RE: Phisher Example | HF #3
Cleared a few posts. Let's remain friendly, please. If you have something negative to say, state it respectfully. Childishness (like name-calling) isn't welcome.
[Image: 7ajmN5P.jpg]

Telegram: Oni_SL (Link)

Reply

RE: Phisher Example | HF #4
Let's all not bash him :/

Let's be friendly Biggrin
Because atleast he is sharing something.
[Image: oAqtc2l.png]

Reply

RE: Phisher Example #5
Can we clearly highlight the fact that the PHP script has no rate limiting or length protections, at least? Can easily crash the server by spamming it with extremely long strings and filling up the disk. Only limit is the web server's maximum post length, but there's nothing exactly stopping it from repeating that request a few million times.

Reply

RE: Phisher Example #6
(05-07-2016, 09:52 PM)Skryptec Wrote: Let's all not bash him :/

Is that a pun, m8?




It's okay, especially considering it's just an example. But realistically, this isn't something that should be used. Also not op is a thing. Also (x2) this is pretty loud. Shame on whomever wrote this.
[Image: BXqGARG.png]

Reply







Users browsing this thread: 1 Guest(s)