florynhealth.net Open in urlscan Pro
34.202.63.170  Public Scan

Submitted URL: http://florynhealth.net/
Effective URL: https://florynhealth.net/
Submission Tags: phishing malicious Search All
Submission: On March 15 via api from IN — Scanned from DE

Form analysis 2 forms found in the DOM

POST

<form onsubmit="javascript: return validatePaymentForm(this);" method="post" id="tokenForm" autocomplete="off">
  <input type="hidden" name="hash">
  <input type="hidden" name="custom_id">
  <input type="hidden" name="custom_data" value="{}">
  <input type="hidden" name="account_id">
  <input type="hidden" name="timestamp">
  <input type="hidden" name="reissue" value="true">
  <input type="hidden" name="success_url" value="">
  <input type="hidden" name="decline_url" value="">
  <input type="hidden" name="tender_type" value="CARD">
  <input type="hidden" name="transaction_type" value="SALE">
  <input type="hidden" name="response_format" value="JSON">
  <input type="hidden" name="transaction_amount">
  <input type="hidden" name="token_id" value="">
</form>

POST

<form onsubmit="javascript: return validatePaymentForm(this);" method="post" id="manualForm" autocomplete="off">
  <input type="hidden" name="hash">
  <input type="hidden" name="custom_id">
  <input type="hidden" name="custom_data" value="{}">
  <input type="hidden" name="account_id">
  <input type="hidden" name="timestamp">
  <input type="hidden" name="success_url" value="">
  <input type="hidden" name="decline_url" value="">
  <input type="hidden" name="tender_type" value="CARD">
  <input type="hidden" name="transaction_type" value="SALE">
  <input type="hidden" name="response_format" value="FORM">
  <input type="hidden" name="transaction_amount">
  <div class="add-card">
    <div class="add-save">
      <div class="add-title">Add New Card</div>
      <div class="saved-cards" style="display: none;">View Saved Cards</div> <!--we have to show this div only if saved cards are there-->
    </div>
    <div class="alert-msg">
      <div class="info-icon"></div>
      <div class="alert-cnt">Card details will be stored in the payment gateway and can be used for future transactions.</div>
    </div>
  </div>
  <div class="add-details">
    <div class="card-no">
      <div class="card-no-title">Card Number <span class="mandatory">*</span></div>
      <input type="text" name="card_number" class="number-field" placeholder="XXXX - XXXX - XXXX - XXXX">
      <span class="help-inline" style="display: none;" id="cardNumberError"></span>
      <input type="hidden" name="card_expiration">
    </div>
    <div class="expiry-div">
      <div class="period">
        <div class="expiry-title">Expiry Period <span class="mandatory">*</span></div>
        <div class="mon-year">
          <div class="mon">
            <select class="inpt mrr10" id="expiryMonth" style="width: 106px;height: 40px !important;">
              <option value="-">-</option>
              <option value="01">01</option>
              <option value="02">02</option>
              <option value="03">03</option>
              <option value="04">04</option>
              <option value="05">05</option>
              <option value="06">06</option>
              <option value="07">07</option>
              <option value="08">08</option>
              <option value="09">09</option>
              <option value="10">10</option>
              <option value="11">11</option>
              <option value="12">12</option>
            </select>
          </div>
          <div class="year">
            <select id="expiryYear" class="inpt" style="width: 106px;height: 40px !important;margin-left: 10px;">
              <option value="-">-</option>
              <option value="2024">2024</option>
              <option value="2025">2025</option>
              <option value="2026">2026</option>
              <option value="2027">2027</option>
              <option value="2028">2028</option>
              <option value="2029">2029</option>
              <option value="2030">2030</option>
              <option value="2031">2031</option>
              <option value="2032">2032</option>
              <option value="2033">2033</option>
              <option value="2034">2034</option>
              <option value="2035">2035</option>
              <option value="2036">2036</option>
              <option value="2037">2037</option>
              <option value="2038">2038</option>
              <option value="2039">2039</option>
              <option value="2040">2040</option>
              <option value="2041">2041</option>
              <option value="2042">2042</option>
              <option value="2043">2043</option>
            </select>
          </div>
          <span class="help-inline" style="display: none; " id="cardExpiryError"></span>
        </div>
      </div>
      <div class="cvv-div">
        <div class="cvv-title">CVV <span class="mandatory">*</span></div>
        <input type="text" class="cvv-field" name="card_verification" maxlength="4">
        <span class="help-inline" style="display: none; " id="cvvError"></span>
      </div>
    </div>
    <div class="holder-div">
      <div class="cardholder-title">Card Holder</div>
      <div class="holder-name">
        <input type="text" class="first-name" placeholder="First Name" name="first_name" maxlength="50">
        <input type="text" class="last-name" placeholder="Last Name" maxlength="50" name="last_name">
      </div>
    </div>
    <div class="address-div" id="card_address_div" style="display: none;">
      <label class="address-title">Address</label>
      <div class="address-card">
        <input type="text" class="line1" name="street_address1" maxlength="50" placeholder="Line 1">
        <input type="text" class="line2" name="street_address1" maxlength="50" placeholder="Line 2">
        <input type="text" class="city" name="city" maxlength="100" placeholder="City">
        <input type="text" class="state" name="state" maxlength="2" placeholder="State">
        <div class="cntrl-inpt" style="margin-top: 8px;">
          <select class="inpt mrr10" style="width: 106px;height: 45px !important;" name="country">
            <option value="">Country</option>
            <option value="EE">Estonia</option>
            <option value="LV">Latvia</option>
            <option value="IT">Italy</option>
            <option value="LU">Luxembourg</option>
            <option value="LT">Lithuania</option>
            <option value="FR">France</option>
            <option value="US">United States</option>
            <option value="RO">Romania</option>
            <option value="FI">Finland</option>
            <option value="AT">Austria</option>
            <option value="UK">United Kingdom</option>
            <option value="IE">Ireland</option>
            <option value="GR">Greece</option>
            <option value="MT">Malta</option>
            <option value="CA">Canada</option>
            <option value="PT">Portugal</option>
            <option value="DK">Denmark</option>
            <option value="PL">Poland</option>
            <option value="SK">Slovakia</option>
            <option value="DE">Germany</option>
            <option value="SI">Slovenia</option>
            <option value="HU">Hungary</option>
            <option value="ES">Spain</option>
            <option value="HR">Croatia</option>
            <option value="SE">Sweden</option>
            <option value="CZ">Czech Republic</option>
            <option value="CY">Cyprus</option>
            <option value="NL">Netherlands</option>
            <option value="BG">Bulgaria</option>
            <option value="BE">Belgium</option>
          </select>
          <input type="text" name="zip" maxlength="10" placeholder="ZIP Code" class="zip-code">
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

