Skip to content

Instantly share code, notes, and snippets.

View D3vl0per's full-sized avatar

Márk Zsibók (D3v) D3vl0per

View GitHub Profile
@D3vl0per
D3vl0per / Tutorial.md
Last active January 3, 2025 00:29
LILYGO T-Deck / T-Deck Plus New Meshtastic UI

General setup

  1. git clone https://github.com/meshtastic/firmware.git
  2. cd firmware
  3. git submodule update --init
@D3vl0per
D3vl0per / update.sh
Created December 1, 2024 00:32
My little blocklist
#!/bin/bash
BLOCKLIST_FOLDER=blocklists
echo "-------------------------------------------------"
echo "Update blocklist"
echo "Date: $(date --iso-8601=ns)"
echo "-------------------------------------------------"
echo "Download mass_scanner ip blocklist"
curl -sSL https://github.com/stamparm/maltrail/raw/master/trails/static/mass_scanner.txt | grep -Eo '([0-9]{1,3}\.){3}[0-9]{1,3}' > $BLOCKLIST_FOLDER/mass_scanner.list
echo "---"
@D3vl0per
D3vl0per / odoh-servers.md
Created January 26, 2024 10:55
Filterless Oblivious DoH servers list
@D3vl0per
D3vl0per / gist:982aaba2081a9c96c8ec370f2100ba86
Last active December 8, 2024 23:54
Block lists | Project Cerebral cortex - Hippocampus
| Name | Source | License | Format | IOCs | Refresh interval | Components |
| :--- | :----: | :-----: | :----: | :--: | :--------------: | :- |
| Phishing-Filter | https://gitlab.com/malware-filter/phishing-filter | MIT | Raw List | Urls/Domains/IPs | 2/day | PhishTank, OpenPhish, phishunt.io |
| Botnet-Filter | https://gitlab.com/malware-filter/botnet-filter | MIT | Raw List | IP | 1/day | Abuse.ch Feodo Tracker |
| Domain blacklist | https://oisd.nl/
| Botvrij Domain Blacklist | https://botvrij.eu/data/ |
| Botvrij Domain Blacklist | https://botvrij.eu/data/ioclist.domain |
| Botvrij IP Blacklist | https://botvrij.eu/data/ioclist.ip-dst |
| Botvrij URL Blacklist | https://botvrij.eu/data/ioclist.url
| CINS Score IP Blacklist | http://cinsscore.com/list/ci-badguys.txt |
@D3vl0per
D3vl0per / bunkernet.sh
Created November 23, 2023 02:00
BunkerNet API | Registration and blocklist dump
#!/bin/bash
REGISTRATION=$(
curl --location 'https://api.bunkerweb.io/register' \
--header 'User-Agent: BunkerWeb/1.5.3' \
--header 'Content-Type: application/json' \
--data '{
"integration": "docker",
"version": "1.5.3"
}')
@D3vl0per
D3vl0per / config.yaml
Created February 23, 2023 00:31
Ether Proxy Public RPCs
---
MaxHTTPWorker: 200
HealthCheckIntervalSec: 10
BlockMaxOffset: 12
LatencyCheckIntervalMS: 1000
Chains:
ethereum:
Nodes:
- URL: https://rpc.ankr.com/eth
trusted: true
[Install]
WantedBy=multi-user.target
[Unit]
Description=Google Cloud Compute Engine AlloyDB Proxy
[Service]
Type=simple
WorkingDirectory=/usr/local/bin
ExecStart=/usr/local/bin/alloydb-auth-proxy projects/PROJECT/locations/REGION/clusters/CLUSTER/instances/INSTANCE?address=0.0.0.0&port=PORT
@D3vl0per
D3vl0per / credentials.md
Created February 9, 2023 10:30
Default login credentials to ONT devices
Device Username Pass. Mode Comment
Nokia G-240W-F userAdmin 1 Admin
Nokia G-240W-F userAdminGPON ALC#FGU SFU Mode Used by Digi ISP
Nokia G-240W-F adminadmin ALC#FGU SFU Mode Factory default SFU Mode user
Nokia G-240W-F AdminGPON ALC_FGU SFU Mode
Digi ZTE F668 user digi Admin Used by Digi ISP

Footnotes

  1. Randomly generated, check the back cover. Maybe same as the default WiFi password.

@D3vl0per
D3vl0per / Dockerfile
Last active September 3, 2024 03:27
Best practice golang containerization
# syntax=docker/dockerfile:1.3
# Language: golang
# Version: 1.0.1
# Created by D3v
ARG PROJECT_NAME=ether-proxy \
GO_VERSION=1.19.1 \
ALPINE_VERSION=3.16 \
GOOS=linux \
@D3vl0per
D3vl0per / haproxy.cfg
Last active April 30, 2021 23:09
HAproxy SSL passthrough by SNI to docker container with docker embeded DNS
global
log /dev/log local0
log /dev/log local1 notice
stats socket /haproxy-admin.sock mode 660 level admin
stats timeout 30s
daemon
defaults
mode tcp
log global