Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 632 Bytes

File metadata and controls

18 lines (17 loc) · 632 Bytes

make from

# https://github.com/katmagic/Shallot
# https://github.com/ReclaimYourPrivacy/eschalot

how use,in kali linux, or centos

git clone https://github.com/hktalent/shallot_eschalot
cd shallot_eschalot
ln `pwd`/libcrypto.so.10 /lib/x86_64-linux-gnu/libcrypto.so.10
ln `pwd`/libssl.so.10 /lib/x86_64-linux-gnu/libssl.so.10
ln `pwd`/shallot /usr/local/bin/shallot
ln `pwd`/eschalot /usr/local/bin/eschalot
chmod +x /usr/local/bin/eschalot
chmod +x /usr/local/bin/shallot

image