shark icon indicating copy to clipboard operation
shark copied to clipboard

How to delete old credentials?

Open mountaincastle47 opened this issue 2 years ago • 1 comments

Please there are too many of them now

mountaincastle47 avatar Jul 14 '22 03:07 mountaincastle47

Please there are too many of them now

First of all sorry for this inconvenien, we've patched it in shark official v2.5.1 that stable too And for now use command below to remove manually :

For termux

Take backup 
cp $PREFIX/share/shark/phs/.dumplog.txt <path_to_store>
rm -rf $PREFIX/share/shark/phs/.dumplog.txt

for kali

sudo cp /usr/share/shark/phs/.dumplog.txt <path_to_store>
sudo rm -rf  /usr/share/shark/phs/.dumplog.txt

Thanks for using our tool

~ Mr. Derek

Edited :- Official 2.5.1 on 17th

E343IO avatar Jul 14 '22 07:07 E343IO