video.kohorst.net Open in urlscan Pro
104.225.251.123  Public Scan

Submitted URL: https://video.kohorst.net/
Effective URL: https://video.kohorst.net/user?redirectUri=https%3A%2F%2Fvideo.kohorst.net%2Fview%2F&comebackhere=1
Submission: On November 06 via api from US — Scanned from IT

Form analysis 2 forms found in the DOM

GET https://video.kohorst.net/

<form class="navbar-form form-inline input-group" role="search" id="searchForm" method="get" action="https://video.kohorst.net/">
  <span class="input-group-prepend">
    <button type="button" id="filterButton" class="btn btn-default navbar-btn dropdown-toggle faa-parent animated-hover animate__animated animate__bounceIn active" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
      <i class="fas fa-sliders-h"></i>
    </button>
  </span>
  <input class="form-control globalsearchfield" type="text" value="" name="search" placeholder="Search" id="searchFormInput">
  <span class="input-group-append">
    <button class="btn btn-default btn-outline-secondary border-right-0 border py-2 faa-parent animated-hover" type="submit" id="buttonSearch" data-toggle="collapse" data-target="#mysearch">
      <i class="fas fa-search faa-shake notLoadingIcon"></i>
      <i class="fa-solid fa-sync fa-spin loadingIcon"></i>
      <i class="fa-solid fa-circle-exclamation fa-beat-fade text-danger notFoundIcon"></i>
    </button>
  </span>
  <div class="dropdown" id="filterDropdown">
    <div class="panel panel-default dropdown-menu" aria-labelledby="filterButton" style="margin: 0;">
      <div class="panel-heading  tabbable-line">
        <ul class="nav nav-tabs">
          <li class="active"><a data-toggle="tab" href="#search-tab" rel="nofollow">Search in</a></li>
          <li><a data-toggle="tab" href="#filter-tab" rel="nofollow">Categories</a></li>
          <li><a data-toggle="tab" href="#filter-datetime-tab" rel="nofollow">Date within</a></li>
          <li><a data-toggle="tab" href="#filter-views-tab" rel="nofollow">Views</a></li>
        </ul>
      </div>
      <div class="panel-body">
        <div class="tab-content">
          <div id="search-tab" class="tab-pane fade in active">
            <div class="panel panel-default searchHTML searchHTMLsearchFieldsNames" id="search_672ac6b6017c3-panel" style="margin: 0;">
              <div class="panel-heading">
                <input class="form-control" type="text" id="search_672ac6b6017c3-search" placeholder="Search..." style="float: unset;">
              </div>
              <div class="panel-body search_672ac6b6017c3">
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="checkbox" name="searchFieldsNames[]" checked="" value="v.title"> Video Title </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="checkbox" name="searchFieldsNames[]" checked="" value="v.description"> Video Description </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="checkbox" name="searchFieldsNames[]" checked="" value="c.name"> Channel Name </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="checkbox" name="searchFieldsNames[]" checked="" value="c.description"> Channel Description </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="checkbox" name="searchFieldsNames[]" checked="" value="v.id"> Video ID </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="checkbox" name="searchFieldsNames[]" checked="" value="v.filename"> Video Filename </label>
                </div>
              </div>
            </div>
            <script>
              $(document).ready(function() {
                searchInList('#search_672ac6b6017c3-search', '.search_672ac6b6017c3 .form-check');
                $('#search_672ac6b6017c3-panel .form-check-input').on('change', function() {
                  var checked = $(this).prop('checked');
                  var value = $(this).val();
                  $('.searchHTMLsearchFieldsNames input[type="checkbox"], .searchHTMLsearchFieldsNames input[type="radio"]').each(function() {
                    if ($(this).val() === value) {
                      $(this).prop('checked', checked);
                    }
                  });
                  const checkedValues = $('#search_672ac6b6017c3-panel .form-check-input').filter(':checked').map(function() {
                    return this.value;
                  }).get();
                  console.log('#search_672ac6b6017c3-panel .form-check-input', checkedValues, JSON.stringify(checkedValues));
                  Cookies.set('searchFieldsNames[]', JSON.stringify(checkedValues), {
                    expires: 365,
                    path: '/'
                  });
                  setSearchFilterIcon();
                });
                var savedCookies = Cookies.get('searchFieldsNames[]');
                if (savedCookies) {
                  var checkedValues = JSON.parse(savedCookies);
                  $('#search_672ac6b6017c3-panel .form-check-input').each(function() {
                    this.checked = checkedValues.includes(this.value);
                  });
                }
                setSearchFilterIcon();
              });
            </script>
          </div>
          <div id="filter-tab" class="tab-pane fade">
            <div class="panel panel-default searchHTML searchHTMLcatName" id="search_672ac6b602563-panel" style="margin: 0;">
              <div class="panel-heading">
                <input class="form-control" type="text" id="search_672ac6b602563-search" placeholder="Search..." style="float: unset;">
              </div>
              <div class="panel-body search_672ac6b602563">
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="catName" checked="" value="">
                    <i class="fas fa-list"></i> All </label>
                </div>
              </div>
            </div>
            <script>
              $(document).ready(function() {
                searchInList('#search_672ac6b602563-search', '.search_672ac6b602563 .form-check');
                $('#search_672ac6b602563-panel .form-check-input').on('change', function() {
                  var checked = $(this).prop('checked');
                  var value = $(this).val();
                  $('.searchHTMLcatName input[type="checkbox"], .searchHTMLcatName input[type="radio"]').each(function() {
                    if ($(this).val() === value) {
                      $(this).prop('checked', checked);
                    }
                  });
                  const checkedValues = $('#search_672ac6b602563-panel .form-check-input').filter(':checked').map(function() {
                    return this.value;
                  }).get();
                  console.log('#search_672ac6b602563-panel .form-check-input', checkedValues, JSON.stringify(checkedValues));
                  Cookies.set('catName', JSON.stringify(checkedValues), {
                    expires: 365,
                    path: '/'
                  });
                  setSearchFilterIcon();
                });
                var savedCookies = Cookies.get('catName');
                if (savedCookies) {
                  var checkedValues = JSON.parse(savedCookies);
                  $('#search_672ac6b602563-panel .form-check-input').each(function() {
                    this.checked = checkedValues.includes(this.value);
                  });
                }
                setSearchFilterIcon();
              });
            </script>
          </div>
          <div id="filter-tags-tab" class="tab-pane fade">
            <div class="panel panel-default searchHTML searchHTMLtags_id" id="search_672ac6b602575-panel" style="margin: 0;">
              <div class="panel-heading">
                <input class="form-control" type="text" id="search_672ac6b602575-search" placeholder="Search..." style="float: unset;">
              </div>
              <div class="panel-body search_672ac6b602575">
              </div>
            </div>
            <script>
              $(document).ready(function() {
                searchInList('#search_672ac6b602575-search', '.search_672ac6b602575 .form-check');
                $('#search_672ac6b602575-panel .form-check-input').on('change', function() {
                  var checked = $(this).prop('checked');
                  var value = $(this).val();
                  $('.searchHTMLtags_id input[type="checkbox"], .searchHTMLtags_id input[type="radio"]').each(function() {
                    if ($(this).val() === value) {
                      $(this).prop('checked', checked);
                    }
                  });
                  const checkedValues = $('#search_672ac6b602575-panel .form-check-input').filter(':checked').map(function() {
                    return this.value;
                  }).get();
                  console.log('#search_672ac6b602575-panel .form-check-input', checkedValues, JSON.stringify(checkedValues));
                  Cookies.set('tags_id', JSON.stringify(checkedValues), {
                    expires: 365,
                    path: '/'
                  });
                  setSearchFilterIcon();
                });
                var savedCookies = Cookies.get('tags_id');
                if (savedCookies) {
                  var checkedValues = JSON.parse(savedCookies);
                  $('#search_672ac6b602575-panel .form-check-input').each(function() {
                    this.checked = checkedValues.includes(this.value);
                  });
                }
                setSearchFilterIcon();
              });
            </script>
          </div>
          <div id="filter-datetime-tab" class="tab-pane fade">
            <div class="panel panel-default searchHTML searchHTMLcreated" id="search_672ac6b6025aa-panel" style="margin: 0;">
              <div class="panel-heading">
                <input class="form-control" type="text" id="search_672ac6b6025aa-search" placeholder="Search..." style="float: unset;">
              </div>
              <div class="panel-body search_672ac6b6025aa">
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" checked="" value=""> All </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="1"> 1 day </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="5"> 5 Days </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="10"> 10 Days </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="15"> 15 Days </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="20"> 20 Days </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="25"> 25 Days </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="30"> 30 Days </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="30"> 1 month </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="60"> 2 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="90"> 3 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="120"> 4 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="150"> 5 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="180"> 6 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="210"> 7 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="240"> 8 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="270"> 9 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="300"> 10 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="330"> 11 months </label>
                </div>
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="created" value="360"> 12 months </label>
                </div>
              </div>
            </div>
            <script>
              $(document).ready(function() {
                searchInList('#search_672ac6b6025aa-search', '.search_672ac6b6025aa .form-check');
                $('#search_672ac6b6025aa-panel .form-check-input').on('change', function() {
                  var checked = $(this).prop('checked');
                  var value = $(this).val();
                  $('.searchHTMLcreated input[type="checkbox"], .searchHTMLcreated input[type="radio"]').each(function() {
                    if ($(this).val() === value) {
                      $(this).prop('checked', checked);
                    }
                  });
                  const checkedValues = $('#search_672ac6b6025aa-panel .form-check-input').filter(':checked').map(function() {
                    return this.value;
                  }).get();
                  console.log('#search_672ac6b6025aa-panel .form-check-input', checkedValues, JSON.stringify(checkedValues));
                  Cookies.set('created', JSON.stringify(checkedValues), {
                    expires: 365,
                    path: '/'
                  });
                  setSearchFilterIcon();
                });
                var savedCookies = Cookies.get('created');
                if (savedCookies) {
                  var checkedValues = JSON.parse(savedCookies);
                  $('#search_672ac6b6025aa-panel .form-check-input').each(function() {
                    this.checked = checkedValues.includes(this.value);
                  });
                }
                setSearchFilterIcon();
              });
            </script>
          </div>
          <div id="filter-views-tab" class="tab-pane fade">
            <div class="panel panel-default searchHTML searchHTMLminViews" id="search_672ac6b6028aa-panel" style="margin: 0;">
              <div class="panel-heading">
                <input class="form-control" type="text" id="search_672ac6b6028aa-search" placeholder="Search..." style="float: unset;">
              </div>
              <div class="panel-body search_672ac6b6028aa">
                <div class="form-check">
                  <label class="form-check-label">
                    <input class="form-check-input" type="radio" name="minViews" checked="" value="0"> All </label>
                </div>
              </div>
            </div>
            <script>
              $(document).ready(function() {
                searchInList('#search_672ac6b6028aa-search', '.search_672ac6b6028aa .form-check');
                $('#search_672ac6b6028aa-panel .form-check-input').on('change', function() {
                  var checked = $(this).prop('checked');
                  var value = $(this).val();
                  $('.searchHTMLminViews input[type="checkbox"], .searchHTMLminViews input[type="radio"]').each(function() {
                    if ($(this).val() === value) {
                      $(this).prop('checked', checked);
                    }
                  });
                  const checkedValues = $('#search_672ac6b6028aa-panel .form-check-input').filter(':checked').map(function() {
                    return this.value;
                  }).get();
                  console.log('#search_672ac6b6028aa-panel .form-check-input', checkedValues, JSON.stringify(checkedValues));
                  Cookies.set('minViews', JSON.stringify(checkedValues), {
                    expires: 365,
                    path: '/'
                  });
                  setSearchFilterIcon();
                });
                var savedCookies = Cookies.get('minViews');
                if (savedCookies) {
                  var checkedValues = JSON.parse(savedCookies);
                  $('#search_672ac6b6028aa-panel .form-check-input').each(function() {
                    this.checked = checkedValues.includes(this.value);
                  });
                }
                setSearchFilterIcon();
              });
            </script>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form class="form-horizontal" id="loginForm">
  <input type="hidden" name="redirectUri" value="">
  <div class="form-group animate__animated animate__flipInX" style="-webkit-animation-delay: 0.8s; animation-delay: 0.8s;">
    <label class="col-sm-4 control-label">User</label>
    <div class="col-sm-8 inputGroupContainer">
      <div class="input-group">
        <span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span>
        <input id="inputUser" placeholder="User" class="form-control" type="text" value="" required="">
      </div>
    </div>
  </div>
  <div class="form-group animate__animated animate__flipInX" style="-webkit-animation-delay: 0.9s; animation-delay: 0.9s;">
    <label class="col-sm-4 control-label">Password</label>
    <div class="col-sm-8 inputGroupContainer">
      <div class="input-group">
        <span class="input-group-addon"><i class="fas fa-lock"></i></span>
        <input id="inputPassword" name="inputPassword" type="password" placeholder="Password" class="form-control">
        <span class="input-group-addon" style="cursor: pointer;" id="toggle_inputPassword" data-toggle="tooltip" data-placement="left" title="Show/Hide Password"><i class="fas fa-eye-slash"></i></span>
      </div>
      <script>
        $(document).ready(function() {
          $('#toggle_inputPassword').click(function() {
            $(this).find('i').toggleClass("fa-eye fa-eye-slash");
            if ($(this).find('i').hasClass("fa-eye")) {
              $("#inputPassword").attr("type", "text");
            } else {
              $("#inputPassword").attr("type", "password");
            }
          })
        });
      </script>
    </div>
  </div>
  <div class="form-group captcha" style="display: none;" id="captchaForm">
    <div class="input-group">
      <span class="input-group-addon">
        <img src="https://video.kohorst.net/captcha?cache=1730856630" id="capcha_672ac6b6044ae" style="border-radius: 8px;">
      </span>
      <span class="input-group-addon">
        <span class="btn btn-xs btn-success" id="btnReloadcapcha_672ac6b6044ae">
          <i class="fa-solid fa-arrows-rotate"></i>
        </span>
      </span>
      <input name="captcha" placeholder="Type the code" class="form-control" type="text" style="height: 60px;" maxlength="5" id="capcha_672ac6b6044aeText">
    </div>
    <script>
      $(document).ready(function() {
        $('#btnReloadcapcha_672ac6b6044ae').click(function() {
          var url = 'https://video.kohorst.net/captcha?cache=1730856630';
          url = addQueryStringParameter(url, "cache", Math.random());
          $('#capcha_672ac6b6044ae').attr('src', url);
          $('#capcha_672ac6b6044aeText').val('');
        });
      });
    </script>
  </div>
  <div class="form-group animate__animated animate__flipInX" style="-webkit-animation-delay: 1s; animation-delay: 1s;">
    <div class="col-xs-4 text-right">
      <label for="inputRememberMe">Remember me</label>
    </div>
    <div class="col-xs-8">
      <div class="material-switch" data-toggle="tooltip" title="Check this to stay signed in">
        <input id="inputRememberMe" class="form-control" type="checkbox">
        <label for="inputRememberMe" class="label-success"></label>
      </div>
    </div>
  </div>
  <!-- Button -->
  <div class="form-group animate__animated animate__flipInX" style="-webkit-animation-delay: 1.1s; animation-delay: 1.1s;">
    <div class="col-md-12">
      <button type="submit" class="btn btn-success  btn-block animate__animated animate__flipInX" style="-webkit-animation-delay: 1.2s; animation-delay: 1.2s;" id="mainButton"><span class="fas fa-sign-in-alt"></span> Sign in</button>
    </div>
  </div>
  <div class="form-group animate__animated animate__flipInX" style="-webkit-animation-delay: 1.3s; animation-delay: 1.3s;">
    <div class="col-xs-12 inputGroupContainer text-center">
      <button type="button" class="btn btn-default btn-xs animate__animated animate__flipInX" style="-webkit-animation-delay: 1.4s; animation-delay: 1.4s;" id="forgotPassword" data-toggle="tooltip" title="Use this to recover your password">
        <i class="fas fa-redo-alt"></i> I forgot my password </button>
    </div>
  </div>
