Skip to content

Instantly share code, notes, and snippets.

View afzouni's full-sized avatar

Seyed Mustafa Afzouni afzouni

View GitHub Profile
@afzouni
afzouni / README.md
Last active March 3, 2024 07:13
Docker Image ByPasser Script for Bypassing Sanctions and Filternet restrictions

Docker Image ByPasser Script for Bypassing Sanctions and Filternet restrictions

Introduction

This Bash script is a versatile tool designed to simplify the management of Docker images. It allows users to pull, retag, and manage Docker images, and it is especially useful for users facing network restrictions, sanctions, or filternet issues. The script enables you to bypass such restrictions by specifying custom proxy servers or using a default proxy server.

Installation

To use this script, follow these steps for installation:

@afzouni
afzouni / hit-for-brains.csv
Last active September 23, 2022 23:16
Shit for Brains - List of Accounts in Farsi Twitter
username
007Famil
007s313
00_Mohammad_00
01nKq6KpferIk18
063_hadi
076one
07Mehr
096772y
0deathtoisrael0
@afzouni
afzouni / shit-for-brains.md
Last active October 27, 2022 13:26
Shit for Brains - Block List Farsi Twitter

Total Accounts: 50,550 (2022-09-24)

Block List

List of Accouns is Here contains JSON, CSV and Raw Text.

Accouts gathering using Like Blockers and below links are theirs API.

Changelog:

  • 2022-09-19 (1 to 52)
  • 2022-09-24 (53 to 242) - by @torabkheslat and @MohammadJavadJamali
@afzouni
afzouni / README.md
Last active March 29, 2021 09:14
How To Config Postfix as SMTP Client (smtp relay)

Introduction

Postfix using /usr/sbin/sendmail to send emails.

postfix can be configured as an SMTP-Client which called smtp-relay method.

Configuration

Authenticaion

Authenticaiton for smtp-relay using sasl and we have to create a username/password file with plain auth information and create a Hash database from it. Postfix is using the hashed datapase:

Create Plain Username/Password File /etc/postfix/sasl_passwd:

@afzouni
afzouni / oc
Created December 9, 2018 08:28 — forked from rtgibbons/oc
Openconnect init script
#! /bin/bash
### BEGIN INIT INFO
# Provides: openconnect
# Required-Start: $local_fs $remote_fs $network
# Required-Stop: $local_fs $remote_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Basic script to connect to a SSL VPN using Openconnect
### END INIT INFO