Skip to content
View dabumana's full-sized avatar
:shipit:
XOR
:shipit:
XOR
Block or Report

Block or report dabumana

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. RedTeamOperator RedTeamOperator Public

    General learning roadmap related to malware techniques for research purposes.

    C++ 2 1

  2. DNS-Utils DNS-Utils Public

    Honeypot and snort rule generator tools for DNS server

    Go

  3. BIND-Utils BIND-Utils Public

    Bash scripts for BIND on Linux

    Shell

  4. ASM-Utils ASM-Utils Public

    ASM scripts useful for basic operations from the user side.

    Assembly 5 1

  5. A ready to use firewall configuratio... A ready to use firewall configuration IPTABLES (FRAGMENTPACKAGE, XMAX, LAND, SMURF PORTKNOCKING).
    1
    #!/bin/bash
    2
    # Flash the current table
    3
    iptables -P INPUT ACCEPT
    4
    iptables -P FORWARD ACCEPT
    5
    iptables -P OUTPUT ACCEPT
  6. rootrilla/rfid-flipper-firmware rootrilla/rfid-flipper-firmware Public

    RFID Tool Set for Flipper-Zero

    C 7