Cancro29 / NETHERCAP

A Wi-Fi penetration testing tool for ESP8266, ESP-32, and BW16
197 stars 25 forks source link

Custom pages for Connecting/Retrying/Password Failed #12

Closed krisss117 closed 6 months ago

krisss117 commented 6 months ago

Hi, it is amazing project.

If it is possible it will be amazing to set pages for: Connecting/Retrying/Password Failed pages.

I think You can use File Manager and set uploaded page as Connecting/Retrying/Password Failed :)

Cancro29 commented 6 months ago

That page contains script exclusive to Nethercap, changing it means password verifying process will take longer or even fail.

krisss117 commented 6 months ago

Thank You for answer. Do You think simple text/html replace on page still may fail that process? That functionality can help users with other languages.

Cancro29 commented 6 months ago

It depends on how the web page is made. The script exist to ensure the password can be verified as fast and accurate as possible by observing wifi status behavior. Inserting custom web page will likely disrupt this verifying process.

If you are requesting this feature for the sake of language support, i've been considering a custom language support where the user can edit the language using built-in text editor. I wondered if people really need it. What do you think?

krisss117 commented 6 months ago

I think it will be ok. Information in local language are more trusted.

Cancro29 commented 6 months ago

Hello, I have released version 2.5 which support custom language on default captive portal and reconnecting page.

krisss117 commented 6 months ago

Amazing! Work perfect :)

Please add one more variable to change "Password" :)

PS. Thanks for fast implement changes

Cancro29 commented 6 months ago

I'm sorry, I don't understand that. Can you give me further explanation?

krisss117 commented 6 months ago

image

Cancro29 commented 6 months ago

Ah yes, i forgot to add that. Thanks for reminding me

krisss117 commented 6 months ago

Hi, text box cut words - show only first words... image image

Cancro29 commented 6 months ago

Thanks for pointing it out. It will be fixed in later release