Skip to content

Instantly share code, notes, and snippets.

View robre's full-sized avatar
🌐
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

r0bre robre

🌐
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
View GitHub Profile
what <script>alert(1)</script>
[hi](javascript:alert(2))
<a href="javascript:alert(3)" onmouseover="alert(4)">ok</a>
@robre
robre / iOS-cve-analyze.py
Created April 27, 2021 10:16
A script to enumerate how many CVEs were found per component in Apple's recent iOS security content updates
#!/usr/bin/env python3
import requests
urls = ["https://support.apple.com/en-us/HT212317",
"https://support.apple.com/en-us/HT211168",
"https://support.apple.com/en-us/HT211169",
"https://support.apple.com/en-us/HT211102",
"https://support.apple.com/en-us/HT210918",
"https://support.apple.com/en-us/HT210787",
"https://support.apple.com/en-us/HT210785",