Skip to content
View vit0y4's full-sized avatar

Block or report vit0y4

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. vit0y4.github.io vit0y4.github.io Public

    My Page

    HTML

  2. Vito_IA Vito_IA Public

    Python

  3. funciones para .bashrc o .zshrc que ... funciones para .bashrc o .zshrc que permiten a partir de un archivo exportado de nmap en formato -oG (Grepable), copiar los puertos y la Ip con un par de sencillos comandos.
    1
    # Copy ports
    2
    function copyPorts(){
    3
        ports="$(cat $1 | grep -oP '\d{1,5}/open' | awk '{print $1}' FS='/' | xargs | tr ' ' ',')"
    4
        echo $ports | tr -d '\n' | xclip -sel clip
    5
        echo "[*] Ports copied to clipboard\n"
  4. BinarySearch BinarySearch Public

    Python

  5. BrickBreaker BrickBreaker Public

    Python

  6. PythonMongoProject PythonMongoProject Public

    Python