I hereby claim:
- I am madsc13ntist on github.
- I am madsc13ntist (https://keybase.io/madsc13ntist) on keybase.
- I have a public key whose fingerprint is AD18 4F41 87DE 13DC A4C0 F9E5 57A8 01F9 FFBD 62FA
To claim this, I am signing this object:
| import logging | |
| # '''''''''' Setup More Robust Logging '''''''''''''''''''' | |
| # Create a generic logger object | |
| logger = logging.getLogger(__name__) | |
| ########### set logging level. | |
| #logger.setLevel(logging.DEBUG) | |
| logger.setLevel(logging.INFO) | |
| #logger.setLevel(logging.WARNING) |
| #!/usr/bin/python3 | |
| """ | |
| Solution for HTB EU Challenge: "Emdee five for life" [by L4mpje] | |
| """ | |
| import sys | |
| import hashlib | |
| import requests | |
| from requests_html import HTMLSession # pip3 install requests-html | |
| if len(sys.argv) < 2: |
| #!/usr/bin/env python3 | |
| """"""""" Import Modules """"""""" | |
| import feedparser | |
| """"""""" Create a List of RSS feed URLs with articles to fetch """"""""" | |
| rss_feed_urls = ["https://www.us-cert.gov/ncas/alerts.xml", | |
| "", | |
| ] | |
| """"""""" Walk through your list of rss feed urls """"""""" |
| from pprint import pprint | |
| def explode(obj): | |
| """ | |
| explode(obj) | |
| List contents of 'obj' | |
| :param obj: an object to explore. | |
| :return: | |
| """ | |
| try: |
| #!/usr/bin/env python2.7 | |
| # -*- coding: utf-8 -*- | |
| ### Import Modules | |
| import os | |
| import socket | |
| import hashlib | |
| import logging | |
| import argparse | |
| from argparse import RawTextHelpFormatter |
| #!/usr/bin/env python | |
| # Usage: ./arrl_name_search.py <your lastname, firstname> | |
| # Example: ./arrl_name_search.py "Casler, David" | |
| import sys | |
| import requests # "pip install requests" OR "sudo apt-get install python-requests" | |
| from lxml import html | |
| if __name__ == "__main__": |
I hereby claim:
To claim this, I am signing this object: