Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #21057
| From | M_M <spam@the.hell> |
|---|---|
| Newsgroups | it.comp.www.php |
| Subject | Re: Decodificare file criptato |
| Date | 2016-07-21 14:33 +0200 |
| Organization | A noiseless patient Spider |
| Message-ID | <nmqfej$tnb$1@dont-email.me> (permalink) |
| References | <1mqmtlz.163s0zxvpj2giN%macmax@nospam.it> <l1jsob1rcs54mc8m11ca3qm61kqqqv6gmb@L.Serni> |
mar, 19 lug 2016, 17:51:11, Leonardo Serni ha scritto:
> Da una scorsa superficiale ai sorgenti, si direbbe che le stringhe
> siano presenti in chiaro nel
> codice, quindi leggendo il file criptato con un hex editor dovresti
> riuscire a riconoscere dove
> รจ la stringa di connessione al DB.
Non conosco per nulla il Mac ma se simile a GNU/Linux forse per leggere
le stringhe si potrebbe provare con un comando in console tipo:
strings /percorso/database.db | less
e per decodificare da base64 :
python -c "print 'Q2lhb0NpYW8='.decode('base64')"
Back to it.comp.www.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Decodificare file criptato macmax@nospam.it (MacMax) - 2016-07-19 11:45 +0200
Re: Decodificare file criptato Leonardo Serni <lserni@gmail.com> - 2016-07-19 17:51 +0200
Re: Decodificare file criptato macmax@nospam.it (MacMax) - 2016-07-20 16:50 +0200
Re: Decodificare file criptato M_M <spam@the.hell> - 2016-07-21 14:33 +0200
Re: Decodificare file criptato macmax@nospam.it (MacMax) - 2016-07-25 17:55 +0200
csiph-web