Linux eyewebsolution.dnshostserver.in 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Apache
: 185.131.55.234 | : 216.73.216.138
676 Domain
5.6.40
omxrelocation
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
i360-php /
python-proto /
[ HOME SHELL ]
Name
Size
Permission
Action
example1.py
318
B
-rw-r--r--
example2.py
1.3
KB
-rw-r--r--
example2_old.py
1.04
KB
-rw-r--r--
message_reader.py
727
B
-rw-r--r--
message_reader_old.py
1.12
KB
-rw-r--r--
sendmessage_pb2.py
18.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : example2.py
import io import socket import sys import os import message_reader def main(): php_dict = message_reader.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) os.chmod(server_address, 0o777) 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.readDataFromStream(file) if obj=="": break queue = obj.proactive.queue_string.split("|") print "[", for item in queue: index_letter = item[0].lower() if index_letter == 'a': print "ANYOP(%s)" % (item[1:]), else: bad = "" if item[0].isupper(): bad = "(BAD)" print "%s%s" % (php_dict[index_letter],bad), print "]" file.close() finally: connection.close() if __name__== "__main__": main()
Close