Skip to content
View voker2311's full-sized avatar
Block or Report

Block or report voker2311

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. Web-Crawler Web-Crawler Public

    Spider-bot for accessing hidden contents of a website

    Python 2

  2. recon-scripts recon-scripts Public

    A simple script to automate the process of asset discovery using different open source tools.

    Shell 2 2

  3. AD-Attack-Defense AD-Attack-Defense Public

    Forked from infosecn1nja/AD-Attack-Defense

    Attack and defend active directory using modern post exploitation adversary tradecraft activity

  4. One liner to scrape subdomains from ... One liner to scrape subdomains from SSL certificates
    1
    curl -s -X POST https://search.censys.io/api/v1/search/certificates -u $API_KEY:$SECRET -d "{\"query\":\"$TARGET\"}" | jq .results[] | grep subject_dn | grep -oE "CN=.*" | awk -F\" '
    2
    {print $1}' | awk -F\= '{print $2}' | grep -v "*" | sort -u | grep -i "$TARGET" > subs.txt
  5. Infra-Security-101 Infra-Security-101 Public

    A checklist to follow when assessing a client's internal infrastructure for security & compliance testing. It is advised to focus more on the Active Directory section to get maximum information out…

    3

  6. smart-contracts-ethereum smart-contracts-ethereum Public

    Learning web3 related attacks

    Solidity