Migrated from github.com/shafiqalibhai/b374k
  • PHP 90.3%
  • JavaScript 9.7%
Find a file
ssa c4b3dd4679 Update README with comprehensive project information
Generated automatically with structured sections (overview, project structure, installation, usage, contributing, license, repository links). Original README content preserved under "Original README".
2026-04-27 20:36:20 +00:00
base b374k 3.2.2 2014-03-24 16:22:31 +07:00
module b374k 3.2.2 2014-03-24 16:22:31 +07:00
theme b374k 3.2 ; packer 0.4 2014-01-20 02:06:50 +07:00
b374k.min.php b374k 3.2.2 2014-03-24 16:22:31 +07:00
b374k.php b374k 3.2.2 2014-03-24 16:22:31 +07:00
index.php b374k 3.2.1 ; packer 0.4.1 2014-03-24 02:18:50 +07:00
LICENSE.md Update LICENSE.md 2014-01-11 23:19:19 +07:00
README.md Update README with comprehensive project information 2026-04-27 20:36:20 +00:00

b374k

Overview

This PHP Shell is a useful tool for system or web administrator to do remote management without using cpanel, connecting using ssh, ftp etc. All actions take place within a web browser

Detected project type: PHP.

This repository was migrated from upstream source github.com/shafiqalibhai/b374k and is preserved here for archival, reference, or continued local development.

At a glance

  • Default branch: master
  • Visibility: public
  • Size: 1.4 MB
  • Created: 2026-04-27
  • Last updated: 2026-04-27
  • Stars / Forks / Open issues: 0 / 0 / 0
  • License: MIT

Languages

Language Bytes Share
PHP 469,715 bytes 90.3%
JavaScript 50,367 bytes 9.7%

Repository structure

  • base/
  • module/
  • theme/
  • b374k.min.php (109,547 B)
  • b374k.php (222,039 B)
  • index.php (17,997 B)
  • LICENSE.md (1,080 B)
  • README.md (2,878 B)

Getting started

Clone the repository:

git clone https://forgejo.deployview.com/ssa/b374k.git
cd b374k

Installation

git clone https://forgejo.deployview.com/ssa/b374k.git
cd b374k

Usage

Refer to the source files in this repository for entry points and intended usage. Update this section with concrete examples once they are established.

Original README

The content below is preserved from the previous README. Headings have been demoted so they don't compete with the new top-level sections.

b374k shell 3.2

This PHP Shell is a useful tool for system or web administrator to do remote management without using cpanel, connecting using ssh, ftp etc. All actions take place within a web browser

Features :

  • File manager (view, edit, rename, delete, upload, download, archiver, etc)
  • Search file, file content, folder (also using regex)
  • Command execution
  • Script execution (php, perl, python, ruby, java, node.js, c)
  • Give you shell via bind/reverse shell connect
  • Simple packet crafter
  • Connect to DBMS (mysql, mssql, oracle, sqlite, postgresql, and many more using ODBC or PDO)
  • SQL Explorer
  • Process list/Task manager
  • Send mail with attachment (you can attach local file on server)
  • String conversion
  • All of that only in 1 file, no installation needed
  • Support PHP > 4.3.3 and PHP 5

Requirements :

  • PHP version > 4.3.3 and PHP 5
  • As it using zepto.js v1.1.2, you need modern browser to use b374k shell. See browser support on zepto.js website http://zeptojs.com/
  • Responsibility of what you do with this shell

Installation :

Download b374k.php (default password : b374k), edit and change password and upload b374k.php to your server, password is in sha1(md5()) format. Or create your own b374k.php, explained below

Customize :

After finished doing editing with files, upload index.php, base, module, theme and all files inside it to a server

Using Web Browser :

Open index.php in your browser, quick run will only run the shell. Use packer to pack all files into single PHP file. Set all the options available and the output file will be in the same directory as index.php

Using Console :

$ php -f index.php
b374k shell packer 0.4

options :
        -o filename                             save as filename
        -p password                             protect with password
        -t theme                                theme to use
        -m modules                              modules to pack separated by comma
        -s                                      strip comments and whitespaces
        -b                                      encode with base64
        -z [no|gzdeflate|gzencode|gzcompress]   compression (use only with -b)
        -c [0-9]                                level of compression
        -l                                      list available modules
        -k                                      list available themes

example :

$ php -f index.php -o myShell.php -p myPassword -s -b -z gzcompress -c 9

Don't forget to delete index.php, base, module, theme and all files inside it after you finished. Because it is not protected with password so it can be a security threat to your server

Documentation :

Coming soon

Old Version :

If your browser is not supported, or any other reason, you can view old version here https://code.google.com/p/b374k-shell/

Contributing

Contributions are welcome. The typical workflow is:

  1. Open an issue describing the change you'd like to make.
  2. Fork the repository (or create a feature branch if you have write access).
  3. Commit your changes with clear, descriptive messages.
  4. Open a pull request against the master branch.

Please follow the existing code style and include tests or reproduction steps where relevant.

License

This project is licensed under the MIT license. See the LICENSE file for the full text.

Repository

  • Browse: https://forgejo.deployview.com/ssa/b374k
  • Clone (HTTPS): https://forgejo.deployview.com/ssa/b374k.git
  • Clone (SSH): ssh://git@forgejo.deployview.com:30143/ssa/b374k.git
  • Upstream / origin: github.com/shafiqalibhai/b374k

This README was generated automatically based on repository metadata, contents, and any prior README content. Edit any section above to add project-specific detail.