Advertisement
Kyfx

Dox Web musicman

Jul 25th, 2015
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.57 KB | None | 0 0
  1. Target:http://mm.cubizone.com/splash/pre-register/?id=mmobt%27
  2.  
  3. By Kyfx
  4.  
  5. Vuln to many attacks but need to bypass walls and holes
  6.  
  7. Web might need to attack with a Dos DIOS attack or a botnet spoof attacking using Black Fake Mail using a ip address all dump with email and pw's!
  8.  
  9.  
  10. Error
  11. PHP Notice – yii\base\ErrorException
  12.  
  13. Undefined variable: sid
  14. 1. in /var/www/mmo/site/splash/pre-register/controllers/SiteController.php at line 103
  15. 949596979899100101102103104105106107108109110111112 foreach($regdetails as $data){
  16. $registerid = $data['registration_id'];
  17. $registername = $data['registration_name'];
  18. $registerdesc = $data['registration_desc'];
  19. $registercode = strtolower($data['registration_code']);
  20. $registerbg = $data['registration_bg'];
  21. $sid = $data['sid'];
  22. }
  23.  
  24. if($sid == 1)
  25. {
  26.  
  27. if( Yii::$app->request->isAjax && $model2->load($_POST) )
  28. {
  29. Yii::$app->response->format = 'json';
  30. return \yii\widgets\ActiveForm::validate($model2);
  31. }
  32.  
  33. if( $model->load(Yii::$app->request->post()) && $model2->load(Yii::$app->request->post()) ){
  34. 2. in /var/www/mmo/site/splash/pre-register/controllers/SiteController.php – yii\base\ErrorHandler::handleError(8, 'Undefined variable: sid', '/var/www/mmo/site/splash/pre-reg...', 103, ...) at line 103
  35. 3. app\controllers\SiteController::actionIndex()
  36. 4. in /var/www/mmo/site/splash/pre-register/vendor/yiisoft/yii2/base/InlineAction.php – call_user_func_array([app\controllers\SiteController, 'actionIndex'], []) at line 55
  37. 495051525354555657 $args = $this->controller->bindActionParams($this, $params);
  38. Yii::trace('Running action: ' . get_class($this->controller) . '::' . $this->actionMethod . '()', __METHOD__);
  39. if (Yii::$app->requestedParams === null) {
  40. Yii::$app->requestedParams = $args;
  41. }
  42.  
  43. return call_user_func_array([$this->controller, $this->actionMethod], $args);
  44. }
  45. }
  46. 5. in /var/www/mmo/site/splash/pre-register/vendor/yiisoft/yii2/base/Controller.php – yii\base\InlineAction::runWithParams(['id' => 'mmobt'']) at line 151
  47. 145146147148149150151152153154155156157 }
  48.  
  49. $result = null;
  50.  
  51. if ($runAction && $this->beforeAction($action)) {
  52. // run the action
  53. $result = $action->runWithParams($params);
  54.  
  55. $result = $this->afterAction($action, $result);
  56.  
  57. // call afterAction on modules
  58. foreach ($modules as $module) {
  59. /* @var $module Module */
  60. 6. in /var/www/mmo/site/splash/pre-register/vendor/yiisoft/yii2/base/Module.php – yii\base\Controller::runAction('', ['id' => 'mmobt'']) at line 455
  61. 449450451452453454455456457458459460461 $parts = $this->createController($route);
  62. if (is_array($parts)) {
  63. /* @var $controller Controller */
  64. list($controller, $actionID) = $parts;
  65. $oldController = Yii::$app->controller;
  66. Yii::$app->controller = $controller;
  67. $result = $controller->runAction($actionID, $params);
  68. Yii::$app->controller = $oldController;
  69.  
  70. return $result;
  71. } else {
  72. $id = $this->getUniqueId();
  73. throw new InvalidRouteException('Unable to resolve the request "' . ($id === '' ? $route : $id . '/' . $route) . '".');
  74. 7. in /var/www/mmo/site/splash/pre-register/vendor/yiisoft/yii2/web/Application.php – yii\base\Module::runAction('', ['id' => 'mmobt'']) at line 84
  75. 78798081828384858687888990 $params = $this->catchAll;
  76. unset($params[0]);
  77. }
  78. try {
  79. Yii::trace("Route requested: '$route'", __METHOD__);
  80. $this->requestedRoute = $route;
  81. $result = $this->runAction($route, $params);
  82. if ($result instanceof Response) {
  83. return $result;
  84. } else {
  85. $response = $this->getResponse();
  86. if ($result !== null) {
  87. $response->data = $result;
  88. 8. in /var/www/mmo/site/splash/pre-register/vendor/yiisoft/yii2/base/Application.php – yii\web\Application::handleRequest(yii\web\Request) at line 375
  89. 369370371372373374375376377378379380381 try {
  90.  
  91. $this->state = self::STATE_BEFORE_REQUEST;
  92. $this->trigger(self::EVENT_BEFORE_REQUEST);
  93.  
  94. $this->state = self::STATE_HANDLING_REQUEST;
  95. $response = $this->handleRequest($this->getRequest());
  96.  
  97. $this->state = self::STATE_AFTER_REQUEST;
  98. $this->trigger(self::EVENT_AFTER_REQUEST);
  99.  
  100. $this->state = self::STATE_SENDING_RESPONSE;
  101. $response->send();
  102. 9. in /var/www/mmo/site/splash/pre-register/index.php – yii\base\Application::run() at line 12
  103. 6789101112
  104. require(__DIR__ . '/vendor/autoload.php');
  105. require(__DIR__ . '/vendor/yiisoft/yii2/Yii.php');
  106.  
  107. $config = require(__DIR__ . '/config/web.php');
  108.  
  109. (new yii\web\Application($config))->run();
  110. $_GET = [
  111. 'id' => 'mmobt\'',
  112. ];
  113.  
  114. $_SERVER = [
  115. 'HTTP_HOST' => 'mm.cubizone.com',
  116. 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
  117. 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch',
  118. 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8,th;q=0.6',
  119. 'HTTP_COOKIE' => 'PHPSESSID=4l3hpj593okkr2grvjbti9jmm7; __unam=c1ad6b-14ea56b5f5d-4916bff0-2; _csrf=80ceb56ab074196723d0c41704f1b1d764ce5d406e66557e5649960c2a3a833ca%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22viA26svehGWIXPZwcWztYtC8x-IaHo3r%22%3B%7D; _ga=GA1.2.922357702.1435630558; _gat=1; e301ddb99d2aca8a885fd2c2636a1d62=vcojvoc5pjoa1qfojuv4t5l0f4',
  120. 'HTTP_FORWARDED' => 'for=125.134.202.74',
  121. 'HTTP_SCHEME' => 'http',
  122. 'HTTP_UPGRADE_INSECURE_REQUESTS' => '1',
  123. 'HTTP_VIA' => '1.1 Chrome-Compression-Proxy',
  124. 'HTTP_X_FORWARDED_FOR' => '125.134.202.74',
  125. 'HTTP_CONNECTION' => 'Keep-alive',
  126. 'HTTP_USER_AGENT' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.107 Safari/537.36',
  127. 'PATH' => '/usr/local/bin:/usr/bin:/bin',
  128. 'SERVER_SIGNATURE' => '
  129. Apache/2.2.22 (Ubuntu) Server at mm.cubizone.com Port 80
  130.  
  131. ',
  132. 'SERVER_SOFTWARE' => 'Apache/2.2.22 (Ubuntu)',
  133. 'SERVER_NAME' => 'mm.cubizone.com',
  134. 'SERVER_ADDR' => '110.74.182.185',
  135. 'SERVER_PORT' => '80',
  136. 'REMOTE_ADDR' => '66.249.82.188',
  137. 'DOCUMENT_ROOT' => '/var/www/mmo/site',
  138. 'SERVER_ADMIN' => '[no address given]',
  139. 'SCRIPT_FILENAME' => '/var/www/mmo/site/splash/pre-register/index.php',
  140. 'REMOTE_PORT' => '38381',
  141. 'GATEWAY_INTERFACE' => 'CGI/1.1',
  142. 'SERVER_PROTOCOL' => 'HTTP/1.1',
  143. 'REQUEST_METHOD' => 'GET',
  144. 'QUERY_STRING' => 'id=mmobt%27',
  145. 'REQUEST_URI' => '/splash/pre-register/?id=mmobt%27',
  146. 'SCRIPT_NAME' => '/splash/pre-register/index.php',
  147. 'PHP_SELF' => '/splash/pre-register/index.php',
  148. 'REQUEST_TIME_FLOAT' => 1437833679.6359999,
  149. 'REQUEST_TIME' => 1437833679,
  150. ];
  151.  
  152. $_COOKIE = [
  153. 'PHPSESSID' => '4l3hpj593okkr2grvjbti9jmm7',
  154. '__unam' => 'c1ad6b-14ea56b5f5d-4916bff0-2',
  155. '_csrf' => '80ceb56ab074196723d0c41704f1b1d764ce5d406e66557e5649960c2a3a833ca:2:{i:0;s:5:"_csrf";i:1;s:32:"viA26svehGWIXPZwcWztYtC8x-IaHo3r";}',
  156. '_ga' => 'GA1.2.922357702.1435630558',
  157. '_gat' => '1',
  158. 'e301ddb99d2aca8a885fd2c2636a1d62' => 'vcojvoc5pjoa1qfojuv4t5l0f4',
  159. ];
  160. Yii Framework
  161. 2015-07-25, 14:14:40
  162.  
  163. Apache/2.2.22 (Ubuntu)
  164. Yii Framework/2.0.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement