Home / version 0.5
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2015-05-19 2.5 kB
source.php 2015-05-18 43.4 kB
compressed.php 2015-05-18 17.2 kB
compiled.php 2015-05-18 28.5 kB
Totals: 4 Items   91.6 kB 0
**********************************
* This is the MACI PHP web shell *
**********************************

License is the GPL V2 that should be in the same folder as this file.

Instructions
============
If your're playing with something like this you probably won't need
them. Clues:

- DEFAULT PASSWORD IS : easywebshell

- Of course you will need APACHE+PHP to run it! 

- Place any of the shells (source.php, compiled.php or compressed.php) on the
  www folder. It should work with any modern browser.

More detailed instructions can be found at the project webpage.

List of parameters (GET, POST, SESSION)
=======================================

$_GET params:
	q --> QUIT. Value is '1' to logoff
	g --> SHOW GRAPHIC or ICON. Values are:
		folder		--> Folder in list view
		page		--> File in list view
		arrow_down	--> Sort options in list view
		cancel		--> Logoff option
		arrow_right	--> Symlink in list view
		arrow_undo	--> Back one dir in list view
		terminal	--> Shell option
		disk		--> Save file option
		folder_magnify	--> List view option
		world_go	--> Proxy browse option
		drive       --> Drive image
		error       --> Error image (May need it!)
		picture     --> A picture for thumbnail toggle option.
		screen      --> Attempts to capture system screen		
		If not set, returns empty png.
	s --> SHELL. Value is a shell command
	d --> GET FILE. Value is the file's path.
	l --> LIST VIEW*. Content is the path, if not set it's defaulted to '/'
	  o --> LIST VIEW*. Sort list view. Depending on the content:
		  time : Orders List view by date/time.
		  size : Orders List view by size.
		  If not set, lst view order will be the default, whatever that is.
	  m --> Image thumbs (miniatures) on list view. Set to 'y' if you want them
		
	t --> THUMBNAIL --> Create a thumb of the image in the path.
	w --> PROXY BROWSER. Content is the URL to navigate to.
	x --> PROXY BROWSER ELEMENT. Content is the url of the element.
	u --> UPLOAD FILE SCREEN. Value is NOT USED, although it can have the pathname.
		See $_POST u for more information.
	i --> System information. Doesn't need any value to work	


* List view is the default , so it doesn't neet any parameter set

$_POST params:
	p --> Password
	u --> output pathname/filename for remote file creation
	v --> IF 'v' is set then v is the content of the new file. Also used
		for old content uploaded.
    u2 -> same as u, for files
	v2 -> same as v, for uploading file.

$_SESSION params:
	p --> Password (if session has been started)



Source: README.txt, updated 2015-05-19