PATIENT PORTAL


 * Learn More
    * Meet the Team
    * Our Approach and FAQ
    * Rates & Billing
    * Fullscript 20% Off

 * Services
 * Schedule
 * Blog
 * Contact




 * 
 * 
 * 


 * Learn More
    * Meet the Team
    * Our Approach and FAQ
    * Rates & Billing
    * Fullscript 20% Off

 * Services
 * Schedule
 * Blog
 * Contact

PATIENT PORTAL
 * 


ARE YOU READY TO FLOURISH? 


WE'RE A WOMEN'S HEALTH NATUROPATHIC CLINIC THAT FOCUSES ON CONCERNS SUCH AS
PERIOD HEALTH, FERTILITY, POSTPARTUM, AND HORMONES.

BOOK AN APPOINTMENT

WE ACCEPT INSURANCE & SEE PATIENTS IN PERSON OR VIRTUALLY




ARE YOU DONE WITH THE ONE-SIZE-FITS-ALL APPROACH TO YOUR HEALTH?

WELCOME TO FLORYN HEALTH! We are an integrative clinic using individualized,
holistic, and evidence-based approaches to your health care needs. For over 5
years, we’ve been helping women achieve long-lasting health outcomes so they can
get back to creating their dream life.

MEET THE TEAM



MAYBE YOU CAN RELATE?

 * Do you wonder if your period will ever be ‘normal’? Or how long your PMS will
   last this month? Or how many days you’ll miss work?
   
 * Have you ever wished that you could just be like everyone else? That you
   didn’t feel like a fatigued, bloated ‘mess’ almost every day?
   
 * Maybe you’ve tried other approaches and nothing has worked. Maybe you’ve seen
   several doctors and they all say the same thing, “go on the pill” or “nothing
   is wrong with you”.
   

Raise your hand if you’re ready to break free from the constraints of your
health and finally start FLOURISHING and living your best life!


WHAT IF FOCUSING ON LIVING, INSTEAD OF YOUR HEALTH CONCERNS, COULD ACTUALLY BE
POSSIBLE?

Unlike most common doctors that have too little time to really listen to you, we
have longer office visits, and plenty of time to hear your story. This approach
works because we understand the whole picture, from where you are, where you’ve
been, and where you want to go.

When you work with us, you will:

 * Know we won’t offer ‘bandaids’ like the birth control pill, but focus on the
   root cause
 * Feel confident we are thoroughly checking for any hidden nutrient
   deficiencies, inflammation, blood sugar issues, that may contribute to your
   health concerns
 * Feel educated on our approach to your care, as we always have the time to
   explain the ‘why’ behind treatments implemented
 * Finally have peace of mind that you are in the right place when it comes to
   your health care needs!

BOOK AN APPOINTMENT


OUR SERVICES





PRE-PREGNANCY

Think of starting a family? Or adding a new little one? Pre-pregnancy counseling
will prepare you and your partner for a healthy pregnancy and baby.



INFERTILITY

No matter how long you've been trying to conceive, we can support your fertility
journey. We use natural, evidence-based therapies to optimize your chance of
conception.



(PERI) MENOPAUSE

Whether you are swirling in symptoms or just want to stay ahead, we got you. We
use a combination of natural therapies and bioidentical hormone therapy (BHRT)
treatment if needed.


Through our personalized approach, we’ll work alongside you to develop an
integrated plan to achieve full-body wellness—often combining the practices of
comprehensive lab screening, specialty tests, nutritional therapy, exercise,
supplementation, and pharmaceuticals when appropriate.

EXPLORE ALL SERVICES



NEW ON THE BLOG



A HOLISTIC APPROACH TO SEMAGLUTIDE, AN OZEMPIC ALTERNATIVE

Haylee Nye ND MSN in GLP-1 Receptor Agonists

03/03/2024

0 Comments

Discover the transformative potential of Semaglutide (GLP1) in managing weight
loss and preventing weight gain. This comprehensive guide explores the benefits
and impact of this powerful medication.

Read More


BREAST HEALTH PART 2: BREASTFEEDING AND MILK SUPPLY

Bethany Mattson ND in Breast Health

02/12/2024

0 Comments

Get support for successful breastfeeding, from proper latch techniques to
managing milk supply. We believe that every new mother deserves access to the
resources and interventions necessary for a positive breastfeeding experience. 

Read More


NAVIGATING PERIOD PAIN: A COMPREHENSIVE GUIDE TO FINDING RELIEF

Emma Kingsberg ND MSN in Menstrual Cycle

02/05/2024

0 Comments

Learn how to manage period pain effectively with these helpful tips. Find out
the causes behind menstrual cramps and discover natural solutions to alleviate
cramping and discomfort during your menstrual cycle.

Read More
Load More

Your cart is empty Continue
Shopping Cart
Subtotal:
Discount 
Discount 
View Cart Checkout

Visitor Information Reporting Allow this website to collect visitor and device
info for statistical purposes.
Save Changes

View Details

Quantity
- +
Sold Out




X < >

Hello! To book an appointment, Click here.

Welcome!
I am your virtual appointment bot to assist you in booking appointment.

Go to start menu
Discontinue and go back to the start menu?
Confirm
Cancel

Powered By

First Time Visit
Select Doctor
 * 

Dr. Sherley Abraham
General Obstetrics & Gynecology
When would you like to schedule the appointment?
Choose another Day
Book Appointment
Tuesday, Feb 21


Book Appointment view
Patient Details

Male
Provider Details


Visit Details / Reason


Do you have any of the following Medical conditions
Others
Other

Confirm
Skip
Welcome I am your appointment assist bot to help you in booking an appointment
First Time Visit
Followup Visit
First Time Visit
Dr. Sherley Abraham

Lorem Ipsum has been the industry's standard dummy text ever (Description)
/
Below timings are open for appointment. Please book your preferred one
 * 8/18 (Mon)
 * 10:00 PM
 * 11:00 PM
 * 12:00 PM
 * ...

 * 8/19 (Mon)
 * 10:00 PM
 * 11:00 PM
 * 12:00 PM
 * ...

 * 8/20 (Mon)
 * 10:00 PM
 * 11:00 PM
 * 12:00 PM
 * ...

 * 8/21 (Mon)
 * 10:00 PM
 * 11:00 PM
 * 12:00 PM
 * ...

Choose another Day
Book Appointment




PAYMENT

$150
Amount Payable
Saved Cards
Ending in 1918
Expires 12/2025
Pay
Transaction in Progress

Add New Card
View Saved Cards
Card details will be stored in the payment gateway and can be used for future
transactions.
Card Number *
Expiry Period *
- 01 02 03 04 05 06 07 08 09 10 11 12
- 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038
2039 2040 2041 2042 2043
CVV *
Card Holder

Address
Country Estonia Latvia Italy Luxembourg Lithuania France United States Romania
Finland Austria United Kingdom Ireland Greece Malta Canada Portugal Denmark
Poland Slovakia Germany Slovenia Hungary Spain Croatia Sweden Czech Republic
Cyprus Netherlands Bulgaria Belgium
Pay
Save Card
Transaction in Progress