</form>

Text Content

 * * 
   * 
 *  * Search in
    * Categories
    * Date within
    * Views
   
   Video Title
   Video Description
   Channel Name
   Channel Description
   Video ID
   Video Filename
   All
   
   All
   1 day
   5 Days
   10 Days
   15 Days
   20 Days
   25 Days
   30 Days
   1 month
   2 months
   3 months
   4 months
   5 months
   6 months
   7 months
   8 months
   9 months
   10 months
   11 months
   12 months
   All
   
 *    
    * 0
      
      Delete All
      
      
      
      
      
      
    *  * Hungarian (Hungary)
       * Turkish
       * Polish
       * French
       * Dutch
       * English (United States)
       * Arabic (Saudi Arabia)
       * Hebrew (Israel)
       * Thai
       * Chinese (Traditional Han, Taiwan)
       * German
       * Danish (Denmark)
       * Russian
       * Chinese
       * Italian
       * Greek (Greece)
       * Hindi (India)
       * Japanese (Japan)
       * Portuguese
       * Swedish (Sweden)
       * Spanish (Chile)
       * English (Australia)
       * Czech
       * Portuguese (Brazil)
       * Sinhala
       * Korean (South Korea)
       * Spanish
   
      
   
   
    * 

 * Home
 * Trending

 * --------------------------------------------------------------------------------

 * Login

 * --------------------------------------------------------------------------------

 * Audio and Video
 * Videos
 * Audio
   

 * --------------------------------------------------------------------------------

 * Channels
 * Browse Channels

 * --------------------------------------------------------------------------------

   
 * Categories
   

 * --------------------------------------------------------------------------------

 * Install
 * Play a Link
 * Help
 * About
 * Contact





WELCOME BACK!


User

Password


Remember me

Sign in
I forgot my password



 * Powered by AVideo ® Platform v14.2


PROCESSING...



We could not load the video, please login


PROCESSING...