Skip to content

Instantly share code, notes, and snippets.

View Liebmann5's full-sized avatar
🛹
Oh nooo! I've fallen and so have my trousers....

Nick Liebmann Liebmann5

🛹
Oh nooo! I've fallen and so have my trousers....
View GitHub Profile
import requests
import sys
import json
def waybackurls(host, with_subs):
if with_subs:
url = 'http://web.archive.org/cdx/search/cdx?url=*.%s/*&output=json&fl=original&collapse=urlkey' % host
else:
url = 'http://web.archive.org/cdx/search/cdx?url=%s/*&output=json&fl=original&collapse=urlkey' % host
_ _ _ ____ _ _
| | | | __ _ ___| | __ | __ ) __ _ ___| | _| |
| |_| |/ _` |/ __| |/ / | _ \ / _` |/ __| |/ / |
| _ | (_| | (__| < | |_) | (_| | (__| <|_|
|_| |_|\__,_|\___|_|\_\ |____/ \__,_|\___|_|\_(_)
A DIY Guide
@Techfolio
Techfolio / Helpful Links for Using GitHub
Last active June 17, 2024 12:53
Helpful Links for Using GitHub
@rmoriz
rmoriz / 1_smime-clients.md
Last active March 6, 2025 15:27
S/MIME is the industry standard for secure E-Mail and build into every relevant mail client. From Outlook to Thunderbird, from Blackberry to Apple Mail on OSX and iOS. http://smime.io/