Test Foro de elhacker.net SMF 2.1

Seguridad Informática => Seguridad => Mensaje iniciado por: KiddKeo en 31 Marzo 2018, 14:05 PM

Título: Obtener MD5
Publicado por: KiddKeo en 31 Marzo 2018, 14:05 PM
Hola, buenas tardes.
¿Habria alguna manera de obtener el valor MD5 de la variable encriptarBytes?
     
     public function _sb8831(_arg_1:int = 60) : void
      {
         this._cm1764 = new Timer(_arg_1 * 1002,0);
         this._cm1764.start();
         this._cm1764.addEventListener(TimerEvent.TIMER,this._ml4724);
         var byteArray:ByteArray = new ByteArray();
         byteArray.writeObject(this._cm1764);
         encriptarBytes = MD5.hashBinary(byteArray);
      }

Se me ocurrió usar console.log para obtener dicho valor... alguna idea?
Título: Re: Obtener MD5
Publicado por: engel lex en 31 Marzo 2018, 18:02 PM
empecemos por.... que lenguaje es esto?
Título: Re: Obtener MD5
Publicado por: De{M}iuM en 1 Abril 2018, 00:07 AM
Tiene toda la pinta de que es flash.