8000 Monst3rSec (M D Sathees Kumar) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View Monst3rSec's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Monst3rSec

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. linkedin-profile-scraper linkedin-profile-scraper Public

    Python 5937 11 3

  2. Easy Go installation script for linux Easy Go installation script for linux
    1
    echo  "               __  __                 _                            "
    2
    echo  "              |  \/  | ___  _ __  ___| |_ ___ _ __ ___  ___  ___   "
    3
    echo  "              | |\/| |/ _ \| '_ \/ __| __/ _ \ '__/ __|/ _ \/ __|  "
    4
    echo  "              | |  | | (_) | | | \__ \ ||  __/ |  \__ \  __/ (__   "
    5
    echo  "              |_|  |_|\___/|_| |_|___/\__\___|_|  |___/\___|\___|  "
  3. gophish setup file gophish setup file
    1
    #! /bin/bash
    2
    wget "https://github.com".$(curl https://github.com/gophish/gophish/releases | grep linux-64bit.zip | grep href | head -n 1 | cut -d "<" -f2 | cut -d " " -f2 | cut -d "\"" -f2)
    3
    apt install unzip
    4
    unzip gophish*.zip 
    5
    chmod 755 gophish
0