spyboy-productions / Facad1ng

The Ultimate URL Masking Tool - An open-source URL masking tool designed to help you Hide Phishing URLs and make them look legit using social engineering techniques.
https://colab.research.google.com/github/spyboy-productions/Facad1ng/blob/main/Facad1ng.ipynb
MIT License
182 stars 23 forks source link

doesnt work #3

Closed profesionalleet1337 closed 7 months ago

profesionalleet1337 commented 7 months ago

Hey, from my test, the tool didnt' work. Its generated 10 lines maskied url, which is not clickable and useful, I mean the masking option is bugged and didn't work! Could u fix her ?

thisisshubhamkumar commented 7 months ago

you need to be more specific, attach a snapshot or type the error that it’s showing.

It’s a pretty straightforward tool, just install requirement and run it.

Screenshot 2023-11-16 at 8 49 12 PM
profesionalleet1337 commented 7 months ago

you need to be more specific, attach a snapshot or type the error that it’s showing.

It’s a pretty straightforward tool, just install requirement and run it.

Screenshot 2023-11-16 at 8 49 12 PM

It's functional normal when I type fictional or working website, but when I generate a phishing link from a phishing tool, like zpisher or something like this ( generated with cloudflare for example ) , it doesn't accept the link and doesn't do the mask..

What's I received is this: "/home/x/Facad1ng/facad1ng.py", line 102, in short_urls = [shortener.short(web_url) for shortener in shorteners] File "/home/x/Facad1ng/facad1ng.py", line 102, in short_urls = [shortener.short(web_url) for shortener in shorteners] File "/home/x/.local/lib/python3.9/site-packages/pyshorteners/shorteners/tinyurl.py", line 37, in short raise ShorteningErrorException(response.content) pyshorteners.exceptions.ShorteningErrorException: There was an error on trying to short the url: b'Error

thisisshubhamkumar commented 7 months ago

This is still not helpful attach a screenshot of the terminal where you pass the URL and other arguments else mention what URL you are passing.

I can only guess either you have not installed requirements or you are passing the localhost URL that you mentioned generated by tool zpisher which is generally not port forwarded URL which will not work on the internet. make sure that the URL you are passing works on the internet(with status 200) else first port forward your localhost.

profesionalleet1337 commented 7 months ago

This is still not helpful attach a screenshot of the terminal where you pass the URL and other arguments else mention what URL you are passing.

I can only guess either you have not installed requirements or you are passing the localhost URL that you mentioned generated by tool zpisher which is generally not port forwarded URL which will not work on the internet. make sure that the URL you are passing works on the internet(with status 200) else first port forward your localhost.

Okay, here : 1

I inserted a link generated by other phishing tool - with cloudflear, the link worked, but the tool does not want to mask it, this is what I get as a response.. (If I write a normal website for example or make up something like "www.normalste.com" its working - yes , but doesn't want to mask those links generated by phishing tools for example, why ? )

thisisshubhamkumar commented 7 months ago

As I mentioned before make sure that the URL you are passing works on the internet(www) not only on localhost https://greatest-headlines-tennessee-lottery.trycloudflare.com/ has no status 200 check on https://httpstatus.io/

trycloudflare.com has also no status of 200

That’s not a valid URL that URL Shortener can shorten. Try port forwarding if you are hosting phishing URL locally.

Second, don’t put www before domain in the custom domain.

Here’s another example, I am masking the localhost port forwarded NGROK URL, which works perfectly fine.

Screenshot 2023-11-20 at 11 16 42 PM
profesionalleet1337 commented 7 months ago

As I mentioned before make sure that the URL you are passing works on the internet(www) not only on localhost https://greatest-headlines-tennessee-lottery.trycloudflare.com/ has no status 200 check on https://httpstatus.io/

trycloudflare.com has also no status of 200

That’s not a valid URL that URL Shortener can shorten. Try port forwarding if you are hosting phishing URL locally.

Second, don’t put www before domain in the custom domain.

Here’s another example, I am masking the localhost port forwarded NGROK URL, which works perfectly fine. Screenshot 2023-11-20 at 11 16 42 PM

You explain quite well and in detail! Thank you for that and I understand where the problem is. But, when I use ready-made tools, they just generate this type of links, most of them are based on localhost/cloudflare and so on. There is also an option with ngrock, but it is not preferred and is I think also with some time ( 15 minutes "living link" , I think it was from memory, which is not ok for phishing ). As a conclusion, the mask only works with sites like this, which is about 200, right ? There is no way to mask such links, like those from ready-made toolkits, if I understand correctly. Please apologize me for the bad grammar ! (Do you have a discord/telegram, somewhere where I can keep in touch with you ?)

thisisshubhamkumar commented 7 months ago

You can reach us on Discord: https://discord.gg/ZChEmMwE8d We are closing this issue.