nitroindustrial.com Open in urlscan Pro
69.90.66.190  Public Scan

URL: https://nitroindustrial.com/
Submission Tags: phishingrod
Submission: On October 08 via api from DE — Scanned from CA

Form analysis 4 forms found in the DOM

POST pickup-form.php

<form id="order-pickup" action="pickup-form.php" method="post">
  <div class="form-row">
    <div class="col-12">
      <div class="form-group">
        <label for="name">Name:</label>
        <input type="text" class="form-control" id="name" name="name" aria-describedby="input1_help" placeholder="enter your name" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="email">E-mail:</label>
        <input type="email" class="form-control" id="email" name="email" aria-describedby="input1_help" placeholder="enter your email" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="tel">Phone Number:&nbsp;</label>
        <input type="tel" class="form-control" id="tel" name="tel" aria-describedby="input1_help" placeholder="enter your phone number" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="company">Company Name:</label>
        <input type="text" class="form-control" id="company" name="company" aria-describedby="input1_help" placeholder="enter your company name" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="ponumber">PO#:</label>
        <input type="text" class="form-control" id="ponumber" name="ponumber" aria-describedby="input1_help" placeholder="enter your PO# number" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="date">Date:</label>
        <input type="date" class="form-control" id="date" name="date" aria-describedby="input1_help">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group" id="input1_group" is="dmx-checkbox-group">
        <legend class="col-12 col-form-label pl-0"><strong>Please select one or more</strong></legend>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Hydraulic" id="hydraulics" name="items[]">
          <label class="form-check-label" for="hydraulics">Hydraulics</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Pneumatics" id="pneumatics" name="items[]">
          <label class="form-check-label" for="pneumatics">Pneumatics</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Industrial Supplies" id="industrial" name="items[]">
          <label class="form-check-label" for="industrial">Industrial Supplies</label>
        </div>
      </div>
    </div>
    <div class="col-12 ship-receiving">
      <div class="form-group" id="input1_group">
        <legend class="col-12 col-form-label"><strong>Please select</strong></legend>
        <div class="form-check form-check-inline">
          <input class="form-check-input pickup" type="radio" value="Pickup" id="pickup" name="shippickup" checked="">
          <label class="form-check-label" for="pickup">Pickup</label>
        </div>
      </div>
    </div>
    <div class="col-12 mt-3 date-time">
      <div class="form-group">
        <label for="shipreceivedate">Pickup date and time</label>
        <input type="datetime-local" class="form-control" id="shipreceivedate" name="pickup-date" aria-describedby="input1_help">
      </div>
    </div>
    <div class="col"></div>
    <div class="col-12">
      <div class="form-group">
        <label for="message">Message:</label>
        <textarea id="message" class="form-control" name="message" placeholder="enter your order" rows="10" required=""></textarea>
      </div>
    </div>
    <div class="col-12">
      <button id="submit_btn" class="button-width" name="submit">Confirm Order</button>
    </div>
  </div>
</form>

POST order-pickup-form.php

<form id="order-pickup" action="order-pickup-form.php" method="post">
  <div class="form-row">
    <div class="col-lg-6">
      <div class="form-group">
        <label for="name">Name:</label>
        <input type="text" class="form-control" id="name" name="name" aria-describedby="input1_help" placeholder="enter your name" required="">
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <label for="email">E-mail:</label>
        <input type="email" class="form-control" id="email" name="email" aria-describedby="input1_help" placeholder="enter your email" required="">
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <label for="tel">Phone Number:&nbsp;</label>
        <input type="tel" class="form-control" id="tel" name="tel" aria-describedby="input1_help" placeholder="enter your phone number" required="">
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <label for="company">Company Name:</label>
        <input type="text" class="form-control" id="company" name="company" aria-describedby="input1_help" placeholder="enter your company name" required="">
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <label for="ponumber">PO#:</label>
        <input type="text" class="form-control" id="ponumber" name="ponumber" aria-describedby="input1_help" placeholder="enter your PO# number" required="">
      </div>
    </div>
    <div class="col-lg-6">
      <div class="form-group">
        <label for="date">Date:</label>
        <input type="date" class="form-control" id="date" name="date" aria-describedby="input1_help">
      </div>
    </div>
    <div class="col-lg-6 d-none">
      <div class="form-group" id="input1_group" is="dmx-checkbox-group">
        <legend class="col-12 col-form-label pl-0"><strong>Please select one or more</strong></legend>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Hydraulic" id="hydraulics" name="hydraulic">
          <label class="form-check-label" for="hydraulics">Hydraulics</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Pneumatics" id="pneumatics" name="pneumatic">
          <label class="form-check-label" for="pneumatics">Pneumatics</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Industrial Supplies" id="industrial" name="industrial">
          <label class="form-check-label" for="industrial">Industrial Supplies</label>
        </div>
      </div>
    </div>
    <div class="col-lg-6 ship-receiving">
      <div class="form-group" id="input1_group" is="dmx-radio-group">
        <legend class="col-12 col-form-label"><strong>Please select</strong></legend>
        <div class="form-check form-check-inline">
          <input class="form-check-input pickup" type="radio" value="Pickup" id="pickup" name="shippickup">
          <label class="form-check-label" for="pickup">Pickup</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input shipping" type="radio" value="Shipping" id="pickup" name="shippickup">
          <label class="form-check-label" for="pickup">Shipping</label>
        </div>
      </div>
    </div>
    <div class="col-12 mt-3 date-time">
      <div class="form-group">
        <label for="shipreceivedate">Pickup date and time</label>
        <input type="datetime-local" class="form-control" id="shipreceivedate" name="pickup-date" aria-describedby="input1_help">
      </div>
    </div>
    <div class="col-12 transportation">
      <div class="form-group" id="input1_group" is="dmx-radio-group">
        <legend class="col-12 col-form-label pl-0"><strong>Shipping transportation companies</strong></legend>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="Purolator" id="input1_1" name="transportation">
          <label class="custom-control-label" for="input1_1">Purolator</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="Dicom" id="input1_2" name="transportation">
          <label class="custom-control-label" for="input1_2">Dicom</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="Midland Transport" id="input1_3" name="transportation">
          <label class="custom-control-label" for="input1_3">Midland transport</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline prepaid-charge">
          <input class="custom-control-input" type="radio" value="Prepaid + Charge" id="input1_4" name="transportation">
          <label class="custom-control-label" for="input1_4">Prepaid + Charge</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="Cardinal" id="input1_5" name="transportation">
          <label class="custom-control-label" for="input1_5">Cardinal</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="UPS" id="input1_7" name="transportation">
          <label class="custom-control-label" for="input1_7">UPS</label>
        </div>
      </div>
      <div class="form-group account-number">
        <label for="accountnumber">Account Number:</label>
        <input type="text" class="form-control" id="accountnumber" name="account-number" aria-describedby="input1_help" placeholder="Enter your account number">
        <small id="input1_help" class="form-text text-muted">Your input is very valuable.</small>
      </div>
    </div>
    <div class="col"></div>
    <div class="col-12">
      <div class="form-group">
        <label for="message-orderPickUp">Message:</label>
        <textarea id="message-orderPickUp" class="form-control" name="message" placeholder="enter your order" rows="10" required=""></textarea>
      </div>
    </div>
    <div class="col-12">
      <button id="submit_btn" class="buttons mt-2" name="submit">Send Order</button>
    </div>
  </div>
</form>

POST shipping-form.php

<form id="order-pickup" action="shipping-form.php" method="post">
  <div class="form-row">
    <div class="col-12">
      <div class="form-group">
        <label for="name">Name:</label>
        <input type="text" class="form-control" id="name" name="name" aria-describedby="input1_help" placeholder="enter your name" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="email">E-mail:</label>
        <input type="email" class="form-control" id="email" name="email" aria-describedby="input1_help" placeholder="enter your email" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="tel">Phone Number:&nbsp;</label>
        <input type="tel" class="form-control" id="tel" name="tel" aria-describedby="input1_help" placeholder="enter your phone number" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="company">Company Name:</label>
        <input type="text" class="form-control" id="company" name="company" aria-describedby="input1_help" placeholder="enter your company name" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="ponumber">PO#:</label>
        <input type="text" class="form-control" id="ponumber" name="ponumber" aria-describedby="input1_help" placeholder="enter your PO# number" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="date">Date:</label>
        <input type="date" class="form-control" id="date" name="date" aria-describedby="input1_help">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group" id="input1_group" is="dmx-checkbox-group">
        <legend class="col-12 col-form-label pl-0"><strong>Please select one or more</strong></legend>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Hydraulic" id="hydraulics" name="hydraulic">
          <label class="form-check-label" for="hydraulics">Hydraulics</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Pneumatics" id="pneumatics" name="pneumatic">
          <label class="form-check-label" for="pneumatics">Pneumatics</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Industrial Supplies" id="industrial" name="industrial">
          <label class="form-check-label" for="industrial">Industrial Supplies</label>
        </div>
      </div>
    </div>
    <div class="col-12 ship-receiving">
      <div class="form-group" id="input1_group">
        <legend class="col-12 col-form-label"><strong>Please select</strong></legend>
        <div class="form-check form-check-inline">
          <input class="form-check-input shipping" type="radio" value="Shipping" id="shipping" name="shippickup" checked="">
          <label class="form-check-label" for="shipping">Shipping</label>
        </div>
      </div>
    </div>
    <div class="col-12 mt-3 date-time">
    </div>
    <div class="col-12 transportation">
      <div class="form-group" id="input1_group" is="dmx-radio-group">
        <legend class="col-12 col-form-label pl-0"><strong>Choose Your transportation company</strong></legend>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="Purolator" id="input1_1" name="transportation">
          <label class="custom-control-label" for="input1_1">Purolator</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="Dicom" id="input1_2" name="transportation">
          <label class="custom-control-label" for="input1_2">Dicom</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="Midland Transport" id="input1_3" name="transportation">
          <label class="custom-control-label" for="input1_3">Midland transport</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline prepaid-charge">
          <input class="custom-control-input" type="radio" value="Prepaid + Charge" id="input1_4" name="transportation">
          <label class="custom-control-label" for="input1_4">Prepaid + Charge</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="Cardinal" id="input1_5" name="transportation">
          <label class="custom-control-label" for="input1_5">Cardinal</label>
        </div>
        <div class="custom-control custom-radio custom-control-inline transport-companies">
          <input class="custom-control-input" type="radio" value="UPS" id="input1_7" name="transportation">
          <label class="custom-control-label" for="input1_7">UPS</label>
        </div>
      </div>
      <div class="form-group account-number">
        <label for="accountnumber">Account Number:</label>
        <input type="text" class="form-control" id="accountnumber" name="account-number" aria-describedby="input1_help" placeholder="Enter your account number">
      </div>
    </div>
    <div class="col"></div>
    <div class="col-12">
      <div class="form-group">
        <label for="message">Message:</label>
        <textarea id="message-shipping" class="form-control" name="message" placeholder="enter your order" rows="10" required=""></textarea>
      </div>
    </div>
    <div class="col-12">
      <button id="submit_btn" class="button-width" name="submit">Confirm Order</button>
    </div>
  </div>
</form>

POST contact-form.php

<form id="order-pickup" action="contact-form.php" method="post">
  <div class="form-row">
    <div class="col-12">
      <div class="form-group">
        <label for="name">Name:</label>
        <input type="text" class="form-control" id="name" name="name" aria-describedby="input1_help" placeholder="enter your name" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="email">E-mail:</label>
        <input type="email" class="form-control" id="email" name="email" aria-describedby="input1_help" placeholder="enter your email" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="tel">Phone Number:&nbsp;</label>
        <input type="tel" class="form-control" id="tel" name="tel" aria-describedby="input1_help" placeholder="enter your phone number" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="company">Company Name:</label>
        <input type="text" class="form-control" id="company" name="company" aria-describedby="input1_help" placeholder="enter your company name" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="ponumber">PO#:</label>
        <input type="text" class="form-control" id="ponumber" name="ponumber" aria-describedby="input1_help" placeholder="enter your PO# number" required="">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group">
        <label for="date">Date:</label>
        <input type="date" class="form-control" id="date" name="date" aria-describedby="input1_help">
      </div>
    </div>
    <div class="col-12">
      <div class="form-group" id="input1_group" is="dmx-checkbox-group">
        <legend class="col-12 col-form-label pl-0"><strong>Please select one or more</strong></legend>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Hydraulic" id="hydraulics" name="items[]">
          <label class="form-check-label" for="hydraulics">Hydraulics</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Pneumatics" id="pneumatics" name="items[]">
          <label class="form-check-label" for="pneumatics">Pneumatics</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="checkbox" value="Industrial Supplies" id="industrial" name="items[]">
          <label class="form-check-label" for="industrial">Industrial Supplies</label>
        </div>
      </div>
    </div>
    <!-- <div class="col-12 ship-receiving">
                        <div class="form-group" id="input1_group">
                            <legend class="col-12 col-form-label"><strong>Please select</strong></legend>
                            <div class="form-check form-check-inline">
                                <input class="form-check-input pickup" type="radio" value="Pickup" id="pickup" name="shippickup" checked>
                                <label class="form-check-label" for="pickup">Pickup</label>
                            </div>
                        </div>                        
                    </div> -->
    <!-- <div class="col-12 mt-3 date-time">
                        <div class="form-group">
                            <label for="shipreceivedate">Pickup date and time</label>
                            <input type="datetime-local" class="form-control" id="shipreceivedate" name="pickup-date" aria-describedby="input1_help">
                        </div>
                    </div> -->
    <div class="col"></div>
    <div class="col-12">
      <div class="form-group">
        <label for="message">Message:</label>
        <textarea id="message-contact" class="form-control" name="message" placeholder="How We Can Help You" rows="10" required=""></textarea>
      </div>
    </div>
    <div class="col-12">
      <button id="submit_btn" class="button-width" name="submit">Confirm Order</button>
    </div>
  </div>
</form>

Text Content

01:18:57 EST

 * Home
 * Products
   * Hydraulics
   * Hoses and Fittings
   * Pneumatics
     
   * Industrial Supplies
 * Additional Services
 * Careers

Your browser does not support HTML5 video.


SOUND


X . Y .


HYDRAULICS


PNEUMATICS


SPECIALIST



HOSES AND FITTINGS IN MINUTES!




TRANSFORM YOUR CLEANING WITH ORIGENZ NATURAL™.


ARE YOU READY TO REVOLUTIONIZE YOUR CLEANING ROUTINE WITH ECO-FRIENDLY,
NON-TOXIC SOLUTIONS? INTRODUCING ORIGENZ NATURAL™ BY PRISTINEHD – A CUTTING-EDGE
LINE OF ALL-NATURAL CLEANING PRODUCTS DESIGNED TO PROVIDE SUPERIOR CLEANLINESS
WITHOUT COMPROMISING ON SAFETY OR SUSTAINABILITY.
ORIGENZ NATURAL™ PRODUCTS ARE CRAFTED WITH A COMMITMENT TO THE ENVIRONMENT AND
YOUR WELL-BEING. FREE FROM HARMFUL CHEMICALS, TOXINS, AND ARTIFICIAL FRAGRANCES,
OUR CLEANING SOLUTIONS ARE 100% PLANT-BASED AND BIODEGRADABLE. THIS MAKES THEM
NOT ONLY EFFECTIVE BUT SAFE FOR YOUR STAFF, CUSTOMERS, AND THE ENVIRONMENT.

TRY ORIGENZ NATURAL™ TODAY! SWITCH TO ORIGENZ NATURAL™ FOR A CLEANING EXPERIENCE
THAT ALIGNS WITH YOUR VALUES – SUSTAINABLE, SAFE, AND HIGHLY EFFECTIVE. VISIT
PRISTINEHD TO EXPLORE OUR FULL RANGE OF PRODUCTS OR CONTACT US FOR MORE
INFORMATION. WE LOOK FORWARD TO HELPING YOU CREATE A CLEANER, HEALTHIER FUTURE!


