Skip to content

Instantly share code, notes, and snippets.

@jiaqi-yin
Created April 23, 2018 12:12
Show Gist options
  • Save jiaqi-yin/f548a0db94d08b3a4aee40575def56da to your computer and use it in GitHub Desktop.
Save jiaqi-yin/f548a0db94d08b3a4aee40575def56da to your computer and use it in GitHub Desktop.
Web profiler using python modules
# Find a website registrar
>>> import whois
>>> print whois.whois('https://www.drupal.org')
# Find what a website is built with
>>> import builtwith
>>> builtwith.parse('https://www.drupal.org/')
@jiaqi-yin
Copy link
Author

#python3 #profiler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment