MaskPhish is a simple script to hide phishing URL under a normal looking URL(google.com or facebook.com).
Installing (Tested on Kali Linux, Termux & Ubuntu):
git clone https://github.com/jaykali/maskphish
cd maskphish
bash maskphish.sh
Detailed Article:
https://www.kalilinux.in/2020/07/how-to-hide-phishing-link.html
Start Disscussion On MaskPhish
Want to discuss about MaskPhish with us? (Click Here)[https://github.com/jaykali/maskphish/discussions].
Screenshot
The xargs command in Linux reads items from standard input and passes them as arguments to another…
The locate command in Linux searches for files and directories by name. It queries a pre-built database…
Most modern Linux distributions use systemd as the default service manager. Knowing how to list…
Truncating a file in Linux means removing its contents while leaving the file itself in…
The ss command in Linux lists open sockets and active network connections. It replaced the deprecated netstat command and…
The ftp command in Linux connects to a remote FTP server and transfers files. FTP transmits everything…