mattaereal / pija

Pornographic Images Jacking Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PIJA: Pornographic images jacking algorithm

Pija is a proof of concept about how malware can easily detect and steal homemade adult content from the victim's computer.

This PoC only contains the detection bits of the concept, but can be further improved using different techniques such as biometrics and metadata analysis to find matches between suspicious pictures and victim's social network's photos.

Ths was developed as part of a presentation we (@mattaereal & @alcuadrado) gave at Ekoparty 2013. You can watch it here (spanish) and grab the slides from here (mostly spanish).

Dependencies

To install them all you can use pip2 install -r requirements.txt

  • python 2.7
  • python-opencv
  • scipy
  • numpy
  • termcolor
  • python-magic

Running it

Just run:

pija <FILES>

or:

pija -R <FOLDER>

References

  • "An algorithm for nudity detection", Rigan Ap-apid.
  • "Image-based pornography detection", Rigan Ap-apid.
  • "Explicit image detection using YCbCr space color model as skin detection", Marcial Basilio, Aguilar Torres , et al.
  • "Optimization of automatic nudity detection in high-resolution images with the use of NuDetective Forensic Tool", da Silva Eleuterio, Castro Polastro.
  • "Nudity detection based on image zoning", Clayton Santos, Eulanda M. dos Santos, Eduardo Souto
  • "Machine learning application on detecting nudity in images", Yong Lin, Yujun Wu.

About

Pornographic Images Jacking Algorithm

License:MIT License


Languages

Language:Python 100.0%