17 projects tagged "Shells"
PHP Shell is a shell wrapped in a PHP script. It's a tool you can use to execute arbiritary shell-commands or browse the filesystem on your remote Web server. This replaces, to a degree, a normal telnet-connection. You can use it for administration and maintenance of your Web site using commands like ps, free, du, df, and more.
SparForte is a scripting language for large projects requiring reliable, scalable code, reduced maintenance time, and strong bug elimination requirements. It is targeted for programmers interested in quickly writing reliable software, educators wanting to teach disciplined programming skills, and advocates of the Ada/Spark programming languages.
BUSH (Business Shell) combines the capabilities of BASH, PHP, GCC, and databases into a uniform design for rapidly building secure, reliable Web sites. Based on an ISO standard, it promotes code reuse: scripts and templates can be compiled with GCC or ported to JVM or .Net using third party tools with only minor changes. It can also replace BASH as an interactive command shell with SQL support, and is a general purpose scripting language.
phpRemoteShell is an all-in-one Web application to manage servers remotely. It contains a full-featured file manager, the ability to execute shell commands or code written for PHP, SQL, or LDAP, a crontab manager, and a zombie manager. It can also host itself into existing files and auto-deploy during their execution. In case it has been previously encrypted, it is able to self-decrypt on the fly.
Sethi Search Utility is a simple command line utility to submit a search to Google, Yahoo!, or MSN and show the (text) results on standard output. Support for several search engines is included. It's currently in serious need of a re-write, especially to avoid scraping and become a good engine using the search APIs provided.
WebSH is a script that executes commands on a remote machine through Web requests. This script currently only works for Unix based servers and Unix based clients. It emphasizes the fact that a vulnerability that allows a file to be edited or uploaded is just as bad as a buffer overflow of PHP or an Apache thread.
PHPsh allows you to have shell commands run on your behalf by Web servers that serve PHP pages, and solves these issues and more. It is a simplified version of the shell that allows you to execute arbitrary commands remotely through PHP. It is a handy way to run simple commands and maintain a history of executed commands, and a helpful environment that allows you to browse the filesystem and fetch or upload files.
BASP (BAsh Server Pages) is a patch against Bash for processing HTML templates (or any documents) with embedded shell scripts. The advantage is that you have full access to the shell and system environment without learning yet another programming language. This project has been merged with BashDiff.