Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.226.248.17
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
qptran /
nopage /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
1.24
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
import React, { Component } from "react"; import { Link } from "react-router-dom"; export class Error404 extends Component { render() { return ( <div> <div className="d-flex align-items-center text-center error-page bg-primary pt-5 pb-4 h-100"> <div className="row flex-grow"> <div className="col-lg-8 mx-auto text-white"> <div className="row align-items-center d-flex flex-row"> <div className="col-lg-6 text-lg-right pr-lg-4"> <h1 className="display-1 mb-0">404</h1> </div> <div className="col-lg-6 error-page-divider text-lg-left pl-lg-4"> <h2>SORRY!</h2> <h3 className="font-weight-light"> The page you’re looking for was not found. </h3> </div> </div> <div className="row mt-5"> <div className="col-12 text-center mt-xl-2"> <Link className="text-white font-weight-medium" to="/"> Back to home </Link> </div> </div> </div> </div> </div> </div> ); } } export default Error404;
Close