darknethaxor / DH-HackBar

DH HackBar. Advanced Web Penetration Testing Tool.
329 stars 67 forks source link

Extracting Google Dork result link causes crash #18

Open eingengraou opened 1 year ago

eingengraou commented 1 year ago

When i search this dork on the app:

intitle:dallas intext:wholesale intext:"@outlook.com"

keep scrolling down the results and clicking SEE MORE where neccessary untill the end of the page and then clicking Extract Links --> Page links , the application crashes and gives the message below

========================================

Xiaomi M2006C3MG, Android 10, V1.1;

java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern : %%2
    at java.net.URLDecoder.decode(URLDecoder.java:178)
    at com.darknethaxor.hackbar.fq.shouldOverrideUrlLoading(Unknown Source:64)
    at org.chromium.android_webview.AwContentsClientBridge.shouldOverrideUrlLoading(chromium-TrichromeWebViewGoogle.apk-stable-428010130:16)
    at android.os.MessageQueue.nativePollOnce(Native Method)
    at android.os.MessageQueue.next(MessageQueue.java:336)
    at android.os.Looper.loop(Looper.java:182)
    at android.app.ActivityThread.main(ActivityThread.java:7563)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:994)

========================================