Author Topic: Shells  (Read 1295 times)

0 Members and 1 Guest are viewing this topic.

Offline relax

  • Sir
  • ***
  • Posts: 562
  • Cookies: 114
  • The one and only
    • View Profile
Shells
« on: October 04, 2012, 12:42:47 pm »
I couldent find a post about this witch i thought was a bit wierd so here i go
PHP/ASP Shells
witch do you use?
whats special about it?
I had a shell witch i loved but after totaly wiping my hard drive and not being able to backup everything iam now in the hunt of a new one.

i found this
http://www.seclist.us/2012/05/cyb3r-sh3ll-v-10-advanced-php-shell.html
seems promising
Code: [Select]
[0x04A] Shell
[0x04B] Platform Independent
[0x04C] Encoder (md5,crypt, sha1, crc32, url(encode/decode), base_64(encodr/decoder), dec2hex )
[0x04D] Cracker (Hash, SMTP, POP3, IMAP, FTP, SNMP, MySQL, HTTP Form, HTTP Basic, Cpanel)
[0x04E] Dictionary Maker
[0x04F] Port Scanner
[0x04G] NS Lookup
[0x04H] Security Scanner
[0x04I] List of Processes
[0x04J] Full Server Info (CPU Info, Username, OS, Disk Drive Info, etc..)
[0x04K] Automatic Exploit Searching
[0x04L] Proxy
[0x04M] WhoIs
[0x04N] SQL Administration
[0x04O] PHP Code Evaluater
[0x04P] Mass Code Injector (Appender and Overwriter)
[0x04Q] PHP Obfuscator
[0x04R] Web-Server Fuzzer
[0x04S] Mass Mailer
[0x04T] Mail Bomber (With Less Spam detection feature)
[0x04U] Anonymous Mailer with Attachment
[0x04V] PHP Safe Mode By-Passer
[0x04W] PHP DOSer
[0x04X] Design
[0x04Y] Secure Login
[0x04Z] Sites on Local Sever
[0x05A] Deletion of Files 
[0x05B] Bind Shell
[0x05C] Back Connect
[0x05D] Rename Files
[0x05E] Encoded Title
[0x05F] Traceback (Email Alerts)
[0x05G] Better Command Execution (even supports older version of PHP)
[0x05H] Lock Mode Customisation
[0x05I] PHP Decoder
[0x05J] Anti-Crawler Feature
[0x05K] Python & C Bind-Shell
[0x05L] Self Remover
« Last Edit: October 04, 2012, 12:44:21 pm by relax »

Offline ca0s

  • VIP
  • Sir
  • *
  • Posts: 432
  • Cookies: 53
    • View Profile
    • ka0labs #
Re: Shells
« Reply #1 on: October 04, 2012, 01:06:57 pm »
I used to use shells derived from c99, like storm7. I also coded my own one, which I used for simplicity but has a lot of bugs.
I didn't really care about webshell's interface unless I couldn't launch a reverse/direct shell with netcat and I had to work my way with it.

Offline Silentz

  • Peasant
  • *
  • Posts: 64
  • Cookies: 12
    • View Profile
Re: Shells
« Reply #2 on: October 04, 2012, 02:33:27 pm »
I used to use the w4ck1ng shell, one which was derived from c99, with the "backdoor" removed. Can't find it anywhere now.