Skip to content

Bad field detection for netcup ccp #3050

Description

@jo-so

Have you searched for an existing issue?

  • Yes, I tried searching and reviewed the pinned issues

Brief Summary

The detection of fields (username, password, TOTP, text) works bad.

Expected Versus Actual Behavior

  1. When I go to https://ccp.netcup.net/ (or https://ccp.netcup.net/index.php or https://www.customercontrolpanel.de/) I want the prompt by KPXC for username+password and both fields on the page should be filled appropriately. Currently, nothing happens and I have to start the fill-out manually.

  2. On the next page https://ccp.netcup.net/start.php, I want a prompt for TOTP from KPXC and the field should be filled, but it's often detected as username field

    Image
    <div class="panel-body">
                <div class="col-sm-12">
                    <p>
                                                    </p><div class="alert alert-info">
                                Die TAN können Sie mit dem Token, den Sie bei der Aktivierung der Zwei-Faktor-Authentifizierung erhalten haben, und einer entsprechenden Smartphone-App generieren. Sollten Sie Ihr Token verloren haben, wenden Sie sich bitte an unseren Support.
                            </div>
                                            <p></p>
                    <div class="input-group">
                        <span class="input-group-addon"><i class="fa fa-list"></i></span>
                        <input class="form-control" name="tan" placeholder="TAN" required="" autofocus="" type="text" autocomplete="off">
                    </div>
                </div>
            </div>
  3. After login, there are pages they contain number fields and trigger the credential prompt

    Image
    <div class="form-group row">
                 <label class="col-lg-3 col-xl-2 col-form-label display-label">Expire</label>
                 <div class="col-5 col-sm-4 col-md-3 col-lg-3 col-xl-2">
                     <input class="form-control" type="number" name="zone_settings_expire_154442" id="zone_settings_expire_154442" value="1209600">
                 </div>
             </div>

Steps to Reproduce

see above

KeePassXC-Browser Debug Information

KeePassXC - 2.8.0-snapshot
KeePassXC-Browser - 1.10.3
Operating system: Linux x86_64
Browser: Mozilla Firefox 152.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions