Skip to content

Instantly share code, notes, and snippets.

View hartou's full-sized avatar

Julien-ROBERT LECADOU hartou

View GitHub Profile
@marknca
marknca / get_current_aws_endpoints.py
Created July 26, 2016 23:58
Get a list of AWS API endpoint domains
#! /usr/bin/env python
# standard library
import re
import sys
# 3rd party imports
from bs4 import BeautifulSoup
import requests