FOR MORE INFO, CLICK THE LINKS BELOW:

Industrial Cleaning Bunker Gear Cleaning Food Processing Marine Industry
Janitorial & House Keeping Commercial Laundry
Your browser does not support HTML5 video.


REVOLUTIONIZE YOUR OPERATIONS WITH NITRO INDUSTRIAL

As the exclusive Canadian distributor of Origenz Natural™ by PristineHD, Nitro
Industrial Sales offers innovative, all-natural cleaning solutions that help you
maintain the highest standards of cleanliness while reducing environmental
impact. Our patented technology ensures your facility is not only compliant but
operating at its best, freeing you to focus on growing your business.


NITRO INDUSTRIAL PROUDLY SERVES A WIDE RANGE OF INDUSTRIES, INCLUDING:

✈️ Aviation • 🚢 Marine & Boating • 🧺 Commercial Laundries • 🏗️ Construction •
🏭 Factories & Warehouses • 🍽️ Food Processing • 🏨 Hotels & Hospitality • ⚙️
Manufacturing • 🛢️ Oil & Gas Pipelines • 📦 Shipping & Logistics • 🚚 Trucking
& Transportation • 🚒 Fire & Rescue


HIGH-PERFORMANCE INDUSTRIAL HYDRAULIC SOLUTIONS.


EXPLORE NITRO INDUSTRIAL'S WIDE RANGE OF PREMIUM HYDRAULIC SOLUTIONS, INCLUDING
DUMP PUMPS, CUSTOM AND STANDARD MANIFOLD BLOCKS, GATES HOSE KITS, ENGINEERED
HYDRAULIC CYLINDERS, AND CUSTOM HYDRAULIC POWER UNITS. DESIGNED TO MEET OR
EXCEED INDUSTRY STANDARDS, OUR PRODUCTS OFFER UNMATCHED QUALITY, FLEXIBILITY,
AND DURABILITY FOR HEAVY-DUTY APPLICATIONS ACROSS VARIOUS INDUSTRIES. DISCOVER
THE BENEFITS OF ZINC-PLATED TELESCOPIC CYLINDERS, PRECISION-ENGINEERED TO
PROVIDE CORROSION RESISTANCE, HIGH-TEMPERATURE TOLERANCE, AND EXTENDED LIFE
EXPECTANCY. EQUIP YOUR BUSINESS WITH THE BEST HYDRAULIC COMPONENTS FOR MAXIMUM
PERFORMANCE AND RELIABILITY.




HOT WATER PRESSURE WASHERS.


EXPERIENCE UNPARALLELED EFFICIENCY AND DURABILITY WITH BE HOT WATER PRESSURE
MACHINES. DESIGNED FOR DEMANDING INDUSTRIAL AND COMMERCIAL APPLICATIONS, THESE
MACHINES PROVIDE RELIABLE HOT WATER FOR CLEANING, SANITATION, AND PRODUCTION
PROCESSES. ENSURE SEAMLESS OPERATION AND OPTIMAL RESULTS WITH BE HOT WATER
PRESSURE MACHINES.

HOT WATER PRESSURE WASHER

PARTID: HW4013HBG

BE Industrial 4000psi 4GPM Hot Water Pressure Washer with Honda GX390 Engine and
Belt Driven General Triplex Pump.

$7712

Order Now

HOT WATER PRESSURE WASHER

PARTID: HW4013HG

BE Industrial 4000psi 4GPM Hot Water Pressure Washer with Honda GX390 Engine and
Belt Driven General Triplex Pump.

$6495

Order Now

HOT WATER PRESSURE WASHER

PARTID: HW3524HG12V

BE Industrial 3500psi 5.6GPM Hot Water Pressure Washer with Honda GX690 Engine
and General Triplex Pump.

$8999.99

Order Now

HOT WATER PRESSURE WASHER

PARTID: HW2765HG

2,700 PSI - 2.8 GPM Hot Water Pressure Washer with Honda GX200 Engine and
General Triplex Pump.

$5220

Order Now


COLD WATER PRESSURE WASHERS.


EFFICIENT AND ROBUST, COLD WATER PRESSURE WASHERS DELIVER POWERFUL CLEANING
WITHOUT THE NEED FOR HEATING. FEATURING ENGINES LIKE HONDA GX390 AND GX200,
THESE MACHINES OFFER UP TO 4000PSI, PERFECT FOR RESIDENTIAL AND INDUSTRIAL
CLEANING. EQUIPPED WITH AR OR GENERAL TRIPLEX PUMPS, THEY ENSURE DURABILITY AND
RELIABILITY, MAKING THEM INDISPENSABLE FOR VARIOUS CLEANING TASKS. COMPACT AND
USER-FRIENDLY, THEY EXCEL IN ACCESSING TIGHT SPACES AND ARE ESSENTIAL FOR
MAINTAINING CLEANLINESS IN ANY SETTING.

COLD WATER PRESSURE WASHER

PARTID: X-4013HWA

XSTREAM 4000psi 4GPM Gas Pressure Washer with Honda GX390 Engine and AR Triplex
Pump.

$1495

Order Now

COLD WATER PRESSURE WASHER

PARTID: X-4013HWPGENR

XSTREAM 4000psi 4GPM Gas Pressure Washer with Honda GX390 Engine and General
Triplex Pump.

$1895

Order Now

COLD WATER PRESSURE WASHER

PARTID: B4013HABG

BE Industrial 4000psi 4GPM Gas Pressure Washer with Honda GX390 Engine and
General Triplex Pump.

