PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

GitHub - hexway/apple_bleee: Apple BLE research

2023-07-02T17:25:54+02:00

LHDG10. Défendons le chiffrement | Grise Bouille

2023-06-29T09:40:09+02:00

ChatGPT will answer when you call 112 in Portugal, from 2025 | TheMayor.EU

2023-06-28T14:18:40+02:00

Vraiment pas une bonne idée.
Permalink

Attackers can break voice authentication with up to 99% success within six tries: Study

2023-06-28T14:16:04+02:00

python - How write to xlsm using openpyxl - Stack Overflow

2023-06-28T11:37:35+02:00
from openpyxl import Workbook
from openpyxl import load_workbook

wb = load_workbook('Test.xlsm',keep_vba=True)
ws = wb['Sheet1']
ws.cell(row=1,column=1).value = 9999999
wb.save('Test.xlsm')

Permalink

Part 1 - Discovering that your Bluetooth car battery monitor is siphoning up your location data - doubleagent.net

2023-06-27T09:03:36+02:00

13 façons de déverrouiller diverses serrures - YouTube

2023-06-25T18:15:02+02:00

Is Google reCAPTCHA GDPR Compliant?

2023-06-22T14:36:57+02:00
As we’ll consider below, it might be impossible to use reCAPTCHA legally under EU law, but no data protection authority has said this.

Voir réponse de GuiGui : https://shaarli.guiguishow.info/?Puj7WQ

Si, si, des APD ont clairement estimé que reCAPTCHA n'est pas conforme au RGPD[1], notamment dans des mises en demeure. Idem pour hCAPTCHA (arrêt CJUE Schrems II, raisonnement ici[2]). [...]

1- https://shaarli.guiguishow.info/?xvVaiw
2- https://shaarli.guiguishow.info/?75uxFw
Permalink

Cookie Quick Manager – Adoptez cette extension pour 🦊 Firefox (fr)

2023-06-21T10:28:28+02:00

Stormblest / mistborn · GitLab

2023-06-21T10:22:51+02:00

«A secure platform for easily standing up and managing your own cloud services: including firewall, ad-blocking, and multi-factor WireGuard VPN access»
Permalink

media.ccc.de - SIM card technology from A-Z

2023-06-16T18:54:04+02:00

Email Authenticity 101: DKIM, DMARC, and SPF - Alex Blackie

2023-06-16T18:22:06+02:00

[2306.07695] Freaky Leaky SMS: Extracting User Locations by Analyzing SMS Timings

2023-06-14T22:36:39+02:00

Note: [python] debug urllib3 requests post

2023-06-14T11:30:03+02:00
import requests
import urllib3

import logging
logging.basicConfig()
logging.getLogger().setLevel(logging.DEBUG)
requests_log = logging.getLogger("requests.packages.urllib3")
requests_log.setLevel(logging.DEBUG)
requests_log.propagate = True
import http.client as http_client
http_client.HTTPConnection.debuglevel = 1

urllib3.disable_warnings()
r = requests.Session()
r.verify = False

headers = {
    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0",
    "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8",
    "Accept-Language": "fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3",
    "Accept-Encoding": "gzip, deflate, br",
    "Connection": "keep-alive",
    'Content-Type':'application/x-www-form-urlencoded'
}

proxy_servers = {
    'http': 'http://192.168.1.123:3131',
    'https': 'http://192.168.1.123:3131',
}

page = r.post(url, headers=headers, verify=False, allow_redirects=False, proxies=proxy_servers, data={'msg':'hello world'} )

Permalink

Video to video with Stable Diffusion (step-by-step) - Stable Diffusion Art

2023-06-12T08:59:36+02:00

How to exclude local network packets from Wireguard? : r/WireGuard

2023-06-09T14:58:17+02:00

Exemple:

[Interface]
Address = 10.0.0.2/30, fd00::2/127
PrivateKey = yourPrivateKey
PostUp = ip route add 192.168.42.0/24 via 192.168.0.1; ip route add 203.0.113.0/24 via 192.168.0.1; resolvectl -i %i dns <IP_SERVEUR_DNS>;
PreDown = ip route delete 192.168.42.0/24; ip route delete 203.0.113.0/24; resolvectl -i %i dns <IP_SERVEUR_DNS>;

[Peer]
PublicKey = vpnPublicKey
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = vpn.example.com:51820

Permalink

Waydroid | Android in a Linux container

2023-06-08T15:50:59+02:00

Un kit pédagogique proposé par Exodus Privacy – Framablog

2023-06-08T11:47:52+02:00

GitHub - francescotescari/XiaoMiToolV2: XiaomiTool V2 - Modding tool for xiaomi devices

2023-06-05T18:41:05+02:00

3D Pinball for Windows - Space Cadet

2023-06-05T17:53:40+02:00