Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to redirect the user to my landing page and not able to see the mail status #1996

Closed
NavinGovind opened this issue Oct 5, 2020 · 8 comments
Labels

Comments

@NavinGovind
Copy link

NavinGovind commented Oct 5, 2020

Thanks for reaching out! We're happy to help resolve issues as quickly as possible.

Please use this template when creating a new issue. If you do not follow this template format, your issue may be closed without comment.

Before filing a new issue, please use the search bar at the top of the browser to search for similar issues. Also, please make sure you have read our documentation, which covers how to use Gophish.

What version of Gophish are you using?:

0.11.0

Brief description of the issue:

Not able to redirect the user to my landing page even though I have imported the landing page sucessfully and I'm not able to see the status on the dashboard only mail sent is shown to me

What are you expecting to see happen? :

The user should be directed to proper landing page , I should be able to see the status in dashboard and should be able to capture the password

What are you seeing happen?

If this question is related to email templates or landing pages not working as expected, please provide your template or landing page below:

Code of my landing page:

  | <!DOCTYPE html>
-- | --
  | <html>
  | <head>
  | <title> nexuba </title>
  | <link rel='shortcut icon' type='image/x-icon' href='I/favicon.ico?v=1.01'>
  | <meta name="viewport" content="width=device-width">
  | </head>
  |  
  | <FRAMESET rows="100%">
  | <FRAMESET cols="100%">
  | <FRAME src="EmployeeExperts.php">
  | </FRAMESET>
  | </FRAMESET>
  |  
  | </html>

Please provide any terminal output that may be relevant below:

Insert output here

Please provide as many steps as you can to reproduce the problem:

  • Step 1 -
  • Step 2 -
@NavinGovind
Copy link
Author

NavinGovind commented Oct 5, 2020

Landing page code:

<!DOCTYPE html>
<html>
<head>
       <title> nexuba </title>
	   <link rel='shortcut icon' type='image/x-icon' href='I/favicon.ico?v=1.01'>
       <meta name="viewport" content="width=device-width">
</head>

       <FRAMESET rows="100%">
               <FRAMESET cols="100%">
                       <FRAME src="EmployeeExperts.php">
               </FRAMESET>
       </FRAMESET>

</html>

@glennzw
Copy link
Collaborator

glennzw commented Oct 6, 2020

Hi there!

I updated your pasted code to have backticks at the start and end (three of these characters --> `) so the code shows up.

Your code is importing a PHP file <FRAME src="EmployeeExperts.php">, which is probably what's going wrong. Here's an example of a working landing page for you:

<html>
 <body>
  <form action="" method="post" name="form">
    <label>Username:</label> <input name="username" type="text"/><br/>
    <label>Password:</label> <input name="password" type="password"/><br/>
   <input id="login" name="login" type="submit" value="Login"/>
  </form>
  </body>
</html>

Otherwise you should try import the rendered EmployeeExperts.php that's loaded in the frame. ie if you previously imported http://foo.com rather now import http://foo.com/EmployeeExperts.php

Good luck.

@NavinGovind
Copy link
Author

NavinGovind commented Oct 7, 2020 via email

@glennzw
Copy link
Collaborator

glennzw commented Oct 9, 2020

Have you ticked the box when configuring your campaign to capture data? The above posted landing page should capture username at the least.

@NavinGovind
Copy link
Author

NavinGovind commented Oct 9, 2020 via email

@glennzw
Copy link
Collaborator

glennzw commented Oct 9, 2020

Is data not being captured with this landing page:

<html>
 <body>
  <form action="" method="post" name="form">
    <label>Username:</label> <input name="username" type="text"/><br/>
    <label>Password:</label> <input name="password" type="password"/><br/>
   <input id="login" name="login" type="submit" value="Login"/>
  </form>
  </body>
</html>

or with your own landing page code?

@NavinGovind
Copy link
Author

NavinGovind commented Oct 9, 2020 via email

@jordan-wright
Copy link
Collaborator

Hi there,

It looks like this is a duplicate of #1997 at this point since you're asking about capturing submitted data. With this being the case, I'm going to close this one out. If you're still running into issues after looking through the documentation I mentioned in my comment, let us know in #1997 and we can reopen to continue troubleshooting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants