Skip to content
View arbazkiraak's full-sized avatar
Focusing
Focusing

Organizations

@TeamUnderdawgs
Block or Report

Block or report arbazkiraak

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
arbazkiraak/README.md
package main

type Me struct{
  Code string
  Job string
  BestAndFavoriteSkill string
  Twitter string
  ENS string
}

func main() {
  me := &Me{
    Job: "Web2 & Web3 Security",
    Code: "Python,Go and Everythings",
    BestAndFavoriteSkill: "Web,Smart contract hacking",
    Twitter: "https://twitter.com/ArbazKiraak",
    ENS: "arbaz.eth"
  }
  _ = me
}

Pinned

  1. immunefi-team/community-challenges immunefi-team/community-challenges Public

    Solidity 264 34

  2. BurpRegexMonitor BurpRegexMonitor Public

    Burp Plugin which take a list of regex patterns and passively look into the responses of all the requests generated from Scanner,Extender Plugins,Repeater,Intruder

    Python 11 6

  3. Decurity/semgrep-smart-contracts Decurity/semgrep-smart-contracts Public

    Semgrep rules for smart contracts based on DeFi exploits

    Solidity 611 80

  4. hackbot hackbot Public

    Telegram Bot (Initial Development)

    Python 79 46

  5. LinksDumper LinksDumper Public

    Extract (links/possible endpoints) from responses & filter them via decoding/sorting

    Python 84 20

  6. BurpBLH BurpBLH Public

    Broken Link Hijacking Burp Extension

    Python 56 26