-
git clone https://github.com/meshtastic/firmware.git
-
cd firmware -
git submodule update --init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 "---" |
Oblivious DNS-over-HTTPS servers.
Connecting to these can only be done via a relay from the odoh-relays list.
To use that list, add this to the [sources] section of your dnscrypt-proxy.toml configuration file:
[sources.'odoh-servers']
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/odoh-servers.md', 'https://download.dnscrypt.info/resolvers-list/v3/odoh-servers.md']
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | 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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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" | |
| }') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| MaxHTTPWorker: 200 | |
| HealthCheckIntervalSec: 10 | |
| BlockMaxOffset: 12 | |
| LatencyCheckIntervalMS: 1000 | |
| Chains: | |
| ethereum: | |
| Nodes: | |
| - URL: https://rpc.ankr.com/eth | |
| trusted: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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 |
| 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
-
Randomly generated, check the back cover. Maybe same as the default WiFi password. ↩
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
NewerOlder