Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 650 Bytes

README-en.md

File metadata and controls

36 lines (32 loc) · 650 Bytes

This program is a url scanner that gets information from that address Among the features of this program now:

  1. Finding available links
  2. Find open ports
  3. Find email and phone number
  4. Getting whois
    And other features that will be added :)

And install these to run:

  pip install pip install Django
  pip install socket
  pip install requests
  pip install beautifulsoup4
pip install whois

and run the server with this command:

python manage.py runserver

Now open the browser and go to this address:

127.0.0.1:800

Photos-of-the-program