Skip to content

Instantly share code, notes, and snippets.

View Fluepke's full-sized avatar
👋
Hey there, I am using Github

Flüpke (Carl Fabian Lüpke) Fluepke

👋
Hey there, I am using Github
View GitHub Profile
@Fluepke
Fluepke / telekom_msisdn.py
Created December 9, 2019 17:40
Very simple PoC to retrieve a telekom germany subscribers' phone number
import json
import requests
from urllib.parse import urlparse, parse_qs
headers = {
'User-Agent': 'MeinMagenta/7.24 CFNetwork/1107.1 Darwin/19.0.0',
'Host': 'example.de', #sic! server does not look at Host header as it seems
}
params = (
@Fluepke
Fluepke / dmesg.log
Last active April 19, 2020 15:49
Required for a bug report
[ 2207.116940] audit: type=1106 audit(1587310600.640:94): pid=6761 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=archlinux addr=? terminal=/dev/tty1 res=success'
[ 2207.235836] [drm:drm_helper_probe_single_connector_modes [drm_kms_helper]] [CONNECTOR:95:eDP-1]
[ 2207.235874] [drm:intel_dp_detect [i915]] [CONNECTOR:95:eDP-1]
[ 2207.235902] [drm:intel_dp_print_rates [i915]] source rates: 162000, 216000, 270000, 324000, 432000, 540000
[ 2207.235928] [drm:intel_dp_print_rates [i915]] sink rates: 162000, 270000, 540000
[ 2207.235952] [drm:intel_dp_print_rates [i915]] common rates: 162000, 270000, 540000
[ 2207.235987] [drm:edp_panel_vdd_on [i915]] Turning [ENCODER:94:DDI A] VDD on
[ 2207.236073] [drm:edp_panel_vdd_on [i915]] PP_STATUS: 0x80000008 PP_CONTROL: 0x0000000f
[ 2207.236411] [drm:intel_dp_detect [i915]] [ENCODER:94:DDI A] MST support: port: no, sink: no, modparam: yes
[ 2207.237023] [drm:drm_add_display_info [drm]] non_desk
@Fluepke
Fluepke / designer.html
Last active August 29, 2015 14:12
designer
<link href="../core-menu/core-submenu.html" rel="import">
<link href="../core-scaffold/core-scaffold.html" rel="import">
<link href="../core-header-panel/core-header-panel.html" rel="import">
<link href="../core-menu/core-menu.html" rel="import">
<link href="../core-item/core-item.html" rel="import">
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<polymer-element name="my-element">