Skip to content

Instantly share code, notes, and snippets.

View mzfr's full-sized avatar

Mehtab Zafar mzfr

View GitHub Profile
@mzfr
mzfr / task.py
Last active May 25, 2018 17:25
task.py
"""
Reading and Writing file in queue using asyncio
To run: python3 task.py <input_file> <output_file>
It was a task for my GSoC'18 selection under Honeynet(I failed!!)
"""
import asyncio
import sys
@mzfr
mzfr / Clean-it-up
Last active July 2, 2018 06:41
Remove empty files and subdirectories within a directory
"""
requirements:
- tabulate
- argparse
"""
import os
import argparse
from tabulate import tabulate
@mzfr
mzfr / Correct_names.py
Created July 6, 2018 11:33
Rename Bad movies names to good one :)
import os
import sys
from guessit import guessit
def main(path):
for folder in os.listdir(path):
movie_info = guessit(folder)
movie_name = movie_info['title']
old_path = os.path.join(path, folder)
@mzfr
mzfr / flurl.py
Created September 23, 2018 13:23
"""
A simple webserver that sends colors to curl & HTML to browsers.
Inspired by @chubin's work on curl compatible webservices.
"""
from flask import Flask
from flask import request
app = Flask(__name__)
import os
import json
import pygsheets
import pandas as pd
from pandas.io.json import json_normalize
OAUTHFILE = "" # path to the credential file
def read_json_files(path):
"""Reads multiple JSON files from the given path
{
"di-dah": "A",
"dah-di-di-dit": "B",
"dah-di-dah-dit": "C",
"dah-di-dit": "D",
"dit": "E",
"di-di-dah-dit": "F",
"dah-dah-dit": "G",
"di-di-di-dit": "H",
"di-dit": "I",
#!/bin/python3
from textwrap import wrap
mapping = {"AAA": "a",
"AAC": "b",
"AAG": "c",
"AAT": "d",
"ACA": "e",
"ACC": "f",

Module A

  • Websites like techmint.com are really good resource to mostly OS like CentOS or RHEL

  • User Creation

    • adduser <username> - add new user
    • passwd <username> - change/set password for the user
  • A small intro to IDS and IPS

#!/bin/bash
C_RESET='\033[0m'
C_RED='\033[1;31m'
C_GREEN='\033[1;32m'
C_YELLOW='\033[1;33m'
C_WHITE='\033[1;37m'
C_RESET_SED='\\033[0m'
C_RED_SED='\\033[1;31m'

Keybase proof

I hereby claim:

  • I am mzfr on github.
  • I am mzfr (https://keybase.io/mzfr) on keybase.
  • I have a public key ASDbyCVrijNl1miESe2L3_i8FQRSqwFMvxglO6HDjOHntAo

To claim this, I am signing this object: