www.flighthub.com Open in urlscan Pro
2606:4700::6812:1462  Public Scan

Submitted URL: http://flighthubsupport.com/
Effective URL: https://www.flighthub.com/service/help
Submission Tags: @ecarlesi possiblethreat Search All
Submission: On March 18 via api from IT — Scanned from NL

Form analysis 7 forms found in the DOM

<form>
  <div class="sp-top-container">
    <div class="sp-top-panel">
      <div class="sp-banner-content">
        <h1>Welcome to the Support Center</h1>
        <div class="sp-banner-link">Don't forget to <a>Sign In</a> for a customized experience.</div>
      </div>
      <div class="sp-banner-search">
        <div class="sp-banner-field">
          <div class="autocomplete-wrap"><input id="kbSearchQuery" name="kbSearchQuery" placeholder="Search Support Articles..." autocomplete="off" value=""></div>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="login-modal-form" class="log-in-modal-form">
  <ul class="login-input-items">
    <li class="item">
      <label>Email</label>
      <div class="login-modal-input email">
        <input id="login-modal-account-login-email" type="email" name="email" placeholder="john.doe@myemail.com" tabindex="0" value="" attr-c-email-prefill="">
      </div>
    </li>
    <li class="item">
      <button class="login-modal-submit-btn is-main-button regular" tabindex="0">Continue</button>
    </li>
  </ul>
</form>

<form id="login-auth-form" class="log-in-modal-form">
  <ul class="login-input-items">
    <li class="item">
      <label>Email</label>
      <div class="login-modal-input email">
        <input class="login-modal-checked-email email-auth" type="email" name="email" data-lpignore="true" placeholder="Your Email Address" disabled="disabled">
      </div>
    </li>
    <li class="item">
      <label>Password</label>
      <div class="login-modal-input password">
        <input id="login-modal-account-login-password" type="password" name="password" placeholder="******">
        <span class="toggle-password fa fa-eye-slash" onclick="togglePassword('login-modal-account-login-password', this)"></span>
      </div>
    </li>
    <li class="item button">
      <button class="login-modal-submit-btn is-main-button regular">Continue</button>
    </li>
  </ul>
</form>

