Jump to content

--nick--

Active Members
  • Posts

    73
  • Joined

  • Last visited

Posts posted by --nick--

  1. Well, sure, I guess you can do that, but if you are going to use several phishingpages this should be consistent. For example if you are going to make twitter page, then you will have to edit that to equal the value you want the script to collect. Bad explanation but I'm hoping you get the point.

    Yes i understand your point. well if i edit the .html to name="name" it doesnt capture logs still but there are many name="email". So i guess i still need to find the right one in the .html file

  2. You might also have to edit the following line in your facebook.htm


    name="email"
    [/CODE]

    Into

    [CODE]
    name="name"
    [/CODE]

    This is because your error.php is looking for 'name'

    [CODE]
    $nam = stripslashes($_POST['name']);
    [/CODE]

    So can i do either/or ? like can i just edit my error.php to say

    $nam = stripslashes($_POST['email']);

    I will play with that then.

    Thanks for the reply btw.

  3. Hello i have been trying to make the dns spoofing and phishnet work on my my pineapple v2 mark3 firmware. The following link helped me the most http://cloud.wifipin...ednsspoofing . I did manage to redirect the traffic and spoof url sucessfull. However, the part i am stuck is that i still cannot manage to see any logs in /www/pineapple/phish.log so the fishnet in the mark 3 (mark iii) is not displaying anything to me.

    here is what i have done with no success in capturing logs in the phishnet:

    http://pastebin.com/bypN7MSh

    like i said i can redirect the dns and spoof the url fine but i just dont see logs in www/pineapple/phish.log. when i type a login and pass on the spoofed url and ip i see the error.php flash on the url bar for a quick second.

    can somebody please shed some light on this one?

  4. Hello i have been trying to make the dns spoofing and phishnet work on my my pineapple v2 mark3 firmware. The following link helped me the most http://cloud.wifipineapple.com/wiki/doku.php?id=guidednsspoofing . However i still cannot manage to see any logs in /www/pineapple/phish.log so the fishnet in the mark 3 (mark iii) is not displaying anything.

    here is what i have done with no success in capturing logs in the phishnet:

    http://pastebin.com/bypN7MSh

    i can redirect the dns and spoof the url just no logs. can somebody please shed some light on this one?

×
×
  • Create New...