����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
import io
import socket
import sys
import os
import message_reader_old

def main():
  php_dict = message_reader_old.fillDictionary()
  server_address = '/tmp/go.sock'

  try:
    os.unlink(server_address)
  except OSError:
    if os.path.exists(server_address):
        raise

  sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)

  print >>sys.stderr, 'starting up on %s' % server_address
  sock.bind(server_address)

  sock.listen(1)

  while True:
    print >>sys.stderr, 'waiting for a connection'
    connection, client_address = sock.accept()
    try:
      print >>sys.stderr, 'connection from', client_address
      file = io.open(connection.fileno(), "rb", buffering = 0)
      while True:
        obj = message_reader_old.readDataFromStream(file)
        if obj=="":
          break
        queue = obj.proactive.queue
        print "[ ",
        for val in queue:
          print "%s "%(message_reader_old.translateQueueItem(val, php_dict)),
        print "]"
      file.close()
    finally:
      connection.close()

if __name__== "__main__":
  main()

Filemanager

Name Type Size Permission Actions
example1.py File 318 B 0644
example2.py File 1.3 KB 0644
example2_old.py File 1.04 KB 0644
message_reader.py File 727 B 0644
message_reader_old.py File 1.12 KB 0644
sendmessage_pb2.py File 18.75 KB 0644