$2490

Order Now

COLD WATER PRESSURE WASHER

PARTID: X-2565HWGENSP

XSTREAM 2500psi 3GPM Gas Pressure Washer with Honda GX200 Engine and General
Triplex Pump.

$1295

Order Now


WATER PUMPS.


EXPLORE OUR RANGE OF HIGH-QUALITY WATER PUMPS DESIGNED FOR VARIOUS APPLICATIONS.
WE OFFER RELIABLE AND EFFICIENT MODELS FROM TOP BRANDS LIKE KOSHIN, TSURUMI, AND
BE, FEATURING POWERFUL HONDA ENGINES. WHETHER YOU NEED A 2" OR 3" CENTRIFUGAL
PUMP, WE HAVE OPTIONS TO SUIT YOUR NEEDS, PROVIDING EXCELLENT PERFORMANCE AND
DURABILITY. ORDER NOW TO ENHANCE YOUR WATER TRANSFER CAPABILITIES WITH OUR
DEPENDABLE PUMPS.

WATER PUMP

PARTID: SEH50X

Koshin 2" Centrifugal Pump with Honda GX120.

$899

Order Now

WATER PUMP

PARTID: SEH80X

Koshin 3" Centrifugal Pump with Honda GX160.

$1098

Order Now

WATER PUMP

PARTID: TE3-50HA

Tsurumi 2" Engine Powered Pump with Honda GX120.

$999

Order Now

WATER PUMP

PARTID: TE3-80HA

Tsurumi 3" Engine Powered Pump with Honda GX160.

$1049

Order Now

WATER PUMP

PARTID: WP-2065HL

BE 2" Water Transfer Pump with Honda GX200.

$699

Order Now

WATER PUMP

PARTID: WP-3065HL

BE 3" Water Transfer Pump with Honda GX200.

$799

Order Now


TRASH PUMPS.


DISCOVER OUR RANGE OF HIGH-PERFORMANCE TRASH PUMPS FROM LEADING BRANDS LIKE
KOSHIN AND TSURUMI. THESE PUMPS, POWERED BY ROBUST HONDA ENGINES, ARE DESIGNED
FOR HANDLING DEBRIS-LADEN WATER EFFICIENTLY. AVAILABLE IN 2", 3", AND 4" SIZES,
OUR TRASH PUMPS OFFER RELIABLE AND DURABLE SOLUTIONS FOR DEMANDING APPLICATIONS.
ORDER NOW TO ENSURE EFFECTIVE AND DEPENDABLE WATER TRANSFER IN CHALLENGING
CONDITIONS.

TRASH PUMP

PARTID: KTH50X

Koshin 2" Trash Pump with Honda GX160.

$1795

Order Now

TRASH PUMP

PARTID: KTH80X

Koshin 3" Trash Pump with Honda GX270.

$2595

Order Now

TRASH PUMP

PARTID: KTH100X

Koshin 4" Trash Pump with Honda GX390.

$2999.99

Order Now

TRASH PUMP

PARTID: EPT3-50HA

Tsurumi Trash Pump powered by a Honda GX160

$1895

Order Now

TRASH PUMP

PARTID: EPT3-80HA

Tsurumi Trash Pump powered by a Honda GX240.

$2995

Order Now


SUBMERSIBLE AND TRASH PUMPS.


DISCOVER OUR RANGE OF HIGH-PERFORMANCE SUBMERSIBLE AND TRASH PUMPS FROM TSURUMI.
OUR SUBMERSIBLE PUMPS ARE PERFECT FOR EFFICIENT WATER REMOVAL IN SUBMERGED
CONDITIONS, WHILE OUR TRASH PUMPS, DESIGNED TO HANDLE DEBRIS-LADEN WATER,
PROVIDE ROBUST SOLUTIONS FOR DEMANDING APPLICATIONS. AVAILABLE IN VARIOUS SIZES,
THESE PUMPS ENSURE RELIABLE AND DURABLE PERFORMANCE. ORDER NOW FOR EFFECTIVE AND
DEPENDABLE WATER MANAGEMENT IN CHALLENGING CONDITIONS.

SUBMERSIBLE PUMP

PARTID: LB-480

Tsurumi 2" Manual Electric Submersible Pump.

$599.95

Order Now

SUBMERSIBLE PUMP

PARTID: LB-800

Tsurumi 3" Manual Electric Submersible Pump.

$999

Order Now

SUBMERSIBLE PUMP

PARTID: HSD2.55S

Tsurumi 2" Manual Electric Semi-Vortex Submersible Trash Pump.

$1195

Order Now

SUBMERSIBLE PUMP

PARTID: PKS65011

Tsurumi 3" Engine Powered Pump with Honda GX160.

$549.95

Order Now


HOSE REELS.


DISCOVER OUR RANGE OF HIGH-QUALITY HOSE REELS DESIGNED FOR VARIOUS PRESSURE
WASHING NEEDS. OUR SELECTION INCLUDES MANUAL AND SPRING REWIND MODELS, ALL BUILT
TO HANDLE HIGH-PRESSURE HOSES EFFICIENTLY. THESE HOSE REELS ENSURE DURABILITY
AND RELIABLE PERFORMANCE FOR DEMANDING APPLICATIONS. ENHANCE YOUR PRESSURE
WASHING SETUP WITH OUR TOP-NOTCH HOSE REELS. ORDER NOW FOR EFFICIENT AND
DEPENDABLE HOSE MANAGEMENT.

