Skip to content
View alexander-potemkin's full-sized avatar
Block or Report

Block or report alexander-potemkin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. quickies quickies Public

    Shell

  2. HTTP-MIM-proxy.pl HTTP-MIM-proxy.pl
    1
    #!/usr/bin/perl -w
    2
    # ============================================================================
    3
    # HTTP Man In The Middle Logging proxy
    4
    # ------------------------------------
    5
    # Binds to the proxy server and pass through all the requests.
  3. nc-port-scanner.sh nc-port-scanner.sh
    1
    #!/bin/bash
    2
    # call with IP required to be scanned
    3
    
    
    4
    broken=0;
    5
    
    
  4. Converts files names from Agenda app... Converts files names from Agenda app to Obsidian 'Daily notes' format
    1
    #!/bin/bash
    2
    
    
    3
    # Loop through each file in the current directory
    4
    for file in *.md
    5
    do