Skip to content
View morkin1792's full-sized avatar
  • Recife, Brazil

Block or report morkin1792

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 250 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. Re-Encrypt Re-Encrypt Public

    Burp Suite Extension to allow interaction between requests and command-line tools

    Java 1

  2. sec-notes sec-notes Public

    My security notes, scripts, tricks, ...

    Shell 2

  3. Gather emails by checking public rep... Gather emails by checking public repositories of a given user.
    1
    function getGithubEmails() {
    2
        username="$1"
    3
        remove_fork="${2:-N}"
    4
        if [ -z $ZSH_VERSION ]; then
    5
            printf "$(hostname): Oops, this script requires zsh! \n$(whoami): Why?\n$(hostname): Well... there are some problems, one of them is https://stackoverflow.com/q/59289355 \n$(whoami): You convinced me, how can I install zsh? \n$(hostname): https://itsfoss.com/zsh-ubuntu/ or https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH\n"
  4. HttpHandlerSample HttpHandlerSample Public

    Easy starting point for handling requests in Burp Suite

    Java