HOSE REELS

PARTID: 85.402.010

Spring Rewind Hose Reel w/ 65ft of High Pressure 4000psi Wire Braided Hose.

$549.95

Order Now

HOSE REELS

PARTID: 85.402.001

BE Pressure 3/8" 100ft Manual Pressure Wash Hose Reel.

$199.95

Order Now

HOSE REELS

PARTID: 85.402.002

BE Pressure 3/8" 200ft Manual Pressure Wash Hose Reel.

$289.98

Order Now

HOSE REELS

PARTID: DHRA50150

GP Industrial "A" Frame Pressure Wash Hose Reel 150' x 3/8" 5000psi.

$499.99

Order Now

HOSE REELS

PARTID: DHRA5030

BE 2" Water Transfer Pump with Honda GX200.

$549.95

Order Now


THE LATEST.


DISCOVER THE LATEST ARRIVALS AT NITRO INDUSTRIAL SALES—YOUR TOP CHOICE FOR
CUTTING-EDGE PRODUCTS LIKE BOSCH POWER TOOLS, X-LOCK SYSTEMS, ANCRA TOOLS, AND
CROSS ROAD E-Z CHAMFER. STAY UPDATED WITH THE NEWEST INNOVATIONS IN INDUSTRIAL
SUPPLIES, ENSURING YOU HAVE THE BEST TOOLS AND EQUIPMENT TO GET THE JOB DONE
RIGHT. SHOP NOW AND EXPERIENCE THE DIFFERENCE IN QUALITY AND PERFORMANCE!

Upgrade to our advanced grinder, equipped with a 13-amp motor and X-LOCK mount
for speeds up to 9,300 rpm, transforming your grinding tasks.

Quick, tool-free disc changes up to five times faster with X-LOCK, combined with
durable, epoxy-coated motor windings.

Enjoy smooth operation, enhanced safety with KickBack Control, and comfort with
Vibration Control. Plus, never guess maintenance times again with Service Minder
brushes.

Step up your grinding game with efficiency and power. Upgrade today and
revolutionize your work with our cutting-edge grinder.




Your browser does not support the video tag.
Your browser does not support the video tag.



ANCRA TOOLS.


ELEVATE YOUR LOAD SECUREMENT WITH ANCRA'S COBRA WINCH BAR AND SILVERCAP
OVERDRIVE RATCHETING CAP. THE COBRA WINCH BAR, MADE FROM HIGH-STRENGTH STEEL,
OFFERS SUPERIOR LEVERAGE AND GRIP FOR SECURE AND EFFICIENT FASTENING. THE
SILVERCAP RATCHETING CAP ENSURES QUICK, HASSLE-FREE LOAD SECUREMENT WITH
UNPARALLELED STRENGTH AND EASE OF USE. BOTH TOOLS FEATURE ERGONOMIC DESIGNS FOR
MAXIMUM CONTROL AND SAFETY, MAKING THEM PERFECT FOR PROFESSIONALS IN
CONSTRUCTION AND HEAVY MACHINERY. UPGRADE YOUR TOOLKIT TODAY AND EXPERIENCE THE
DIFFERENCE IN QUALITY AND PERFORMANCE!

Your browser does not support the video tag.
Your browser does not support the video tag.


THE LATEST.


DISCOVER THE LATEST ARRIVALS AT NITRO INDUSTRIAL SALES—YOUR TOP CHOICE FOR
CUTTING-EDGE PRODUCTS LIKE BOSCH POWER TOOLS, X-LOCK SYSTEMS, ANCRA TOOLS, AND
CROSS ROAD E-Z CHAMFER. STAY UPDATED WITH THE NEWEST INNOVATIONS IN INDUSTRIAL
SUPPLIES, ENSURING YOU HAVE THE BEST TOOLS AND EQUIPMENT TO GET THE JOB DONE
RIGHT. SHOP NOW AND EXPERIENCE THE DIFFERENCE IN QUALITY AND PERFORMANCE!

Upgrade to our advanced grinder, equipped with a 13-amp motor and X-LOCK mount
for speeds up to 9,300 rpm, transforming your grinding tasks.

Quick, tool-free disc changes up to five times faster with X-LOCK, combined with
durable, epoxy-coated motor windings.

Enjoy smooth operation, enhanced safety with KickBack Control, and comfort with
Vibration Control. Plus, never guess maintenance times again with Service Minder
brushes.

Step up your grinding game with efficiency and power. Upgrade today and
revolutionize your work with our cutting-edge grinder.




Your browser does not support the video tag.
Your browser does not support the video tag.



ANCRA TOOLS.


ELEVATE YOUR LOAD SECUREMENT WITH ANCRA'S COBRA WINCH BAR AND SILVERCAP
OVERDRIVE RATCHETING CAP. THE COBRA WINCH BAR, MADE FROM HIGH-STRENGTH STEEL,
OFFERS SUPERIOR LEVERAGE AND GRIP FOR SECURE AND EFFICIENT FASTENING. THE
SILVERCAP RATCHETING CAP ENSURES QUICK, HASSLE-FREE LOAD SECUREMENT WITH
UNPARALLELED STRENGTH AND EASE OF USE. BOTH TOOLS FEATURE ERGONOMIC DESIGNS FOR
MAXIMUM CONTROL AND SAFETY, MAKING THEM PERFECT FOR PROFESSIONALS IN
CONSTRUCTION AND HEAVY MACHINERY. UPGRADE YOUR TOOLKIT TODAY AND EXPERIENCE THE
DIFFERENCE IN QUALITY AND PERFORMANCE!

Your browser does not support the video tag.
Your browser does not support the video tag.


BOSCH POWER TOOLS.


DISCOVER THE UNPARALLELED QUALITY OF BOSCH POWER TOOLS, ENGINEERED FOR
DURABILITY AND PERFORMANCE. BUILT TO LAST, THESE POWER TOOLS REPRESENT A
LONG-TERM INVESTMENT IN CRAFTING EXCELLENCE. WHETHER YOU'RE A PROFESSIONAL
TRADESPERSON OR A DIY ENTHUSIAST, BOSCH POWER TOOLS OFFER THE RELIABILITY AND
PRECISION YOU NEED TO TACKLE ANY PROJECT. WITH CUTTING-EDGE TECHNOLOGY AND
ROBUST CONSTRUCTION, BOSCH TOOLS ARE DESIGNED TO WITHSTAND THE TOUGHEST
CONDITIONS AND DELIVER SUPERIOR RESULTS EVERY TIME. ENHANCE YOUR TOOLKIT WITH
BOSCH POWER TOOLS AND ELEVATE YOUR WORK WITH SUPERIOR QUALITY AND UNMATCHED
PERFORMANCE.

BOSCH GXS18V-20N26 PROFESSIONAL BATTERY SYSTEM

Enhance your toolkit with the Bosch GXS18V-20N26 Professional Battery System and
elevate your work with superior quality and unmatched performance. Designed for
the pros, this system keeps you working at peak performance, longer and
stronger..

Learn more

BOSCH GWX18V-13CN PROFESSIONAL X-LOCK GRINDER

Equip yourself with the Bosch GWX18V-13CN Professional X-LOCK Grinder, featuring
the revolutionary X-LOCK system for tool-free wheel changes in seconds—no tools,
no hassle, just speed.

Learn more

BOSCH GWS12V-30N PROFESSIONAL

Bosch GWS12V-30N Professional Take on any task with the Bosch GSR18V-535CN
Professional Drill/Driver, a compact powerhouse engineered for excellence,
offering precision, control, and unmatched durability.

Learn more

BOSCH GSR18V-535CN PROFESSIONAL DRILL/DRIVER

Rely on the Bosch GSR18V-535CN Professional Drill/Driver, a compact yet powerful
tool designed for superior performance, providing accuracy, control, and
exceptional durability.

Learn more

BOSCH GDS18V-740CN PROFESSIONAL

Optimize your work with the Bosch GDS18V-740CN Professional, featuring smart
connectivity to tailor settings to your specific needs. Built for professionals
who demand uncompromising power and precision, it ensures optimal outcomes every
time.

Learn more

BOSCH GST18V-60BCN PROFESSIONAL

Master any material with the Bosch GST18V-60BCN Professional, offering variable
speed settings and bright LED guidance for flawless results. It’s the ideal
choice for high-demand cutting tasks.

Learn more

BOSCH PS60N PROFESSIONAL

Experience unmatched convenience with the Bosch PS60N Professional. Its compact
design and tool-free blade change system make it perfect for quick cuts and
tough applications, delivering efficiency for demanding professional use.

Learn more

BOSCH GSR18V-535FC PROFESSIONAL

Tackle any job with the Bosch GSR18V-535FC Professional, engineered for
versatility with its innovative FlexiClick 5-in-1 System, making it the ideal
18V drill/driver for any space.

Learn more


SAFETY INSPECTION TOOLS PACKAGE.