<form id="login-registration-form" class="log-in-modal-form">
  <ul class="login-input-items">
    <li class="item">
      <label>Email</label>
      <div class="login-modal-input email">
        <input class="login-modal-checked-email" type="email" name="email" placeholder="john.doe@myemail.com" disabled="disabled" value="">
      </div>
    </li>
    <li class="item">
      <label>First Name</label>
      <div class="login-modal-input name">
        <input id="login-modal-first-name" type="text" name="firstName" placeholder="John">
      </div>
    </li>
    <li class="item">
      <label>Last Name</label>
      <div class="login-modal-input name">
        <input id="login-modal-last-name" type="text" name="lastName" placeholder="Doe">
      </div>
    </li>
    <li class="item">
      <label>Password</label>
      <div class="login-modal-input password">
        <input data-main-pass="modal-signup" id="login-modal-account-register-password" type="password" name="password" placeholder="******" class="input-text-box validate_required_password">
        <span class="toggle-password fa fa-eye-slash" onclick="togglePassword('login-modal-account-register-password', this)"></span>
        <div class="form-error error-padding"></div>
      </div>
      <!-- PASSWORD STRENGTH THINGS START (ADJUSTED FOR MODAL-SIGNUP CONTEXT) -->
      <div data-pass-strength="modal-signup" style="display: none">
        <div class="str-container">
          <strong>Password strength: </strong>
          <div data-strength-1="modal-signup"></div>
          <div data-strength-2="modal-signup"></div>
          <div data-strength-3="modal-signup"></div>
          <div data-strength-4="modal-signup"></div>
        </div>
        <div data-special-char="modal-signup">
          <span class="fa fa-close red"></span> Has at least one special character (*.!@#$%^&amp;(){}[]:;&lt;&gt;,.?/~_+-=|\)
        </div>
        <div data-digit="modal-signup">
          <span class="fa fa-close red"></span> Has at least one digit
        </div>
        <div data-lowercase="modal-signup">
          <span class="fa fa-close red"></span> Has at least one lowercase letter
        </div>
        <div data-uppercase="modal-signup">
          <span class="fa fa-close red"></span> Has at least one uppercase letter
        </div>
        <div data-characters-limit="modal-signup">
          <span class="fa fa-close red"></span> Is between 8 and 32 characters
        </div>
      </div>
      <!-- PASSWORD STRENGTH THINGS END -->
    </li>
    <li class="item">
      <label>Confirm password</label>
      <div class="login-modal-input password">
        <input data-main-pass-confirm="modal-signup" id="login-modal-account-register-confirm-password" type="password" name="confirm-password" placeholder="******" class="input-text-box validate_required_password_conf">
        <span class="toggle-password fa fa-eye-slash" onclick="togglePassword('login-modal-account-register-confirm-password', this)"></span>
      </div>
      <div data-main-pass-error="modal-signup" id="confirm-error" style="display: none">
        <span class="fa fa-warning red"></span> Please make sure your passwords match
      </div>
    </li>
    <li class="item">
      <button data-main-pass-submit="modal-signup" class="login-modal-submit-btn is-main-button regular">Sign up</button>
    </li>
  </ul>
</form>

<form id="ref-search-form" class="log-in-modal-form">
  <ul class="login-input-items">
    <li class="item">
      <label>Reference Number</label>
      <div class="login-modal-input email">
        <input id="login-modal-ref-number-input" type="text" name="refNumber" placeholder="123-456-789" autocomplete="off">
      </div>
    </li>
    <li class="item">
      <label>Last Name</label>
      <div class="login-modal-input password">
        <input id="login-modal-last-name-input" type="text" name="lastName" placeholder="Last Name" autocomplete="off">
      </div>
    </li>
    <li class="item button">
      <button id="login-modal-ref-search-btn" class="login-modal-ref-search-btn is-main-button regular">Continue</button>
    </li>
  </ul>
</form>

<form id="login-totp-auth-form" class="log-in-modal-form">
  <div class="login-modal-subtitle" style="margin-bottom: 10px;"> To keep your account secure, we verify your identity. Enter the code sent to the email address we have on file. </div>
  <ul class="login-input-items">
    <li class="item">
      <label>Email</label>
      <div class="login-modal-input email">
        <input id="login-modal-account-totp-login-email" class="login-modal-checked-email" type="email" name="email" data-lpignore="true" placeholder="Your Email Address" disabled="disabled">
      </div>
    </li>
    <li class="item">
      <label>Password</label>
      <div class="login-modal-input password">
        <input id="login-modal-account-totp-login-password" type="password" name="password" placeholder="******" data-lpignore="true" disabled="disabled">
      </div>
    </li>
    <li class="item">
      <label>Verification Code</label>
      <div class="login-modal-input totp">
        <input id="login-modal-account-login-totp" type="text" name="totp" placeholder="123456">
      </div>
    </li>
    <li class="item button">
      <button class="login-modal-submit-btn is-main-button regular">Sign in</button>
    </li>
  </ul>
</form>

<form id="ref-search-form-totp" class="log-in-modal-form">
  <div class="login-modal-subtitle" style="margin-bottom: 10px;"> To keep your account secure, we verify your identity. Enter the code sent to the email address we have on file. </div>
  <ul class="login-input-items">
    <li class="item">
      <label>Reference Number</label>
      <div class="login-modal-input email">
        <input id="login-modal-ref-number-totp-input" type="text" name="refNumber" placeholder="123-456-789" data-lpignore="true" autocomplete="off" disabled="disabled">
      </div>
    </li>
    <li class="item">
      <label>Last Name</label>
      <div class="login-modal-input password">
        <input id="login-modal-last-name-totp-input" type="text" name="lastName" placeholder="Last Name" data-lpignore="true" autocomplete="off" disabled="disabled">
      </div>
    </li>
    <li class="item">
      <label>Verification Code</label>
      <div class="login-modal-input totp">
        <input id="login-modal-ref-totp-input" type="text" name="totp" placeholder="123456">
      </div>
    </li>
    <li class="item button">
      <button id="login-modal-ref-search-totp-btn" class="login-modal-ref-search-btn is-main-button regular">Sign in</button>
    </li>
  </ul>
</form>

Text Content

Flights Hotels Cars
CAD - EN
 * USD
 * CAD - EN
 * CAD - FR

Customer Support My Trips
Sign In

 * Sign In

 * Flights
 * Hotels
 * Cars

 * Customer Support
 * My Trips
 * CAD - EN
    * USD
    * CAD - EN
    * CAD - FR


WELCOME TO THE SUPPORT CENTER

Don't forget to Sign In for a customized experience.


Contact UsWe are here to help if you have any questions!
Let's chat



EMPOWER YOUR JOURNEY

Explore, Discover and Book your Way!

 * Ticket exchanges
 * Cancellations
 * Schedule changes
 * Add ancillaries like seats, insurance
 * Use restricted credits
 * ... all at your own time & convenience


Manage My Booking

What our Customers Inquire About the MostQuick solutions to the most common
issues.
Modify the Name of a PassengerI want to correct the spelling of a passenger
name.
Using my Restricted Travel CreditUse your Restricted Travel Credit to book a new
flight.
Ticket ExchangeTake advantage of our mytrips portal to cancel flights, change
itineraries, etc
Airline-Initiated ModificationsThe airline has initiated a modification to your
booking.
Ticketing FailureI received an email indicating a problem with my ticket.
Cancel a BookingCancel your trip using our mytrips portal.
We use cookies on our Website to improve your browsing experience, to improve
the performance and to gather statistics. By using our website you accept our
cookie policy. If you wish to know more about cookies, how to prevent the
installation of these cookies and change the settings of your browser, click
here.

© 2024 Flighthub.com is represented in Québec by 11644670 Canada Inc., Québec
permit holder #703501.
 * Privacy Policy
 * Terms & Conditions

word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1

Sign in or Register!

Use your social media information to connect with us

 * Facebook
 * Google
 * Apple



--------------------------------------------------------------------------------

 * Email
   
 * Continue



--------------------------------------------------------------------------------

Find my booking as guest
Sign in or Register!


 * Email
   
 * Password
   
 * Continue


Forgot password?
Sign in or Register!


 * Email
   
 * First Name
   
 * Last Name
   
 * Password
   
   Password strength:
   
   
   
   
   Has at least one special character (*.!@#$%^&(){}[]:;<>,.?/~_+-=|\)
   Has at least one digit
   Has at least one lowercase letter
   Has at least one uppercase letter
   Is between 8 and 32 characters
 * Confirm password
   
   Please make sure your passwords match
 * Sign up


Find with Booking Reference Number


 * Reference Number
   
 * Last Name
   
 * Continue

Sign in or Register!


To keep your account secure, we verify your identity. Enter the code sent to the
email address we have on file.
 * Email
   
 * Password
   
 * Verification Code
   
 * Sign in


Didn't receive code, please resend.
Find with Booking Reference Number


To keep your account secure, we verify your identity. Enter the code sent to the
email address we have on file.
 * Reference Number
   
 * Last Name
   
 * Verification Code
   
 * Sign in

Didn't receive code, please resend.