Skip to content

Instantly share code, notes, and snippets.

View pengelana's full-sized avatar
🍿

Tiarap pengelana

🍿
  • Tiarap Inc.
View GitHub Profile
@pengelana
pengelana / judol.sh
Last active May 21, 2026 12:36
judol.sh
egrep 'toto|togel|slot|gacor|bonus|cq9|bonus|judi|jitu|[7-9]{2,}|hoki|dewa[0-9]{1,}' id_202604.csv | \
sed -e 's/^www\.//g' | \
sort | \
uniq > src/manual/crux_judol.txt
#!/bin/bash
# https://github.com/stamparm/ipsum
BL="blacklist"
BL1="blacklist-1"
DIR="/tmp"
OPT="/opt/ipset/blacklist"
@pengelana
pengelana / pps-overlays.dts
Created September 25, 2024 04:04
armbian nanopi neo3
# cat pps-overlays.dts
/dts-v1/;
/plugin/;
/ {
compatible = "rockchip,rk3328";
fragment@0 {
target-path = "/";
@pengelana
pengelana / tiarap_custom_domain.md
Last active July 30, 2024 07:30
Menggunakan Tiarap DNS Dengan Domain Sendiri
### Keybase proof
I hereby claim:
* I am pengelana on github.
* I am tiarap (https://keybase.io/tiarap) on keybase.
* I have a public key ASAnYmoLaAs-PV3xnkd-RskcwJ1Tkhbxj3vABqHUEg6qMAo
To claim this, I am signing this object:
# https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xhtml
# Type 129 - Echo Reply
tcpdump -ni eth0 'ip6[40:2] == 0x8000'
# Type 128 - Echo Request
tcpdump -ni eth0 'ip6[40:2] == 0x8100'
# Type 135 - Neighbor Solicitation
tcpdump -ni eth0 'ip6[40:2] == 0x8700'
@pengelana
pengelana / cacheall.js
Last active July 22, 2024 00:46
cacheall
/* cacheall */
async function handleRequest(event) {
let request = event.request
let cacheKey = request
let url = new URL(request.url)
if (request.method.toUpperCase() === 'POST') {
let string = '';
(new Uint8Array(await request.arrayBuffer())).forEach(
import requests
try:
from hyper.contrib import HTTP20Adapater as HTTPAdapater
except ImportError:
from requests.adapters import HTTPAdapter
session = requests.Session()
session.mount('https://', HTTP20Adapter(max_retries=3))
r = session.get('https://www.instagram.com/')
b = 'yv4BAAABAAAAAAABAAACAAEAACkQAAAAAAAAFAAMABB9QMeJo7kUaHV_uiVmzgYb'
DNSRecord.parse(binascii.unhexlify(base64.urlsafe_b64decode('{}{}'.format(b, '=' * (len(b)%4))).encode('hex')))
from dns import message
from base64 import urlsafe_b64decode
print(message.from_wire(urlsafe_b64decode(b.encode())))