Thirteen Years of Service
Posts: 65
Threads: 6
Requesting tutorial about phishing. 06-12-2013, 07:00 PM
#1
Hi guys!
I really would like that someone would create a tutorial about how to make a phishing page, but with notepad,webhosting.....
Because i don't really like doing it through programs, cause its like i'm not doing it but the program does.
So if someone is about to do this. I would appreciate this and send me a pm so i knew one will come.
much regards Viewti
•
Thirteen Years of Service
Posts: 65
Threads: 6
RE: Requesting tutorial about phishing. 06-12-2013, 08:26 PM
#3
(06-12-2013, 08:06 PM)mls577 Wrote: Http://www.youtube.com/watch?v=1K4DlVxDs2Q
http://www.youtube.com/watch?v=2c3FSzCSyCE
http://www.youtube.com/watch?v=cDA2AQ-N-ho
Had you taken the time to do a simple search on google or youtube, you could have found everything you need.So I took the time to do that for you, I only took a quick look at these, but they should be enough to help you and remember google is your friend.
i took two days to search and all those attempts didn't worked. I never got the the username and password in the log.txt, but thanks for those links. I'll sure check it out.
Have a problem. Take a point. Make a joint. Smoke it.
•
Thirteen Years of Service
Posts: 65
Threads: 6
RE: Requesting tutorial about phishing. 06-12-2013, 08:57 PM
#5
(06-12-2013, 08:37 PM)mls577 Wrote: (06-12-2013, 08:26 PM)xViewTikalx Wrote: (06-12-2013, 08:06 PM)mls577 Wrote: Http://www.youtube.com/watch?v=1K4DlVxDs2Q
http://www.youtube.com/watch?v=2c3FSzCSyCE
http://www.youtube.com/watch?v=cDA2AQ-N-ho
Had you taken the time to do a simple search on google or youtube, you could have found everything you need.So I took the time to do that for you, I only took a quick look at these, but they should be enough to help you and remember google is your friend.
i took two days to search and all those attempts didn't worked. I never got the the username and password in the log.txt, but thanks for those links. I'll sure check it out.
Do you understand what phishing is, to start? phishing is creating a web page similar to the website you want to appear to be, i.e. except you're hosting your own version of the site that will record the login credentials, when you trick your target into logging into your fake site.
if you understand that concept and your problem is only that you've gotten your target to log in and it didn't record his credentials, then you need to chmod(if you're on a linux/unix host) the log file so it can be written to: http://www.computerhope.com/unix/uchmod.htm
#if it's a windows host, look for a place to change file permissions.
I knew what phishing is, but i never knew about the permissions. I saw them, but didn't knew i needed them. So acually i have a phishing page, but it doesn't give me permission to give me the data's, right?
So i'm using Biz.ly. How can it give me permission?
EDIT: I can't really see that in biz.ly, but i saw it in different webhostes. I'm going to try other web hostes.
Have a problem. Take a point. Make a joint. Smoke it.
•
Thirteen Years of Service
Posts: 65
Threads: 6
RE: Requesting tutorial about phishing. 06-12-2013, 09:20 PM
#7
(06-12-2013, 09:14 PM)mls577 Wrote: (06-12-2013, 08:57 PM)xViewTikalx Wrote: (06-12-2013, 08:37 PM)mls577 Wrote: (06-12-2013, 08:26 PM)xViewTikalx Wrote: (06-12-2013, 08:06 PM)mls577 Wrote: Http://www.youtube.com/watch?v=1K4DlVxDs2Q
http://www.youtube.com/watch?v=2c3FSzCSyCE
http://www.youtube.com/watch?v=cDA2AQ-N-ho
Had you taken the time to do a simple search on google or youtube, you could have found everything you need.So I took the time to do that for you, I only took a quick look at these, but they should be enough to help you and remember google is your friend.
i took two days to search and all those attempts didn't worked. I never got the the username and password in the log.txt, but thanks for those links. I'll sure check it out.
Do you understand what phishing is, to start? phishing is creating a web page similar to the website you want to appear to be, i.e. except you're hosting your own version of the site that will record the login credentials, when you trick your target into logging into your fake site.
if you understand that concept and your problem is only that you've gotten your target to log in and it didn't record his credentials, then you need to chmod(if you're on a linux/unix host) the log file so it can be written to: http://www.computerhope.com/unix/uchmod.htm
#if it's a windows host, look for a place to change file permissions.
So i knew what phishing is, but i never knew about the permissions. I saw them, but didn't knew i needed them. So acually i have a phishing page, but it doesn't give me permission to give me the data's, right?
So i'm using Bit.ly orsomething. How can it give me permission?
Let's get a few thing straight. You will need a web host(not bit.ly). Bitly is a site for hiding links among other things, it's useful for this but it's not your web host. Your web host would be where you uploaded your fake page and log.txt file. On that site, you will log in and change the permissions for the log.txt file, so that it is writable. Your .php file needs the permissions to write to log.txt file. That's what is happening.
I agree with the biz.ly.
Now i can try 000webhost, but they were threatening me from report me and stuff, so i scared out. Is this threatening real or is it just to scare people off?
Have a problem. Take a point. Make a joint. Smoke it.
•
Thirteen Years of Service
Posts: 65
Threads: 6
RE: Requesting tutorial about phishing. 06-12-2013, 09:25 PM
#9
(06-12-2013, 09:23 PM)mls577 Wrote: (06-12-2013, 09:20 PM)xViewTikalx Wrote: (06-12-2013, 09:14 PM)mls577 Wrote: (06-12-2013, 08:57 PM)xViewTikalx Wrote: (06-12-2013, 08:37 PM)mls577 Wrote: Do you understand what phishing is, to start? phishing is creating a web page similar to the website you want to appear to be, i.e. except you're hosting your own version of the site that will record the login credentials, when you trick your target into logging into your fake site.
if you understand that concept and your problem is only that you've gotten your target to log in and it didn't record his credentials, then you need to chmod(if you're on a linux/unix host) the log file so it can be written to: http://www.computerhope.com/unix/uchmod.htm
#if it's a windows host, look for a place to change file permissions.
So i knew what phishing is, but i never knew about the permissions. I saw them, but didn't knew i needed them. So acually i have a phishing page, but it doesn't give me permission to give me the data's, right?
So i'm using Bit.ly orsomething. How can it give me permission?
Let's get a few thing straight. You will need a web host(not bit.ly). Bitly is a site for hiding links among other things, it's useful for this but it's not your web host. Your web host would be where you uploaded your fake page and log.txt file. On that site, you will log in and change the permissions for the log.txt file, so that it is writable. Your .php file needs the permissions to write to log.txt file. That's what is happening.
I agree with the biz.ly.
Now i can try 000webhost, but they were threatening me from report me and stuff, so i scared out. Is this threatening real or is it just to scare people off?
Well phishing isn't exactly legal. so I'd be careful if I was you.
Well thats the reason i took biz.ly, its close to crap. So i don't think they would check every single file and read the html script. Wich one did you used or are using?
Have a problem. Take a point. Make a joint. Smoke it.
•