예제 #1
0
파일: phpproxy.py 프로젝트: TheDice/Weevely
    def _output_result(self):

        Upload2web._output_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,
        )