phishtank

Simple Python interface for interacting with PhishTank
Download

phishtank Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Steve Milner
  • Publisher web site:

phishtank Tags


phishtank Description

Simple Python interface for interacting with PhishTank phishtank is a simple Python library for interacting with PhishTank allowing programmatic verification of URLs.Examples:Print if the url is unsafeimport phishtankapi = phishtank.PhishTank()print(api.check('http://alices-dagbog.dk/images/online.php').unsafe)Print out all the info back from the callimport phishtankapi = phishtank.PhishTank()print(api.check('http://alices-dagbog.dk/images/online.php').report()) Requirements: · Python


phishtank Related Software