Skip to content

llazzaro/pija

 
 

Repository files navigation

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 (@alcuadrado & @mattaereal) gave at Ekoparty 2013. You can watch it here (spanish) and grab the slides from here (mostly spanish).

Dependencies

  • python 2.7
  • python-opencv 2
  • scipy 0.12
  • numpy 1.7
  • termcolor 1.1.0
  • python-magic 0.4.3

Installation (which anaconda)

conda install opencv pip install git+https://github.com/alcuadrado/pija.git

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.0%
  • Makefile 16.0%