zphisher icon indicating copy to clipboard operation
zphisher copied to clipboard

Url Shorting Or Time Complexity Issues

Open LxaNce-Hacker opened this issue 2 years ago • 0 comments

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="

LxaNce-Hacker avatar Nov 02 '22 12:11 LxaNce-Hacker