Skip to content

Instantly share code, notes, and snippets.

View bayramlcm's full-sized avatar
👨‍💻

Bayram ALAÇAM bayramlcm

👨‍💻
View GitHub Profile
@jimothyGator
jimothyGator / README.md
Last active April 25, 2024 18:00
Nginx configuration for Mac OS X with Homebrew, using sites-enabled directory.
mkdir -p /usr/local/etc/nginx/sites-{enabled,available}
cd /usr/local/etc/nginx/sites-enabled
ln -s ../sites-available/default.conf
ln -s ../sites-available/default-ssl.conf

File locations:

  • nginx.conf to /usr/local/etc/nginx/
  • default.conf and default-ssl.conf to /usr/local/etc/nginx/sites-available
  • homebrew.mxcl.nginx.plist to /Library/LaunchDaemons/
@Lh4cKg
Lh4cKg / mongodb_backup.py
Created January 22, 2020 07:50
MongoDB Dump And Restore Database With Python PyMongo Driver
import bson
from pymongo import MongoClient
def dump(collections, conn, db_name, path):
"""
MongoDB Dump
@kittinan
kittinan / frida.md
Created April 11, 2020 08:02
frida ssl pinning bypass ubuntu 18.04

Frida SSL Pinning Bypass for Ubuntu 18.04 and Android

Requirement

  • Android rooted device with Magisk
  • Android Magisk install MagiskFrida module
  • Ubuntu 18.04

Android

  • Install MagiskFrida module