htr-tech / zphisher

An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !
GNU General Public License v3.0
10.85k stars 3.55k forks source link

Url Shorting Or Time Complexity Issues #634

Closed LxaNce-Hacker closed 4 months ago

LxaNce-Hacker commented 1 year ago

Which environment you are using ?

Termux / Android

Describe the bug

Your 'zphisher' tool wants some improvements in "zphisher.sh" file. ISSUE : custom_url() { url=${1#http*//} isgd="https://is.gd/create.php?format=simple&url="

IMPROVEMENTS:-

custom_url() {
    url=${1#http*//}
    isgd="https://www.is.gd/create.php?format=simple&url="
github-actions[bot] commented 3 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs/questions.