www.daemonprintsupplies.com Open in urlscan Pro
2606:4700:3035::ac43:9543  Public Scan

URL: https://www.daemonprintsupplies.com/
Submission Tags: sansec.io magecart Search All
Submission: On September 03 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://www.daemonprintsupplies.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.daemonprintsupplies.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="searchautocomplete" class="searchautocomplete vertically" style="width: 350px; background: #FFFFFF; color: #000000">
        <div class="separator" style="background: #F0EFF0; color:#000000">Popular Suggestions</div>
        <div id="search_autocomplete" class="wpx-search-autocomplete"></div>
        <div class="container-autocomplete cat-container"></div>
        <div class="separator" style="background:#F0EFF0; color:#000000">Products</div>
        <div class="container-autocomplete">
          <div class="prod-container"></div>
          <div class="more-results">
            <a onclick="document.getElementById('search_mini_form').submit()" class="advanced_search"></a>
          </div>
        </div>
      </div>
      <script>
        requirejs(['jquery', 'underscore', 'weltpixel_searchautocomplete'], function($, _, searchAutoComplete) {
          $(document).ready(function() {
            var isEnablePopularSuggestions = '1',
              isEnableCategorySearch = '1',
              isEnableAutoComplete = '1',
              previousSearch = '';
            window.minNumberOfCharacters = '3';
            window.baseURL = 'https://www.daemonprintsupplies.com/';
            $('html').on('click', function(event) {
              var targetClass = $(event.target).attr('class'),
                searchClass = 'searchautocomplete';
              if (targetClass != searchClass) $('#' + searchClass).hide();
            })
            if (isEnableAutoComplete || isEnablePopularSuggestions || isEnableCategorySearch) {
              $('.search-autocomplete').remove();
              $('#search').on('keyup', _.debounce(function() {
                var value = $(this).val();
                if (value == previousSearch && $('#search_autocomplete').is(':visible')) {
                  return;
                }
                previousSearch = value;
                if (isEnableAutoComplete && value.length >= window.minNumberOfCharacters) {
                  //Start processing, show the Progress!
                  $(".search .control").addClass("loader-ajax");
                  searchAutoComplete.ajaxSearch();
                } else {
                  $('#searchautocomplete').hide();
                }
              }, 750));
            }
          });
        });
      </script>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-password':true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="none" style="width: 256px; height: 60px; position: fixed; visibility: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-em3svdvck8ct" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdEQ9oaAAAAAHbfcPB2pt1dcSJDGAWkoxZD9Z_O&amp;co=aHR0cHM6Ly93d3cuZGFlbW9ucHJpbnRzdXBwbGllcy5jb206NDQz&amp;hl=de&amp;v=WV-mUKO4xoWKy9M4ZzRyNrP_&amp;theme=light&amp;size=invisible&amp;badge=bottomright&amp;cb=teqyh6vc1oc4"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-2" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <div class="actions-toolbar">
    <input name="context" type="hidden" value="checkout">
    <div class="primary">
      <button type="submit" class="action action-login secondary" name="send" id="send2">
        <span data-bind="i18n: 'Sign In'">Sign In</span>
      </button>
    </div>
    <div class="secondary">
      <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.daemonprintsupplies.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
    </div>
    <div class="sociallogin-or">
      <span data-bind="i18: 'OR'"></span>
    </div>
    <div data-bind="html: socialloginButtons"></div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Skip to Content
Toggle Nav

Language
GBP £
 * Euro €
 * USD $

 * Compare Products

Search
Search
Popular Suggestions


Products

Search
 * Welcome To Daemon
 * Sign In
 * Create an Account

My Cart 0
My Cart 0
My Cart Close
Recently added item(s)

You have no items in your shopping cart.
Menu
 * HP Industrial Ink
   *   
     * HP Original Ink
       * HP Black
       * HP Colour
       
     * Collins Ink
       * Collins Black
       * Collins Colour
       * Collins Bulk
       * Collins Security & Speciality
       
     * General Ink Co. Ink
       * General Black
       * General Colour
     * Security & Speciality Ink
       * Security & Speciality Colour
       * Security & Speciality Black
       
     
 * Wide Format Ink
   *   
     * HP
     * Epson
       
     * Canon
     * Mutoh
       
     * Mimaki
     * Roland
       
     
 * Collins 1" IUT
 * Print
   *   
     * Print Systems
     * Managed Print Services
       
     
 * Laser Cutters
   *   
     * Machines
       
     * Spares & Add Ons
     * Materials
       
     
 * Craft
   *   
     * Vacuum Formers
     * Adhesive Discs
       
     * Glue Dots & Tapes
       
     * Glue Dot Applicators
     * Pads & Fixings
       
     
 * Maintenance
 * Blog
   

Account
 * Welcome To Daemon
 * Sign In
 * Create an Account

Settings
Language
GBP £
 * Euro €
 * USD $


SHOP NOW FLUX LASER CUTTERS Craft your imagination! SHOP NOW HP ORIGINAL INK OEM
and Original HP Industrial Ink SHOP NOW DIGITAL WIDE FORMAT INKS We offer wide
format inks and supplies for the HP, Canon, Mimaki, Roland,
Mutoh and Epson Printers SHOP NOW HP SECURITY & SPECIALITY Use high performance
Speciality inks to print on a range of materials including polyfilms,
aluminium foil for blister packs and using UV cure technology SHOP NOW

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 









Printer + Toner + Engineer + Print Simplicity One agreement, one bill, and no
hidden charges.
Simple to set up, simple to manage. CREATE YOUR MANAGED PRINT SERVICE









| TESTIMONIALS "Your service and helpfulness has been excellent. I couldn't have
asked for more." READ MORE Flux Laser Cutter and Engravers Read more about what
our customers are creating with the Flux laser cutters
and engravers..



Unit 19, Barnwell Business Park
Barnwell Dr, Cambridge, CB5 8UZ

01223 213756

sales@daemonprintsupplies.com

My Account

 * Sign In
 * My Cart
 * My Wishlist
 * Contact Us

Information

 * About Us
   
 * Customer Service
 * Shipping and Returns
 * Flux Support
   

Information

 * Office Hours and Holiday Closures
 * General Terms and Conditions
 * Privacy & Cookie Policy
 * Corporate Statements



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




Close
Checkout out as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create Account
Checkout out using your account

Email Address

Password


Sign In
Forgot Your Password?