pyload.lueiro.duckdns.org Open in urlscan Pro
88.11.141.94  Public Scan

Submitted URL: http://pyload.lueiro.duckdns.org/
Effective URL: https://pyload.lueiro.duckdns.org/login
Submission Tags: krdtest
Submission: On February 09 via api from JP — Scanned from JP

Form analysis 3 forms found in the DOM

POST

<form action="" method="post" accept-charset="utf-8" id="login">
  <input type="hidden" name="do" value="login">
  <div class="login-logo">
    <img alt="Pyload" src="/media/modern/img/pyload.png">
  </div>
  <div class="col-sm-4 col-sm-offset-4">
    <div class="form-group">
      <label for="username">Username</label>
      <input type="text" class="form-control" id="username" size="20" name="username" autocomplete="off">
    </div>
    <div class="form-group">
      <label for="password">Password</label>
      <div class="form-group has-feedback"><input type="password" class="form-control reveal-pass" id="password" size="20" name="password" autocomplete="off" data-reveal-pass-id="1644390425099"><button class="close form-control-feedback hidden"
          type="button" style="pointer-events: auto;" data-reveal-pass-id="1644390425099"><span class="glyphicon glyphicon-eye-close" style="font-size: 11px;"></span></button></div>
    </div>
    <button type="submit" name="submit" value="Login" class="btn btn-primary">
      <span class="glyphicon glyphicon-log-in"></span> SIGN IN </button>
  </div>
</form>

POST /json/add_package

<form id="add_form" class="form-group" action="/json/add_package" method="POST" enctype="multipart/form-data" style="margin-bottom: 40px;">
  <div class="form-group">
    <label for="add_name">Name</label>
    <input id="add_name" class="form-control" name="add_name" type="text">
    <p class="help-block">The name of the package</p>
  </div>
  <div class="form-group">
    <label for="add_links">Links</label>
    <a onclick="parseUri()">
              <span class="glyphicon glyphicon-filter" title="Filter urls" style="color: #333 !important;float: right; font-size: 10px; line-height: 20px; cursor: pointer;"></span>
            </a>
    <textarea class="form-control" rows="4" wrap="off" style="resize: none; width: 100%" name="add_links" id="add_links"></textarea>
    <p class="help-block">Add a list of links</p>
  </div>
  <div class="form-group">
    <label for="add_password">Password</label>
    <input id="add_password" class="form-control" name="add_password" type="text">
    <p class="help-block">Type the package password</p>
  </div>
  <div class="form-group" style="white-space: nowrap; overflow: hidden;">
    <label for="add_file">Upload a container</label>
    <p>
    </p>
    <div class="text-ellipsis">
      <label class="btn btn-light" for="add_file" style="padding: 0 25px; margin-right: 5px;">
        <input name="add_file" id="add_file" type="file" style="display: none;" onchange="$('#upload-file-info').text(this.files[0].name);">File </label>
      <span id="upload-file-info">not available</span>
    </div>
  </div>
  <div class="form-group">
    <label for="add_dest">Destination </label>
    <div class="radio" style="display: inline-block">
      <label><input type="radio" name="add_dest" id="add_dest" value="1" checked="checked" style="padding: 10px 10px;">Queue</label>
    </div>
    <div class="radio" style="display: inline-block">
      <label><input type="radio" name="add_dest" id="add_dest2" value="0" style="padding: 10px 10px;">Collector</label>
    </div>
  </div>
  <button class="btn btn-primary pull-right" id="add_submit" type="submit" style="margin-left: 5px;">Add Package</button>
  <button class="btn btn-warning pull-right" data-dismiss="modal" id="add_reset" type="reset">Cancel</button>
</form>

POST /json/set_captcha

<form id="cap_form" class="form-group" action="/json/set_captcha" method="POST" enctype="multipart/form-data" onsubmit="return false;" autocomplete="off" style="margin-bottom: 40px;">
  <input id="cap_id" name="cap_id" type="hidden" value="">
  <div id="cap_textual" style="display: none;">
    <div class="form-group">
      <label for="cap_textual_img">Captcha</label>
      <div><img id="cap_textual_img" class="img-responsive" style="border: 1px solid #bbb; padding: 3px 3px 3px 3px;" src=""></div>
    </div>
    <div class="form-group">
      <label for="cap_result">Text</label>
      <input class="form-control" id="cap_result" name="cap_result" type="text" size="20">
      <div class="small">Input the text on the captcha.</div>
    </div>
  </div>
  <div id="cap_positional" style="display: none; text-align: center">
    <img id="cap_positional_img" src="" style="margin: 10px; cursor: pointer;">
    <div class="small">Please click on the right captcha position.</div>
  </div>
  <div id="cap_interactive" style="display: none; text-align: center; padding-bottom: 15px;">
    <div id="cap_iframe_clipping" style="overflow: hidden;">
      <iframe src="" id="cap_interactive_iframe" sandbox="allow-scripts allow-forms allow-same-origin" frameborder="0" scrolling="no" style="position: relative; height: 100%; width: 100%; overflow: hidden; border: 0;">
        <p>Your browser does not support iframes.</p>
      </iframe>
    </div>
    <div id="cap_interactive_loading">
      <p style="white-space: nowrap;">The captcha may take a few seconds to load.</p>
      <p>Note: to solve this interactive captchas<br> Please install the <a href="https://tampermonkey.net/" target="_blank">Tampermonkey</a> add-on in your browser and add the <a href="/media/js/captcha-interactive.user.js">pyload userscript</a>.
      </p>
    </div>
  </div>
  <div id="cap_invisible_loading">
    <p style="white-space: nowrap;">Invisible captcha is in background progress,<br>
    </p>
    <p style="white-space: nowrap;">this window will automatically close, please wait.</p><br>
    <p>Note: to solve this invisible captcha<br> Please install the <a href="https://tampermonkey.net/" target="_blank">Tampermonkey</a> add-on in your browser and add the <a href="/media/js/captcha-interactive.user.js">pyload userscript</a>. </p>
  </div>
  <button class="btn btn-primary pull-right" id="cap_submit" type="submit" style="margin-left: 5px;">Submit</button>
  <div class="btn btn-warning pull-right" data-dismiss="modal" id="cap_reset">Close</div>
</form>

Text Content

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Captcha waiting
 * loading

Toggle navigation


Captcha waiting
loading
Username
Password

SIGN IN


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

© 2008-2022 pyLoad Team


Add Package
Paste your links or upload a container.
Name

The name of the package

Links

Add a list of links

Password

Type the package password

Upload a container



File not available
Destination
Queue
Collector
Add Package Cancel



Captcha reading
Captcha

Text
Input the text on the captcha.
Please click on the right captcha position.

Your browser does not support iframes.

The captcha may take a few seconds to load.

Note: to solve this interactive captchas
Please install the Tampermonkey add-on in your browser and add the pyload
userscript.

Invisible captcha is in background progress,


this window will automatically close, please wait.


Note: to solve this invisible captcha
Please install the Tampermonkey add-on in your browser and add the pyload
userscript.

Submit
Close


ENABLE JAVASCRIPT TO USE THE WEBINTERFACE.