Forward from: ᵗʰᵉ ⁅VIPERZCREW ⁆ ᴳᵒᵈˢ 🐧
💫 HOW TO FIX THEHARVESTER ERROR 💫
If you want to type :
theharvester
You'll get an output :
The command theharvester is deprecated. Please use theHarvester instead.
Well if you do
cat /usr/bin/theharvester
Then you just see
set -e
echo "The command theharvester is deprecated. Please use theHarvester instead."
So it's useless.
1️⃣ Remove Old »theharvester«
sudo rm /usr/bin/theharvester
2️⃣ Moving »theHarvester« to »theharvester«
sudo mv /usr/bin/theHarvester /usr/bin/theharvester
3️⃣ Testing
theharvester
It should print out the usage.
Thanks ❤️
Read Also : TheHarvester For Termux ( https://t.me/ViperZCrew/4380 )
If you want to type :
theharvester
You'll get an output :
The command theharvester is deprecated. Please use theHarvester instead.
Well if you do
cat /usr/bin/theharvester
Then you just see
set -e
echo "The command theharvester is deprecated. Please use theHarvester instead."
So it's useless.
1️⃣ Remove Old »theharvester«
sudo rm /usr/bin/theharvester
2️⃣ Moving »theHarvester« to »theharvester«
sudo mv /usr/bin/theHarvester /usr/bin/theharvester
3️⃣ Testing
theharvester
It should print out the usage.
Thanks ❤️
Read Also : TheHarvester For Termux ( https://t.me/ViperZCrew/4380 )