Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nu11secur1ty
GitHub Repository: nu11secur1ty/Kali-Linux
Path: blob/master/2022-2023/skype/spy.sh
1306 views
1
#!/usr/bin/bash
2
# @nu11secur1ty 2023
3
mkdir -p skype
4
cd skype
5
wget https://repo.skype.com/latest/skypeforlinux-64.deb
6
dpkg -i skypeforlinux-64.deb
7
sleep 3
8
cd ..
9
rm -rf skype
10
11