Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hackerxphantom
GitHub Repository: hackerxphantom/Spoof_AnyMail
Path: blob/Master/setup.sh
11 views
1
#bin/python3
2
#codded by hacker xphantom
3
4
apt-get update
5
apt-get upgrade
6
apt-get install python3
7
pip3 install requests
8
9