Exemplo n.º 1
0
    def _stringify_result(self):

        Upload2web._stringify_result(self)

        sess_filename = os.path.join(
            *(self.args['rpath'].split('/')[:-1] + ['sess_*']))

        self._output = """Php proxy installed, point your browser to %s?u=http://www.google.com .
Delete '%s' and '%s' at session end.""" % ( self.args['url'], self.args['rpath'], sess_filename )
Exemplo n.º 2
0
    def _stringify_result(self):

        Upload2web._stringify_result(self)

        sess_filename = os.path.join(*(self.args['rpath'].split('/')[:-1] +
                                       ['sess_*']))

        self._output = """Php proxy installed, point your browser to %s?u=http://www.google.com .
Delete '%s' and '%s' at session end.""" % (self.args['url'],
                                           self.args['rpath'], sess_filename)