ENHANCE YOUR TRUCK INSPECTION PROCESS WITH OUR SAFETY INSPECTION TOOLS PACKAGE
MODEL # SI-PKGPLUS.
ENSURE THOROUGH AND ACCURATE INSPECTIONS WITH OUR SAFETY INSPECTION TOOLS
PACKAGE (MODEL # SI-PKGPLUS). THIS COMPREHENSIVE SET INCLUDES ADVANCED DIGITAL
TOOLS AND A HEADLIGHT ALIGNMENT SYSTEM, DESIGNED SPECIFICALLY FOR TRUCK
INSPECTIONS. EACH TOOL IN THIS PACKAGE IS AVAILABLE FOR PURCHASE SEPARATELY,
OFFERING FLEXIBILITY FOR YOUR INSPECTION NEEDS.


Open Flyer



CREDIT APPLICATION

Don't let financial constraints hold you back. The opportunity to enhance your
experience with our products and services is just a Credit Application away.

Apply Now


ORDER PICKUP

Welcome to a world of convenience with Nitro's Order Pickup Service. Perfect for
those who prefer to grab their purchases on the go, our Order Pickup option
combines flexibility with the ease of online shopping.

Order Now


SHIPPING

Discover the convenience and reliability of our Shipping Services at Nitro's
Website. We're dedicated to ensuring your purchases arrive safely and on time,
every time. With our range of shipping options, you can choose the delivery
method that best suits your needs and schedule.

Ship it


HYDRAULICS.


WE PRIORITIZE QUALITY, RELIABILITY, AND INNOVATION IN OUR HYDRAULIC PRODUCTS,
OFFERING EXPERT GUIDANCE AND SUPPORT AT EVERY STEP.

Learn more



HOSES & FITTINGS.


OUR HOSE DEPARTMENT IS FULLY PREPARED TO MEET YOUR FLUID POWER REQUIREMENTS. WE
OFFER AN EXTENSIVE SELECTION OF HOSE ENDS AND ADAPTERS TAILORED FOR YOUR
SPECIFIC NEEDS, ENSURING QUICK AND EFFICIENT SOLUTIONS. OUR RANGE INCLUDES JIC,
NPT, SAE, ORFS, ORB, METRIC, DIN, BSP, FLANGES, AMONG OTHERS. NEED IT FAST? WE
OFFER PREASSEMBLED ORDERS FOR SPEEDY PICK-UP, HELPING YOU AVOID ANY WAIT.


IN ADDITION TO OUR EXTENSIVE SELECTION OF GATES HOSES AND FITTINGS, WE NOW ALSO
PROVIDE CAT HOSES AND FITTINGS. BOTH CAN BE MADE TO ORDER IN MINUTES, ENSURING
YOU GET WHAT YOU NEED QUICKLY AND EFFICIENTLY.

Learn more



CUSTOM POWER UNITS.


AT NITRO, WE EXCEL IN HOSE ASSEMBLIES AND MORE. WE REPAIR AND REPLACE A/C,
TRANSMISSION, OIL COOLER, POWER STEERING, BRAKE, AND FUEL INJECTION LINES. OUR
SERVICES EXTEND TO CUTTING AND THREADING BLACK PIPE, WITH BOTH SCHEDULE 40 AND
80 AVAILABLE, CUSTOMIZABLE TO YOUR LENGTH AND THREADING NEEDS. ADDITIONALLY, WE
OFFER CUSTOM HYDRAULIC TUBE BENDING.

Learn more



PNEUMATICS.


OUR FOCUS IS ON DELIVERING TOP-QUALITY, RELIABLE, AND INNOVATIVE PNEUMATICS
PRODUCTS, BACKED BY EXPERT GUIDANCE AND SUPPORT THROUGHOUT YOUR JOURNEY.

Learn more



ADDITIONAL SERVICES.


BEYOND HOSE ASSEMBLIES, DISCOVER NITRO INDUSTRIAL SALES' EXPERT SERVICES!

SAME-DAY A/C LINE SERVICES, EXPERT TRANSMISSION AND BRAKE LINE REPAIRS, AND
PROFESSIONAL FUEL INJECTION LINE SOLUTIONS.

CUSTOM BLACK PIPE CUTTING AND THREADING (SCHEDULE 40 AND 80) AND PRECISION
CUSTOM HYDRAULIC TUBE BENDING TAILORED TO YOUR NEEDS.

CONTACT NITRO INDUSTRIAL SALES TODAY FOR RELIABLE, EFFICIENT SERVICE. KEEP YOUR
OPERATIONS RUNNING SMOOTHLY—CLICK THE BUTTON BELOW TO KNOW MORE!

Learn more

Your browser does not support the video tag.


INDUSTRIAL SUPPLIES.


OUR STORE IS FULLY STOCKED WITH HIGH-QUALITY PRODUCTS DESIGNED TO MEET THE
DIVERSE NEEDS OF OUR CLIENTELE ACROSS VARIOUS INDUSTRIES. WHETHER YOU'RE IN
CONSTRUCTION, MANUFACTURING, AUTOMOTIVE, OR ANY OTHER SECTOR, WE'VE GOT YOU
COVERED.

Learn more



EXPLORE OUR SECTIONS!

Origenz Natural Hydraulic Solutions Hot Water Pressure Washers Cold Water
Pressure Washers Water Pumps Trash Pumps Submersible and Trash Pumps Hose Reels
The Latest Bosch Power Tools Safety Inspection Tools Package Credit Application
Hydraulics Hoses & Fittings Custom Power Units Pneumatics Additional Services
Industrial Supplies


GO TO THE TOP

BY ARLINDO CODINHA - NITRO INDUSTRIAL DESIGN & MARKETING DPT.-

NITRO INDUSTRIAL SALES ©COPYRIGHT 2024 ALL RIGHTS RESERVED




NITRO INDUSTRIAL SALES, 8520 JANE ST UNITS 7-9 CONCORD, ON


Close


PLACE YOUR ORDER

Name:
E-mail:
Phone Number: 
Company Name:
PO#:
Date:
Please select one or more
Hydraulics
Pneumatics
Industrial Supplies
Please select
Pickup
Pickup date and time

Message:
Confirm Order
Close


PLACE YOUR ORDER

Name:
E-mail:
Phone Number: 
Company Name:
PO#:
Date:
Please select one or more
Hydraulics
Pneumatics
Industrial Supplies
Please select
Pickup
Shipping
Pickup date and time
Shipping transportation companies
Purolator
Dicom
Midland transport
Prepaid + Charge
Cardinal
UPS
Account Number: Your input is very valuable.

Message:
Send Order
Close

YOUR SHIPPING DETAILS

Name:
E-mail:
Phone Number: 
Company Name:
PO#:
Date:
Please select one or more
Hydraulics
Pneumatics
Industrial Supplies
Please select
Shipping

Choose Your transportation company
Purolator
Dicom
Midland transport
Prepaid + Charge
Cardinal
UPS
Account Number:

Message:
Confirm Order
Close


PLACE YOUR ORDER

Name:
E-mail:
Phone Number: 
Company Name:
PO#:
Date:
Please select one or more
Hydraulics
Pneumatics
Industrial Supplies

Message:
Confirm Order
Close


SAFETY INSPECTION TOOLS PACKAGE


Close