Haters Profissionais: Radialistas, Jornalistas e Blogueiros que Vivem da Negatividade Haters Profissionais: Radialistas, Jornalistas e Acadêmicos que Vivem da Negatividade Comportamento & Sociedade Haters Profissionais: Quando Radialistas, Jornalistas e Acadêmicos Fazem da Negatividade um Ofício Como a inveja e a infelicidade se disfarçam de crítica, opinião e rigor acadêmico — e o que um caso real nos revela sobre esse fenômeno 29 de maio de 2026 · Comportamento · Leitura: ~9 minutos xiste uma figura cada vez mais comum no cenário da comunicação e das redes sociais: o profissional que construiu toda a sua audiência sobre a base da negatividade alheia. Radialistas que só abrem o microfone para atacar, jornalistas que confundem crítica com perseguição, blogueiros cujo único produto é o rebaixamento do próximo, e doutores que usam seus títulos co...
Imago is a python tool that extract digital evidences from images recursively. This tool is useful throughout a digital forensic investigation. If you need to extract digital evidences and you have a lot of images, through this tool you will be able to compare them easily. Imago allows to extract the evidences into a CSV file or in a sqlite database. If in a JPEG exif are present GPS coordinates, Imago can extract the longitude and latitude and it can convert them to degrees and to retrieve relevant information like city, nation, zip code... Imago offers also the possibility to calculate Error Level Analysis, and to detect nudity these functionalities are in BETA.
Setup
Setup via pip
Install imago:
$ pip install imago
Once installed, one new binary should be available: :
usage: imago.py [-h] -i INPUT [-x] [-g] [-e] [-n] [-d {md5,sha256,sha512,all}]
[-p {ahash,phash,dhash,whash,all}] [-o OUTPUT] [-s]
[-t {jpeg,tiff}]
optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
Input directory path
-x, --exif Extract exif metadata
-g, --gps Extract, parse and convert to coordinates, GPS exif
metadata from images (if any)It works only with JPEG.
-e, --ela Extract, Error Level Analysis image,It works only with
JPEG. *BETA*
-n, --nude Detect Nudity, It works only with JPEG, *BETA*
-d {md5,sha256,sha512,all}, --digest {md5,sha256,sha512,all}
Calculate perceptual image hashing
-p {ahash,phash,dhash,whash,all}, --percentualhash {ahash,phash,dhash,whash,all}
Calculate hash digest
-o OUTPUT, --output OUTPUT
Output directory path
-s, --sqli Keep SQLite file after the computation
-t {jpeg,tiff}, --type {jpeg,tiff}
Select the image, this flag can be JPEG or TIFF, if
this argument it is not provided, imago will process
all the image types(i.e. JPEG, TIFF)
The only required argument is -i which is the base directory from which imago will start to search for image file. You should also provide at least one type of extraction (i.e. exif, data, gps, digest).
Comentários
Postar um comentário