Skip to content

Instantly share code, notes, and snippets.

View BastelPichi's full-sized avatar

BastelPichi

  • Germany
  • 12:38 (UTC +02:00)
View GitHub Profile
@BastelPichi
BastelPichi / patch_apk_for_sniffing.md
Created January 3, 2023 18:05 — forked from unoexperto/patch_apk_for_sniffing.md
How to patch Android app to sniff its HTTPS traffic with self-signed certificate

How to patch Android app to sniff its HTTPS traffic with self-signed certificate

  • Download apktool from https://ibotpeaches.github.io/Apktool/
  • Unpack apk file: java -jar /home/expert/work/tools/apktool.jar d net.flixster.android-9.1.3@APK4Fun.com.apk
  • Modify AndroidManifest.xml by adding android:networkSecurityConfig="@xml/network_security_config" attribute to application element.
  • Create file /res/xml/network_security_config.xml with following content:
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
    <base-config>
@BastelPichi
BastelPichi / ebay-kleinanzeigen.py
Created November 23, 2022 16:20
Ebay Kleinanzeigen API docs
import requests
ACCESS_TOKEN = "YW5kcm9pZDpUYVI2MHBFdHRZ"
API_BASE = "https://api.kleinanzeigen.de/api"
header = {
"Authorization": f"Basic {ACCESS_TOKEN}",
"User-Agent": "okhttp/4.10.0",
}
import time
import serial
from pyautogui import press
serial = serial.Serial(input("Port? "))
pos = 0

Why SiriCoin is not a fork of DuinoCoin

  1. SiriCoin is not a DuinoCoin fork, and has never been. We used to be a Polygon Token, but now we have our own (decentralised) nodes, completely self-written. We also have our own Miners and APIs. See the code here: https://github.com/siricoin-project/mainnet

  2. SiriCoin can't be a scam, it is decentralized, DuinoCoin isn't a single bit and the founders only own real low amounts of SiriCoin. There's no way for us to maniuplate a balance, like DuinoCoin can.

  3. SiriCoins concept is fundamentally different, it does not favor the lower class, it's quite the opposite.

  4. All of SiriCoin contributors respect DuinoCoin, we have nothing against it, use it if you like, we won't judge.