Skip to content

chandusanjith/IP-and-Domain-Reputation-Checker

Repository files navigation

pip pip # IP AND DOMAIN REPUTATION CHECKER This web application checks if IP and domains are blocked or not in more than one websites, Organisations use different websites like ipvoid, IBM X force, virus total and many more, to check if an ip is blacklisted so they check each and every website for confirmation. So this application helps to check IP address in various blacklists (DNSBL, RBL). Such a check is a great indicator for an IP address’ reputation. Basically this application is processing 50 ips in 2 minutes, if more than 50 getting socket connection error.

Installation:

  1. go to the project folder
  2. run pip install -r requirements.txt
  3. run python manage.py makemigrations mysite
  4. run python manage.py migrate --run-syncdb
  5. then python manage.py runserver

Live Demo

https://ip-web-scrapper-production.herokuapp.com/

Screen Shots