def main():
if os.name != "nt":
if os.getuid() == 0:
os.system("git clone https://github.com/joshDelta/smsBomber.git /usr/share/smsBomber")
for i in ["termcolor", "datetime"]:
pip.main(["install", i])
file = open("/usr/bin/smsBomber", "w")
file.write(content)
file.close()
os.system("chmod +x /usr/bin/smsBomber")
print "\n\n[+] Installation finished, type 'python smsbomber.py ' to use program!"
else:
print "Run as root!"
else:
print "This script doesn't work on Windows!"
评论列表
文章目录