Skip to content

Instantly share code, notes, and snippets.

View alibo's full-sized avatar
💭
🤦‍♂️

Ali Borhani alibo

💭
🤦‍♂️
View GitHub Profile
@alibo
alibo / 403.online-servers.csv
Last active December 8, 2023 22:05
Internal and External servers of 403.online
IP Type Date
10.202.10.4 Internal Feb 8 2023
10.202.10.5 Internal Feb 8 2023
10.202.10.6 Internal Feb 8 2023
10.202.10.7 Internal Feb 8 2023
10.202.10.8 Internal Feb 8 2023
10.202.10.8 Internal Feb 8 2023
10.202.8.213 Internal April 5 2023
10.202.8.214 Internal April 5 2023
185.233.104.162 External Feb 8 2023
@alibo
alibo / shecan.ir-servers.csv
Last active December 8, 2023 22:05
shecan.ir proxy (sni, http, tcp) servers
IP Date
50.7.87.2 Jan 9 2023
50.7.87.3 Jan 9 2023
50.7.87.4 Jan 9 2023
50.7.87.5 Jan 9 2023
50.7.87.6 Jan 9 2023
50.7.85.34 Jan 9 2023
50.7.85.35 Jan 9 2023
50.7.85.37 Jan 9 2023
50.7.85.38 Jan 9 2023
@alibo
alibo / minios3ceph.md
Created August 21, 2022 13:29 — forked from alexcpn/minios3ceph.md
Mino S3 Gateway(GUI) for Ceph backed S3

Mino S3 Gateway(GUI) for Ceph backed S3

Step 1: Installing S3 on Rook-Ceph

Follow https://rook.io/docs/rook/v1.4/ceph-object.html

Create the CephObjectStore as described above and then instead of creating a ObjectBucketCalim, create a CephObjectStoreUser

cat << EOF | kubectl apply -f -
sudo tshark -i eth0 -f 'port 80 or 443' -R 'http.host matches ".*?youtube\.com.*"' -S -V -l -T fields -e ip.src -e ip.src_host -e ip.dst -e ip.dst_host -e http.accept -e http.accept_encoding -e http.accept_language -e http.authbasic -e http.authorization -e http.cache_control -e http.connection -e http.content_encoding -e http.content_length -e http.content_length_header -e http.content_type -e http.cookie -e http.date -e http.host -e http.last_modified -e http.location -e http.notification -e http.proxy_authenticate -e http.proxy_authorization -e http.proxy_connect_host -e http.proxy_connect_port -e http.referer -e http.request -e http.request.full_uri -e http.request.method -e http.request.uri -e http.request.version -e http.response -e http.response.code -e http.response.phrase -e http.sec_websocket_accept -e http.sec_websocket_extensions -e http.sec_websocket_key -e http.sec_websocket_protocol -e http.sec_websocket_version -e http.server -e http.set_cookie -e http.transfer_encoding -e http.upgrade -e http
@alibo
alibo / README.md
Created May 23, 2021 05:49 — forked from bobrik/README.md
CFS hiccups
@alibo
alibo / shadowsocks_ubuntu1604.org
Created January 28, 2021 11:24 — forked from nuhuo08/shadowsocks_ubuntu1604.org
Install Shadowsocks-libev + simple-obfs on Ubuntu 16.04

Install Shadowsocks-libev + simple-obfs on Ubuntu 16.04

Install shadowsocks-libev via Ubuntu PPA

sudo apt-get install software-properties-common -y
sudo add-apt-repository ppa:max-c-lv/shadowsocks-libev -y
sudo apt-get update
sudo apt install shadowsocks-libev
@alibo
alibo / tlslog.go
Last active September 3, 2020 17:22
Capture TLS traffic and log SNI and TLS version using GoPacket and TLSx: (https://github.com/google/gopacket & https://github.com/dreadl0ck/tlsx)
// It's modified version of: https://github.com/dreadl0ck/tlsx/blob/master/example/main.go
package main
import (
"flag"
"fmt"
"log"
"os"
"sync"
@alibo
alibo / helloworld.pb.go
Created August 3, 2020 10:54
GRPC HTTP2+TLS Helloworld example
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.23.0
// protoc v3.12.4
// source: helloworld.proto
package main
import (
context "context"
@alibo
alibo / http2.go
Created July 20, 2020 18:35
Simple HTTP2 echo headers
package main
import (
"flag"
"fmt"
"log"
"net/http"
"time"
)
@alibo
alibo / cafebazaar-apk-downloader.sh
Last active February 19, 2021 16:13
[Updated: 19 Feb 2021] Cafebazaar APK Downloader
#!/bin/bash
pkg=$1
sdk=${2:-22}
cpu=${3:-x86,armeabi-v7a,armeabi}
body=$(cat << EOF
{
"properties": {
"language": 2,